Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.8 KB

NodeFullManagementTechnologyDetails.md

File metadata and controls

82 lines (45 loc) · 2.8 KB

NodeFullManagementTechnologyDetails

Properties

Name Type Description Notes
CfengineKeys Pointer to []string Certificates used by the agent [optional]
CfengineUser Pointer to string Local user account used by the agent [optional]

Methods

NewNodeFullManagementTechnologyDetails

func NewNodeFullManagementTechnologyDetails() *NodeFullManagementTechnologyDetails

NewNodeFullManagementTechnologyDetails instantiates a new NodeFullManagementTechnologyDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewNodeFullManagementTechnologyDetailsWithDefaults

func NewNodeFullManagementTechnologyDetailsWithDefaults() *NodeFullManagementTechnologyDetails

NewNodeFullManagementTechnologyDetailsWithDefaults instantiates a new NodeFullManagementTechnologyDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetCfengineKeys

func (o *NodeFullManagementTechnologyDetails) GetCfengineKeys() []string

GetCfengineKeys returns the CfengineKeys field if non-nil, zero value otherwise.

GetCfengineKeysOk

func (o *NodeFullManagementTechnologyDetails) GetCfengineKeysOk() (*[]string, bool)

GetCfengineKeysOk returns a tuple with the CfengineKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCfengineKeys

func (o *NodeFullManagementTechnologyDetails) SetCfengineKeys(v []string)

SetCfengineKeys sets CfengineKeys field to given value.

HasCfengineKeys

func (o *NodeFullManagementTechnologyDetails) HasCfengineKeys() bool

HasCfengineKeys returns a boolean if a field has been set.

GetCfengineUser

func (o *NodeFullManagementTechnologyDetails) GetCfengineUser() string

GetCfengineUser returns the CfengineUser field if non-nil, zero value otherwise.

GetCfengineUserOk

func (o *NodeFullManagementTechnologyDetails) GetCfengineUserOk() (*string, bool)

GetCfengineUserOk returns a tuple with the CfengineUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCfengineUser

func (o *NodeFullManagementTechnologyDetails) SetCfengineUser(v string)

SetCfengineUser sets CfengineUser field to given value.

HasCfengineUser

func (o *NodeFullManagementTechnologyDetails) HasCfengineUser() bool

HasCfengineUser returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]