Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.91 KB

V0040Instance.md

File metadata and controls

186 lines (101 loc) · 4.91 KB

V0040Instance

Properties

Name Type Description Notes
Cluster Pointer to string [optional]
Extra Pointer to string [optional]
InstanceId Pointer to string [optional]
InstanceType Pointer to string [optional]
NodeName Pointer to string [optional]
Time Pointer to V0041OpenapiSlurmdbdConfigRespInstancesInnerTime [optional]

Methods

NewV0040Instance

func NewV0040Instance() *V0040Instance

NewV0040Instance instantiates a new V0040Instance 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

NewV0040InstanceWithDefaults

func NewV0040InstanceWithDefaults() *V0040Instance

NewV0040InstanceWithDefaults instantiates a new V0040Instance 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

GetCluster

func (o *V0040Instance) GetCluster() string

GetCluster returns the Cluster field if non-nil, zero value otherwise.

GetClusterOk

func (o *V0040Instance) GetClusterOk() (*string, bool)

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

SetCluster

func (o *V0040Instance) SetCluster(v string)

SetCluster sets Cluster field to given value.

HasCluster

func (o *V0040Instance) HasCluster() bool

HasCluster returns a boolean if a field has been set.

GetExtra

func (o *V0040Instance) GetExtra() string

GetExtra returns the Extra field if non-nil, zero value otherwise.

GetExtraOk

func (o *V0040Instance) GetExtraOk() (*string, bool)

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

SetExtra

func (o *V0040Instance) SetExtra(v string)

SetExtra sets Extra field to given value.

HasExtra

func (o *V0040Instance) HasExtra() bool

HasExtra returns a boolean if a field has been set.

GetInstanceId

func (o *V0040Instance) GetInstanceId() string

GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.

GetInstanceIdOk

func (o *V0040Instance) GetInstanceIdOk() (*string, bool)

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

SetInstanceId

func (o *V0040Instance) SetInstanceId(v string)

SetInstanceId sets InstanceId field to given value.

HasInstanceId

func (o *V0040Instance) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

GetInstanceType

func (o *V0040Instance) GetInstanceType() string

GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.

GetInstanceTypeOk

func (o *V0040Instance) GetInstanceTypeOk() (*string, bool)

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

SetInstanceType

func (o *V0040Instance) SetInstanceType(v string)

SetInstanceType sets InstanceType field to given value.

HasInstanceType

func (o *V0040Instance) HasInstanceType() bool

HasInstanceType returns a boolean if a field has been set.

GetNodeName

func (o *V0040Instance) GetNodeName() string

GetNodeName returns the NodeName field if non-nil, zero value otherwise.

GetNodeNameOk

func (o *V0040Instance) GetNodeNameOk() (*string, bool)

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

SetNodeName

func (o *V0040Instance) SetNodeName(v string)

SetNodeName sets NodeName field to given value.

HasNodeName

func (o *V0040Instance) HasNodeName() bool

HasNodeName returns a boolean if a field has been set.

GetTime

func (o *V0040Instance) GetTime() V0041OpenapiSlurmdbdConfigRespInstancesInnerTime

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *V0040Instance) GetTimeOk() (*V0041OpenapiSlurmdbdConfigRespInstancesInnerTime, bool)

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

SetTime

func (o *V0040Instance) SetTime(v V0041OpenapiSlurmdbdConfigRespInstancesInnerTime)

SetTime sets Time field to given value.

HasTime

func (o *V0040Instance) HasTime() bool

HasTime returns a boolean if a field has been set.

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