| Name | Type | Description | Notes |
|---|---|---|---|
| AgentId | Pointer to string | [optional] | |
| EnableDiscover | Pointer to bool | [optional] | |
| EnableMonitor | Pointer to bool | [optional] |
func NewOrchestratorPoolsAgentPoolAgentCreationRequest() *OrchestratorPoolsAgentPoolAgentCreationRequest
NewOrchestratorPoolsAgentPoolAgentCreationRequest instantiates a new OrchestratorPoolsAgentPoolAgentCreationRequest 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 NewOrchestratorPoolsAgentPoolAgentCreationRequestWithDefaults() *OrchestratorPoolsAgentPoolAgentCreationRequest
NewOrchestratorPoolsAgentPoolAgentCreationRequestWithDefaults instantiates a new OrchestratorPoolsAgentPoolAgentCreationRequest 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 *OrchestratorPoolsAgentPoolAgentCreationRequest) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) 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 *OrchestratorPoolsAgentPoolAgentCreationRequest) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableDiscover() bool
GetEnableDiscover returns the EnableDiscover field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) 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 *OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableDiscover(v bool)
SetEnableDiscover sets EnableDiscover field to given value.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) HasEnableDiscover() bool
HasEnableDiscover returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableMonitor() bool
GetEnableMonitor returns the EnableMonitor field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) 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 *OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableMonitor(v bool)
SetEnableMonitor sets EnableMonitor field to given value.
func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) HasEnableMonitor() bool
HasEnableMonitor returns a boolean if a field has been set.