Name | Type | Description | Notes |
---|---|---|---|
Cpu | Pointer to V0040Uint64NoVal | [optional] | |
Fsize | Pointer to V0040Uint64NoVal | [optional] | |
Data | Pointer to V0040Uint64NoVal | [optional] | |
Stack | Pointer to V0040Uint64NoVal | [optional] | |
Core | Pointer to V0040Uint64NoVal | [optional] | |
Rss | Pointer to V0040Uint64NoVal | [optional] | |
Nproc | Pointer to V0040Uint64NoVal | [optional] | |
Nofile | Pointer to V0040Uint64NoVal | [optional] | |
Memlock | Pointer to V0040Uint64NoVal | [optional] | |
As | Pointer to V0040Uint64NoVal | [optional] |
func NewV0040JobDescMsgRlimits() *V0040JobDescMsgRlimits
NewV0040JobDescMsgRlimits instantiates a new V0040JobDescMsgRlimits 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 NewV0040JobDescMsgRlimitsWithDefaults() *V0040JobDescMsgRlimits
NewV0040JobDescMsgRlimitsWithDefaults instantiates a new V0040JobDescMsgRlimits 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 *V0040JobDescMsgRlimits) GetCpu() V0040Uint64NoVal
GetCpu returns the Cpu field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetCpuOk() (*V0040Uint64NoVal, bool)
GetCpuOk returns a tuple with the Cpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetCpu(v V0040Uint64NoVal)
SetCpu sets Cpu field to given value.
func (o *V0040JobDescMsgRlimits) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetFsize() V0040Uint64NoVal
GetFsize returns the Fsize field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetFsizeOk() (*V0040Uint64NoVal, bool)
GetFsizeOk returns a tuple with the Fsize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetFsize(v V0040Uint64NoVal)
SetFsize sets Fsize field to given value.
func (o *V0040JobDescMsgRlimits) HasFsize() bool
HasFsize returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetData() V0040Uint64NoVal
GetData returns the Data field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetDataOk() (*V0040Uint64NoVal, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetData(v V0040Uint64NoVal)
SetData sets Data field to given value.
func (o *V0040JobDescMsgRlimits) HasData() bool
HasData returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetStack() V0040Uint64NoVal
GetStack returns the Stack field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetStackOk() (*V0040Uint64NoVal, bool)
GetStackOk returns a tuple with the Stack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetStack(v V0040Uint64NoVal)
SetStack sets Stack field to given value.
func (o *V0040JobDescMsgRlimits) HasStack() bool
HasStack returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetCore() V0040Uint64NoVal
GetCore returns the Core field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetCoreOk() (*V0040Uint64NoVal, bool)
GetCoreOk returns a tuple with the Core field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetCore(v V0040Uint64NoVal)
SetCore sets Core field to given value.
func (o *V0040JobDescMsgRlimits) HasCore() bool
HasCore returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetRss() V0040Uint64NoVal
GetRss returns the Rss field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetRssOk() (*V0040Uint64NoVal, bool)
GetRssOk returns a tuple with the Rss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetRss(v V0040Uint64NoVal)
SetRss sets Rss field to given value.
func (o *V0040JobDescMsgRlimits) HasRss() bool
HasRss returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetNproc() V0040Uint64NoVal
GetNproc returns the Nproc field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetNprocOk() (*V0040Uint64NoVal, bool)
GetNprocOk returns a tuple with the Nproc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetNproc(v V0040Uint64NoVal)
SetNproc sets Nproc field to given value.
func (o *V0040JobDescMsgRlimits) HasNproc() bool
HasNproc returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetNofile() V0040Uint64NoVal
GetNofile returns the Nofile field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetNofileOk() (*V0040Uint64NoVal, bool)
GetNofileOk returns a tuple with the Nofile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetNofile(v V0040Uint64NoVal)
SetNofile sets Nofile field to given value.
func (o *V0040JobDescMsgRlimits) HasNofile() bool
HasNofile returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetMemlock() V0040Uint64NoVal
GetMemlock returns the Memlock field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetMemlockOk() (*V0040Uint64NoVal, bool)
GetMemlockOk returns a tuple with the Memlock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetMemlock(v V0040Uint64NoVal)
SetMemlock sets Memlock field to given value.
func (o *V0040JobDescMsgRlimits) HasMemlock() bool
HasMemlock returns a boolean if a field has been set.
func (o *V0040JobDescMsgRlimits) GetAs() V0040Uint64NoVal
GetAs returns the As field if non-nil, zero value otherwise.
func (o *V0040JobDescMsgRlimits) GetAsOk() (*V0040Uint64NoVal, bool)
GetAsOk returns a tuple with the As field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040JobDescMsgRlimits) SetAs(v V0040Uint64NoVal)
SetAs sets As field to given value.
func (o *V0040JobDescMsgRlimits) HasAs() bool
HasAs returns a boolean if a field has been set.