Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.71 KB

File metadata and controls

108 lines (59 loc) · 3.71 KB

OrchestratorPoolsAgentPoolAgentCreationRequest

Properties

Name Type Description Notes
AgentId Pointer to string [optional]
EnableDiscover Pointer to bool [optional]
EnableMonitor Pointer to bool [optional]

Methods

NewOrchestratorPoolsAgentPoolAgentCreationRequest

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

NewOrchestratorPoolsAgentPoolAgentCreationRequestWithDefaults

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

GetAgentId

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetAgentId() string

GetAgentId returns the AgentId field if non-nil, zero value otherwise.

GetAgentIdOk

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.

SetAgentId

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) SetAgentId(v string)

SetAgentId sets AgentId field to given value.

HasAgentId

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) HasAgentId() bool

HasAgentId returns a boolean if a field has been set.

GetEnableDiscover

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableDiscover() bool

GetEnableDiscover returns the EnableDiscover field if non-nil, zero value otherwise.

GetEnableDiscoverOk

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.

SetEnableDiscover

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableDiscover(v bool)

SetEnableDiscover sets EnableDiscover field to given value.

HasEnableDiscover

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) HasEnableDiscover() bool

HasEnableDiscover returns a boolean if a field has been set.

GetEnableMonitor

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableMonitor() bool

GetEnableMonitor returns the EnableMonitor field if non-nil, zero value otherwise.

GetEnableMonitorOk

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.

SetEnableMonitor

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableMonitor(v bool)

SetEnableMonitor sets EnableMonitor field to given value.

HasEnableMonitor

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) HasEnableMonitor() bool

HasEnableMonitor returns a boolean if a field has been set.

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