Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.43 KB

V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner.md

File metadata and controls

72 lines (39 loc) · 3.43 KB

V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner

Properties

Name Type Description Notes
Index int32 Core index
Cores []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner Core in socket

Methods

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner

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

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerWithDefaults

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

GetIndex

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) GetIndex() int32

GetIndex returns the Index field if non-nil, zero value otherwise.

GetIndexOk

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.

SetIndex

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) SetIndex(v int32)

SetIndex sets Index field to given value.

GetCores

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) GetCores() []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner

GetCores returns the Cores field if non-nil, zero value otherwise.

GetCoresOk

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.

SetCores

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInner) SetCores(v []V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerSocketsInnerCoresInner)

SetCores sets Cores field to given value.

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