Name | Type | Description | Notes |
---|---|---|---|
Architecture | Pointer to string | [optional] | |
BurstbufferNetworkAddress | Pointer to string | [optional] | |
Boards | Pointer to int32 | [optional] | |
BootTime | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu | [optional] | |
ClusterName | Pointer to string | [optional] | |
Cores | Pointer to int32 | [optional] | |
SpecializedCores | Pointer to int32 | [optional] | |
CpuBinding | Pointer to int32 | [optional] | |
CpuLoad | Pointer to int32 | [optional] | |
FreeMem | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu | [optional] | |
Cpus | Pointer to int32 | [optional] | |
EffectiveCpus | Pointer to int32 | [optional] | |
SpecializedCpus | Pointer to string | [optional] | |
Energy | Pointer to V0041OpenapiNodesRespNodesInnerEnergy | [optional] | |
ExternalSensors | Pointer to map[string]interface{} | [optional] | |
Extra | Pointer to string | [optional] | |
Power | Pointer to map[string]interface{} | [optional] | |
Features | Pointer to []string | [optional] | |
ActiveFeatures | Pointer to []string | [optional] | |
GpuSpec | Pointer to string | [optional] | |
Gres | Pointer to string | [optional] | |
GresDrained | Pointer to string | [optional] | |
GresUsed | Pointer to string | [optional] | |
InstanceId | Pointer to string | [optional] | |
InstanceType | Pointer to string | [optional] | |
LastBusy | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu | [optional] | |
McsLabel | Pointer to string | [optional] | |
SpecializedMemory | Pointer to int64 | [optional] | |
Name | Pointer to string | [optional] | |
NextStateAfterReboot | Pointer to []string | [optional] | |
Address | Pointer to string | [optional] | |
Hostname | Pointer to string | [optional] | |
State | Pointer to []string | [optional] | |
OperatingSystem | Pointer to string | [optional] | |
Owner | Pointer to string | [optional] | |
Partitions | Pointer to []string | [optional] | |
Port | Pointer to int32 | [optional] | |
RealMemory | Pointer to int64 | [optional] | |
ResCoresPerGpu | Pointer to int32 | [optional] | |
Comment | Pointer to string | [optional] | |
Reason | Pointer to string | [optional] | |
ReasonChangedAt | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu | [optional] | |
ReasonSetByUser | Pointer to string | [optional] | |
ResumeAfter | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu | [optional] | |
Reservation | Pointer to string | [optional] | |
AllocMemory | Pointer to int64 | [optional] | |
AllocCpus | Pointer to int32 | [optional] | |
AllocIdleCpus | Pointer to int32 | [optional] | |
TresUsed | Pointer to string | [optional] | |
TresWeighted | Pointer to float64 | [optional] | |
SlurmdStartTime | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu | [optional] | |
Sockets | Pointer to int32 | [optional] | |
Threads | Pointer to int32 | [optional] | |
TemporaryDisk | Pointer to int32 | [optional] | |
Weight | Pointer to int32 | [optional] | |
Tres | Pointer to string | [optional] | |
Version | Pointer to string | [optional] |
func NewV0041OpenapiNodesRespNodesInner() *V0041OpenapiNodesRespNodesInner
NewV0041OpenapiNodesRespNodesInner instantiates a new V0041OpenapiNodesRespNodesInner 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 NewV0041OpenapiNodesRespNodesInnerWithDefaults() *V0041OpenapiNodesRespNodesInner
NewV0041OpenapiNodesRespNodesInnerWithDefaults instantiates a new V0041OpenapiNodesRespNodesInner 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 *V0041OpenapiNodesRespNodesInner) GetArchitecture() string
GetArchitecture returns the Architecture field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetArchitectureOk() (*string, bool)
GetArchitectureOk returns a tuple with the Architecture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetArchitecture(v string)
SetArchitecture sets Architecture field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasArchitecture() bool
HasArchitecture returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetBurstbufferNetworkAddress() string
GetBurstbufferNetworkAddress returns the BurstbufferNetworkAddress field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetBurstbufferNetworkAddressOk() (*string, bool)
GetBurstbufferNetworkAddressOk returns a tuple with the BurstbufferNetworkAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetBurstbufferNetworkAddress(v string)
SetBurstbufferNetworkAddress sets BurstbufferNetworkAddress field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasBurstbufferNetworkAddress() bool
HasBurstbufferNetworkAddress returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetBoards() int32
GetBoards returns the Boards field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetBoardsOk() (*int32, bool)
GetBoardsOk returns a tuple with the Boards field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetBoards(v int32)
SetBoards sets Boards field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasBoards() bool
HasBoards returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetBootTime() V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu
GetBootTime returns the BootTime field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetBootTimeOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu, bool)
GetBootTimeOk returns a tuple with the BootTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetBootTime(v V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu)
SetBootTime sets BootTime field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasBootTime() bool
HasBootTime returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetClusterNameOk() (*string, bool)
GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetCores() int32
GetCores returns the Cores field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetCoresOk() (*int32, bool)
GetCoresOk returns a tuple with the Cores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetCores(v int32)
SetCores sets Cores field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasCores() bool
HasCores returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetSpecializedCores() int32
GetSpecializedCores returns the SpecializedCores field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetSpecializedCoresOk() (*int32, bool)
GetSpecializedCoresOk returns a tuple with the SpecializedCores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetSpecializedCores(v int32)
SetSpecializedCores sets SpecializedCores field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasSpecializedCores() bool
HasSpecializedCores returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetCpuBinding() int32
GetCpuBinding returns the CpuBinding field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetCpuBindingOk() (*int32, bool)
GetCpuBindingOk returns a tuple with the CpuBinding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetCpuBinding(v int32)
SetCpuBinding sets CpuBinding field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasCpuBinding() bool
HasCpuBinding returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetCpuLoad() int32
GetCpuLoad returns the CpuLoad field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetCpuLoadOk() (*int32, bool)
GetCpuLoadOk returns a tuple with the CpuLoad field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetCpuLoad(v int32)
SetCpuLoad sets CpuLoad field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasCpuLoad() bool
HasCpuLoad returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetFreeMem() V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu
GetFreeMem returns the FreeMem field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetFreeMemOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu, bool)
GetFreeMemOk returns a tuple with the FreeMem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetFreeMem(v V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu)
SetFreeMem sets FreeMem field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasFreeMem() bool
HasFreeMem returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetCpus() int32
GetCpus returns the Cpus field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetCpusOk() (*int32, bool)
GetCpusOk returns a tuple with the Cpus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetCpus(v int32)
SetCpus sets Cpus field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasCpus() bool
HasCpus returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetEffectiveCpus() int32
GetEffectiveCpus returns the EffectiveCpus field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetEffectiveCpusOk() (*int32, bool)
GetEffectiveCpusOk returns a tuple with the EffectiveCpus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetEffectiveCpus(v int32)
SetEffectiveCpus sets EffectiveCpus field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasEffectiveCpus() bool
HasEffectiveCpus returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetSpecializedCpus() string
GetSpecializedCpus returns the SpecializedCpus field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetSpecializedCpusOk() (*string, bool)
GetSpecializedCpusOk returns a tuple with the SpecializedCpus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetSpecializedCpus(v string)
SetSpecializedCpus sets SpecializedCpus field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasSpecializedCpus() bool
HasSpecializedCpus returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetEnergy() V0041OpenapiNodesRespNodesInnerEnergy
GetEnergy returns the Energy field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetEnergyOk() (*V0041OpenapiNodesRespNodesInnerEnergy, bool)
GetEnergyOk returns a tuple with the Energy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetEnergy(v V0041OpenapiNodesRespNodesInnerEnergy)
SetEnergy sets Energy field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasEnergy() bool
HasEnergy returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetExternalSensors() map[string]interface{}
GetExternalSensors returns the ExternalSensors field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetExternalSensorsOk() (*map[string]interface{}, bool)
GetExternalSensorsOk returns a tuple with the ExternalSensors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetExternalSensors(v map[string]interface{})
SetExternalSensors sets ExternalSensors field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasExternalSensors() bool
HasExternalSensors returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetExtra() string
GetExtra returns the Extra field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) 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 *V0041OpenapiNodesRespNodesInner) SetExtra(v string)
SetExtra sets Extra field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetPower() map[string]interface{}
GetPower returns the Power field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetPowerOk() (*map[string]interface{}, bool)
GetPowerOk returns a tuple with the Power field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetPower(v map[string]interface{})
SetPower sets Power field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasPower() bool
HasPower returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetFeatures() []string
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetFeaturesOk() (*[]string, bool)
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetFeatures(v []string)
SetFeatures sets Features field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetActiveFeatures() []string
GetActiveFeatures returns the ActiveFeatures field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetActiveFeaturesOk() (*[]string, bool)
GetActiveFeaturesOk returns a tuple with the ActiveFeatures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetActiveFeatures(v []string)
SetActiveFeatures sets ActiveFeatures field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasActiveFeatures() bool
HasActiveFeatures returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetGpuSpec() string
GetGpuSpec returns the GpuSpec field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetGpuSpecOk() (*string, bool)
GetGpuSpecOk returns a tuple with the GpuSpec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetGpuSpec(v string)
SetGpuSpec sets GpuSpec field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasGpuSpec() bool
HasGpuSpec returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetGres() string
GetGres returns the Gres field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetGresOk() (*string, bool)
GetGresOk returns a tuple with the Gres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetGres(v string)
SetGres sets Gres field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasGres() bool
HasGres returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetGresDrained() string
GetGresDrained returns the GresDrained field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetGresDrainedOk() (*string, bool)
GetGresDrainedOk returns a tuple with the GresDrained field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetGresDrained(v string)
SetGresDrained sets GresDrained field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasGresDrained() bool
HasGresDrained returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetGresUsed() string
GetGresUsed returns the GresUsed field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetGresUsedOk() (*string, bool)
GetGresUsedOk returns a tuple with the GresUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetGresUsed(v string)
SetGresUsed sets GresUsed field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasGresUsed() bool
HasGresUsed returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) 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 *V0041OpenapiNodesRespNodesInner) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) 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 *V0041OpenapiNodesRespNodesInner) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasInstanceType() bool
HasInstanceType returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetLastBusy() V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu
GetLastBusy returns the LastBusy field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetLastBusyOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu, bool)
GetLastBusyOk returns a tuple with the LastBusy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetLastBusy(v V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu)
SetLastBusy sets LastBusy field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasLastBusy() bool
HasLastBusy returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetMcsLabel() string
GetMcsLabel returns the McsLabel field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetMcsLabelOk() (*string, bool)
GetMcsLabelOk returns a tuple with the McsLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetMcsLabel(v string)
SetMcsLabel sets McsLabel field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasMcsLabel() bool
HasMcsLabel returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetSpecializedMemory() int64
GetSpecializedMemory returns the SpecializedMemory field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetSpecializedMemoryOk() (*int64, bool)
GetSpecializedMemoryOk returns a tuple with the SpecializedMemory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetSpecializedMemory(v int64)
SetSpecializedMemory sets SpecializedMemory field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasSpecializedMemory() bool
HasSpecializedMemory returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetName(v string)
SetName sets Name field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetNextStateAfterReboot() []string
GetNextStateAfterReboot returns the NextStateAfterReboot field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetNextStateAfterRebootOk() (*[]string, bool)
GetNextStateAfterRebootOk returns a tuple with the NextStateAfterReboot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetNextStateAfterReboot(v []string)
SetNextStateAfterReboot sets NextStateAfterReboot field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasNextStateAfterReboot() bool
HasNextStateAfterReboot returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetState() []string
GetState returns the State field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetStateOk() (*[]string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetState(v []string)
SetState sets State field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasState() bool
HasState returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetOperatingSystem() string
GetOperatingSystem returns the OperatingSystem field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetOperatingSystemOk() (*string, bool)
GetOperatingSystemOk returns a tuple with the OperatingSystem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetOperatingSystem(v string)
SetOperatingSystem sets OperatingSystem field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasOperatingSystem() bool
HasOperatingSystem returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetPartitions() []string
GetPartitions returns the Partitions field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetPartitionsOk() (*[]string, bool)
GetPartitionsOk returns a tuple with the Partitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetPartitions(v []string)
SetPartitions sets Partitions field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasPartitions() bool
HasPartitions returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetPort(v int32)
SetPort sets Port field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetRealMemory() int64
GetRealMemory returns the RealMemory field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetRealMemoryOk() (*int64, bool)
GetRealMemoryOk returns a tuple with the RealMemory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetRealMemory(v int64)
SetRealMemory sets RealMemory field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasRealMemory() bool
HasRealMemory returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetResCoresPerGpu() int32
GetResCoresPerGpu returns the ResCoresPerGpu field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetResCoresPerGpuOk() (*int32, bool)
GetResCoresPerGpuOk returns a tuple with the ResCoresPerGpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetResCoresPerGpu(v int32)
SetResCoresPerGpu sets ResCoresPerGpu field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasResCoresPerGpu() bool
HasResCoresPerGpu returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetComment(v string)
SetComment sets Comment field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetReason(v string)
SetReason sets Reason field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetReasonChangedAt() V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu
GetReasonChangedAt returns the ReasonChangedAt field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetReasonChangedAtOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu, bool)
GetReasonChangedAtOk returns a tuple with the ReasonChangedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetReasonChangedAt(v V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu)
SetReasonChangedAt sets ReasonChangedAt field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasReasonChangedAt() bool
HasReasonChangedAt returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetReasonSetByUser() string
GetReasonSetByUser returns the ReasonSetByUser field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetReasonSetByUserOk() (*string, bool)
GetReasonSetByUserOk returns a tuple with the ReasonSetByUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetReasonSetByUser(v string)
SetReasonSetByUser sets ReasonSetByUser field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasReasonSetByUser() bool
HasReasonSetByUser returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetResumeAfter() V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu
GetResumeAfter returns the ResumeAfter field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetResumeAfterOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu, bool)
GetResumeAfterOk returns a tuple with the ResumeAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetResumeAfter(v V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu)
SetResumeAfter sets ResumeAfter field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasResumeAfter() bool
HasResumeAfter returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetReservation() string
GetReservation returns the Reservation field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetReservationOk() (*string, bool)
GetReservationOk returns a tuple with the Reservation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetReservation(v string)
SetReservation sets Reservation field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasReservation() bool
HasReservation returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetAllocMemory() int64
GetAllocMemory returns the AllocMemory field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetAllocMemoryOk() (*int64, bool)
GetAllocMemoryOk returns a tuple with the AllocMemory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetAllocMemory(v int64)
SetAllocMemory sets AllocMemory field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasAllocMemory() bool
HasAllocMemory returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetAllocCpus() int32
GetAllocCpus returns the AllocCpus field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetAllocCpusOk() (*int32, bool)
GetAllocCpusOk returns a tuple with the AllocCpus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetAllocCpus(v int32)
SetAllocCpus sets AllocCpus field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasAllocCpus() bool
HasAllocCpus returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetAllocIdleCpus() int32
GetAllocIdleCpus returns the AllocIdleCpus field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetAllocIdleCpusOk() (*int32, bool)
GetAllocIdleCpusOk returns a tuple with the AllocIdleCpus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetAllocIdleCpus(v int32)
SetAllocIdleCpus sets AllocIdleCpus field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasAllocIdleCpus() bool
HasAllocIdleCpus returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetTresUsed() string
GetTresUsed returns the TresUsed field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetTresUsedOk() (*string, bool)
GetTresUsedOk returns a tuple with the TresUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetTresUsed(v string)
SetTresUsed sets TresUsed field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasTresUsed() bool
HasTresUsed returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetTresWeighted() float64
GetTresWeighted returns the TresWeighted field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetTresWeightedOk() (*float64, bool)
GetTresWeightedOk returns a tuple with the TresWeighted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetTresWeighted(v float64)
SetTresWeighted sets TresWeighted field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasTresWeighted() bool
HasTresWeighted returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetSlurmdStartTime() V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu
GetSlurmdStartTime returns the SlurmdStartTime field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetSlurmdStartTimeOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu, bool)
GetSlurmdStartTimeOk returns a tuple with the SlurmdStartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetSlurmdStartTime(v V0041OpenapiSlurmdbdJobsRespJobsInnerRequiredMemoryPerCpu)
SetSlurmdStartTime sets SlurmdStartTime field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasSlurmdStartTime() bool
HasSlurmdStartTime returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetSockets() int32
GetSockets returns the Sockets field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetSocketsOk() (*int32, bool)
GetSocketsOk returns a tuple with the Sockets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetSockets(v int32)
SetSockets sets Sockets field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasSockets() bool
HasSockets returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetThreads() int32
GetThreads returns the Threads field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetThreadsOk() (*int32, bool)
GetThreadsOk returns a tuple with the Threads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetThreads(v int32)
SetThreads sets Threads field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasThreads() bool
HasThreads returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetTemporaryDisk() int32
GetTemporaryDisk returns the TemporaryDisk field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetTemporaryDiskOk() (*int32, bool)
GetTemporaryDiskOk returns a tuple with the TemporaryDisk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetTemporaryDisk(v int32)
SetTemporaryDisk sets TemporaryDisk field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasTemporaryDisk() bool
HasTemporaryDisk returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetWeight() int32
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetWeightOk() (*int32, bool)
GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetWeight(v int32)
SetWeight sets Weight field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetTres() string
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetTresOk() (*string, bool)
GetTresOk returns a tuple with the Tres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetTres(v string)
SetTres sets Tres field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasTres() bool
HasTres returns a boolean if a field has been set.
func (o *V0041OpenapiNodesRespNodesInner) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesRespNodesInner) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesRespNodesInner) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *V0041OpenapiNodesRespNodesInner) HasVersion() bool
HasVersion returns a boolean if a field has been set.