Name | Type | Description | Notes |
---|---|---|---|
Index | int32 | Node index | |
Name | string | Node name | |
Cpus | Pointer to V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus | [optional] | |
Memory | Pointer to V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory | [optional] | |
Sockets | []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner | Socket allocations in node |
func NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner(index int32, name string, sockets []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner, ) *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner
NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner 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 NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerWithDefaults() *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner
NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerWithDefaults instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetIndex() int32
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) SetIndex(v int32)
SetIndex sets Index field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) SetName(v string)
SetName sets Name field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetCpus() V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus
GetCpus returns the Cpus field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetCpusOk() (*V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus, 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) SetCpus(v V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus)
SetCpus sets Cpus field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) HasCpus() bool
HasCpus returns a boolean if a field has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetMemory() V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory
GetMemory returns the Memory field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetMemoryOk() (*V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory, bool)
GetMemoryOk returns a tuple with the Memory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) SetMemory(v V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory)
SetMemory sets Memory field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) HasMemory() bool
HasMemory returns a boolean if a field has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetSockets() []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner
GetSockets returns the Sockets field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) GetSocketsOk() (*[]V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner, 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInner) SetSockets(v []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner)
SetSockets sets Sockets field to given value.