Name | Type | Description | Notes |
---|---|---|---|
AgentId | Pointer to string | [optional] | |
EnableDiscover | Pointer to bool | [optional] | |
EnableMonitor | Pointer to bool | [optional] | |
Version | Pointer to string | [optional] | |
AllowsDiscover | Pointer to bool | [optional] | |
AllowsMonitor | Pointer to bool | [optional] | |
ClientMachine | Pointer to string | [optional] |
func NewModelsAgentsAgentPoolAgent() *ModelsAgentsAgentPoolAgent
NewModelsAgentsAgentPoolAgent instantiates a new ModelsAgentsAgentPoolAgent 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
func NewModelsAgentsAgentPoolAgentWithDefaults() *ModelsAgentsAgentPoolAgent
NewModelsAgentsAgentPoolAgentWithDefaults instantiates a new ModelsAgentsAgentPoolAgent 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
func (o *ModelsAgentsAgentPoolAgent) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *ModelsAgentsAgentPoolAgent) GetEnableDiscover() bool
GetEnableDiscover returns the EnableDiscover field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetEnableDiscoverOk() (*bool, bool)
GetEnableDiscoverOk returns a tuple with the EnableDiscover field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetEnableDiscover(v bool)
SetEnableDiscover sets EnableDiscover field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasEnableDiscover() bool
HasEnableDiscover returns a boolean if a field has been set.
func (o *ModelsAgentsAgentPoolAgent) GetEnableMonitor() bool
GetEnableMonitor returns the EnableMonitor field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetEnableMonitorOk() (*bool, bool)
GetEnableMonitorOk returns a tuple with the EnableMonitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetEnableMonitor(v bool)
SetEnableMonitor sets EnableMonitor field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasEnableMonitor() bool
HasEnableMonitor returns a boolean if a field has been set.
func (o *ModelsAgentsAgentPoolAgent) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ModelsAgentsAgentPoolAgent) GetAllowsDiscover() bool
GetAllowsDiscover returns the AllowsDiscover field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetAllowsDiscoverOk() (*bool, bool)
GetAllowsDiscoverOk returns a tuple with the AllowsDiscover field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetAllowsDiscover(v bool)
SetAllowsDiscover sets AllowsDiscover field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasAllowsDiscover() bool
HasAllowsDiscover returns a boolean if a field has been set.
func (o *ModelsAgentsAgentPoolAgent) GetAllowsMonitor() bool
GetAllowsMonitor returns the AllowsMonitor field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetAllowsMonitorOk() (*bool, bool)
GetAllowsMonitorOk returns a tuple with the AllowsMonitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetAllowsMonitor(v bool)
SetAllowsMonitor sets AllowsMonitor field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasAllowsMonitor() bool
HasAllowsMonitor returns a boolean if a field has been set.
func (o *ModelsAgentsAgentPoolAgent) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *ModelsAgentsAgentPoolAgent) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsAgentsAgentPoolAgent) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *ModelsAgentsAgentPoolAgent) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.