Name | Type | Description | Notes |
---|---|---|---|
CloudType | string | ||
NodeIps | []string | ||
ProviderUuid | string | ||
RegionUuid | string | ||
UniverseUuid | string | ||
ZoneUuid | string |
func NewNodeAgentApiFilter(cloudType string, nodeIps []string, providerUuid string, regionUuid string, universeUuid string, zoneUuid string, ) *NodeAgentApiFilter
NewNodeAgentApiFilter instantiates a new NodeAgentApiFilter 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 NewNodeAgentApiFilterWithDefaults() *NodeAgentApiFilter
NewNodeAgentApiFilterWithDefaults instantiates a new NodeAgentApiFilter 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 *NodeAgentApiFilter) GetCloudType() string
GetCloudType returns the CloudType field if non-nil, zero value otherwise.
func (o *NodeAgentApiFilter) GetCloudTypeOk() (*string, bool)
GetCloudTypeOk returns a tuple with the CloudType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeAgentApiFilter) SetCloudType(v string)
SetCloudType sets CloudType field to given value.
func (o *NodeAgentApiFilter) GetNodeIps() []string
GetNodeIps returns the NodeIps field if non-nil, zero value otherwise.
func (o *NodeAgentApiFilter) GetNodeIpsOk() (*[]string, bool)
GetNodeIpsOk returns a tuple with the NodeIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeAgentApiFilter) SetNodeIps(v []string)
SetNodeIps sets NodeIps field to given value.
func (o *NodeAgentApiFilter) GetProviderUuid() string
GetProviderUuid returns the ProviderUuid field if non-nil, zero value otherwise.
func (o *NodeAgentApiFilter) GetProviderUuidOk() (*string, bool)
GetProviderUuidOk returns a tuple with the ProviderUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeAgentApiFilter) SetProviderUuid(v string)
SetProviderUuid sets ProviderUuid field to given value.
func (o *NodeAgentApiFilter) GetRegionUuid() string
GetRegionUuid returns the RegionUuid field if non-nil, zero value otherwise.
func (o *NodeAgentApiFilter) GetRegionUuidOk() (*string, bool)
GetRegionUuidOk returns a tuple with the RegionUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeAgentApiFilter) SetRegionUuid(v string)
SetRegionUuid sets RegionUuid field to given value.
func (o *NodeAgentApiFilter) GetUniverseUuid() string
GetUniverseUuid returns the UniverseUuid field if non-nil, zero value otherwise.
func (o *NodeAgentApiFilter) GetUniverseUuidOk() (*string, bool)
GetUniverseUuidOk returns a tuple with the UniverseUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeAgentApiFilter) SetUniverseUuid(v string)
SetUniverseUuid sets UniverseUuid field to given value.
func (o *NodeAgentApiFilter) GetZoneUuid() string
GetZoneUuid returns the ZoneUuid field if non-nil, zero value otherwise.
func (o *NodeAgentApiFilter) GetZoneUuidOk() (*string, bool)
GetZoneUuidOk returns a tuple with the ZoneUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeAgentApiFilter) SetZoneUuid(v string)
SetZoneUuid sets ZoneUuid field to given value.