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] |
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
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
func (o *V0040Instance) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
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.
func (o *V0040Instance) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *V0040Instance) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *V0040Instance) GetExtra() string
GetExtra returns the Extra field if non-nil, zero value otherwise.
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.
func (o *V0040Instance) SetExtra(v string)
SetExtra sets Extra field to given value.
func (o *V0040Instance) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *V0040Instance) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
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.
func (o *V0040Instance) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *V0040Instance) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *V0040Instance) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
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.
func (o *V0040Instance) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *V0040Instance) HasInstanceType() bool
HasInstanceType returns a boolean if a field has been set.
func (o *V0040Instance) GetNodeName() string
GetNodeName returns the NodeName field if non-nil, zero value otherwise.
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.
func (o *V0040Instance) SetNodeName(v string)
SetNodeName sets NodeName field to given value.
func (o *V0040Instance) HasNodeName() bool
HasNodeName returns a boolean if a field has been set.
func (o *V0040Instance) GetTime() V0041OpenapiSlurmdbdConfigRespInstancesInnerTime
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *V0040Instance) SetTime(v V0041OpenapiSlurmdbdConfigRespInstancesInnerTime)
SetTime sets Time field to given value.
func (o *V0040Instance) HasTime() bool
HasTime returns a boolean if a field has been set.