Name | Type | Description | Notes |
---|---|---|---|
Index | int32 | Core index | |
Cores | []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner | Core in socket |
func NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner(index int32, cores []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner, ) *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner
NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner 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 NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerWithDefaults() *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner
NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerWithDefaults instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) GetIndex() int32
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) SetIndex(v int32)
SetIndex sets Index field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) GetCores() []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner
GetCores returns the Cores field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) GetCoresOk() (*[]V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner, 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) SetCores(v []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner)
SetCores sets Cores field to given value.