Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.01 KB

V0040PartitionInfoDefaults.md

File metadata and controls

160 lines (87 loc) · 5.01 KB

V0040PartitionInfoDefaults

Properties

Name Type Description Notes
MemoryPerCpu Pointer to int64 [optional]
PartitionMemoryPerCpu Pointer to V0040Uint64NoVal [optional]
PartitionMemoryPerNode Pointer to V0040Uint64NoVal [optional]
Time Pointer to V0040Uint32NoVal [optional]
Job Pointer to string [optional]

Methods

NewV0040PartitionInfoDefaults

func NewV0040PartitionInfoDefaults() *V0040PartitionInfoDefaults

NewV0040PartitionInfoDefaults instantiates a new V0040PartitionInfoDefaults 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

NewV0040PartitionInfoDefaultsWithDefaults

func NewV0040PartitionInfoDefaultsWithDefaults() *V0040PartitionInfoDefaults

NewV0040PartitionInfoDefaultsWithDefaults instantiates a new V0040PartitionInfoDefaults 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

GetMemoryPerCpu

func (o *V0040PartitionInfoDefaults) GetMemoryPerCpu() int64

GetMemoryPerCpu returns the MemoryPerCpu field if non-nil, zero value otherwise.

GetMemoryPerCpuOk

func (o *V0040PartitionInfoDefaults) GetMemoryPerCpuOk() (*int64, bool)

GetMemoryPerCpuOk returns a tuple with the MemoryPerCpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMemoryPerCpu

func (o *V0040PartitionInfoDefaults) SetMemoryPerCpu(v int64)

SetMemoryPerCpu sets MemoryPerCpu field to given value.

HasMemoryPerCpu

func (o *V0040PartitionInfoDefaults) HasMemoryPerCpu() bool

HasMemoryPerCpu returns a boolean if a field has been set.

GetPartitionMemoryPerCpu

func (o *V0040PartitionInfoDefaults) GetPartitionMemoryPerCpu() V0040Uint64NoVal

GetPartitionMemoryPerCpu returns the PartitionMemoryPerCpu field if non-nil, zero value otherwise.

GetPartitionMemoryPerCpuOk

func (o *V0040PartitionInfoDefaults) GetPartitionMemoryPerCpuOk() (*V0040Uint64NoVal, bool)

GetPartitionMemoryPerCpuOk returns a tuple with the PartitionMemoryPerCpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPartitionMemoryPerCpu

func (o *V0040PartitionInfoDefaults) SetPartitionMemoryPerCpu(v V0040Uint64NoVal)

SetPartitionMemoryPerCpu sets PartitionMemoryPerCpu field to given value.

HasPartitionMemoryPerCpu

func (o *V0040PartitionInfoDefaults) HasPartitionMemoryPerCpu() bool

HasPartitionMemoryPerCpu returns a boolean if a field has been set.

GetPartitionMemoryPerNode

func (o *V0040PartitionInfoDefaults) GetPartitionMemoryPerNode() V0040Uint64NoVal

GetPartitionMemoryPerNode returns the PartitionMemoryPerNode field if non-nil, zero value otherwise.

GetPartitionMemoryPerNodeOk

func (o *V0040PartitionInfoDefaults) GetPartitionMemoryPerNodeOk() (*V0040Uint64NoVal, bool)

GetPartitionMemoryPerNodeOk returns a tuple with the PartitionMemoryPerNode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPartitionMemoryPerNode

func (o *V0040PartitionInfoDefaults) SetPartitionMemoryPerNode(v V0040Uint64NoVal)

SetPartitionMemoryPerNode sets PartitionMemoryPerNode field to given value.

HasPartitionMemoryPerNode

func (o *V0040PartitionInfoDefaults) HasPartitionMemoryPerNode() bool

HasPartitionMemoryPerNode returns a boolean if a field has been set.

GetTime

func (o *V0040PartitionInfoDefaults) GetTime() V0040Uint32NoVal

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *V0040PartitionInfoDefaults) GetTimeOk() (*V0040Uint32NoVal, 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.

SetTime

func (o *V0040PartitionInfoDefaults) SetTime(v V0040Uint32NoVal)

SetTime sets Time field to given value.

HasTime

func (o *V0040PartitionInfoDefaults) HasTime() bool

HasTime returns a boolean if a field has been set.

GetJob

func (o *V0040PartitionInfoDefaults) GetJob() string

GetJob returns the Job field if non-nil, zero value otherwise.

GetJobOk

func (o *V0040PartitionInfoDefaults) GetJobOk() (*string, bool)

GetJobOk returns a tuple with the Job field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJob

func (o *V0040PartitionInfoDefaults) SetJob(v string)

SetJob sets Job field to given value.

HasJob

func (o *V0040PartitionInfoDefaults) HasJob() bool

HasJob returns a boolean if a field has been set.

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