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] |
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
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
func (o *V0040PartitionInfoDefaults) GetMemoryPerCpu() int64
GetMemoryPerCpu returns the MemoryPerCpu field if non-nil, zero value otherwise.
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.
func (o *V0040PartitionInfoDefaults) SetMemoryPerCpu(v int64)
SetMemoryPerCpu sets MemoryPerCpu field to given value.
func (o *V0040PartitionInfoDefaults) HasMemoryPerCpu() bool
HasMemoryPerCpu returns a boolean if a field has been set.
func (o *V0040PartitionInfoDefaults) GetPartitionMemoryPerCpu() V0040Uint64NoVal
GetPartitionMemoryPerCpu returns the PartitionMemoryPerCpu field if non-nil, zero value otherwise.
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.
func (o *V0040PartitionInfoDefaults) SetPartitionMemoryPerCpu(v V0040Uint64NoVal)
SetPartitionMemoryPerCpu sets PartitionMemoryPerCpu field to given value.
func (o *V0040PartitionInfoDefaults) HasPartitionMemoryPerCpu() bool
HasPartitionMemoryPerCpu returns a boolean if a field has been set.
func (o *V0040PartitionInfoDefaults) GetPartitionMemoryPerNode() V0040Uint64NoVal
GetPartitionMemoryPerNode returns the PartitionMemoryPerNode field if non-nil, zero value otherwise.
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.
func (o *V0040PartitionInfoDefaults) SetPartitionMemoryPerNode(v V0040Uint64NoVal)
SetPartitionMemoryPerNode sets PartitionMemoryPerNode field to given value.
func (o *V0040PartitionInfoDefaults) HasPartitionMemoryPerNode() bool
HasPartitionMemoryPerNode returns a boolean if a field has been set.
func (o *V0040PartitionInfoDefaults) GetTime() V0040Uint32NoVal
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *V0040PartitionInfoDefaults) SetTime(v V0040Uint32NoVal)
SetTime sets Time field to given value.
func (o *V0040PartitionInfoDefaults) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *V0040PartitionInfoDefaults) GetJob() string
GetJob returns the Job field if non-nil, zero value otherwise.
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.
func (o *V0040PartitionInfoDefaults) SetJob(v string)
SetJob sets Job field to given value.
func (o *V0040PartitionInfoDefaults) HasJob() bool
HasJob returns a boolean if a field has been set.