Name | Type | Description | Notes |
---|---|---|---|
ActiveJobs | Pointer to V0040QosLimitsMaxActiveJobs | [optional] | |
Tres | Pointer to V0040QosLimitsMaxTres | [optional] | |
WallClock | Pointer to V0040QosLimitsMaxWallClock | [optional] | |
Jobs | Pointer to V0040QosLimitsMaxJobs | [optional] | |
Accruing | Pointer to V0040QosLimitsMaxJobsActiveJobs | [optional] |
func NewV0040QosLimitsMax() *V0040QosLimitsMax
NewV0040QosLimitsMax instantiates a new V0040QosLimitsMax 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 NewV0040QosLimitsMaxWithDefaults() *V0040QosLimitsMax
NewV0040QosLimitsMaxWithDefaults instantiates a new V0040QosLimitsMax 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 *V0040QosLimitsMax) GetActiveJobs() V0040QosLimitsMaxActiveJobs
GetActiveJobs returns the ActiveJobs field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMax) GetActiveJobsOk() (*V0040QosLimitsMaxActiveJobs, bool)
GetActiveJobsOk returns a tuple with the ActiveJobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMax) SetActiveJobs(v V0040QosLimitsMaxActiveJobs)
SetActiveJobs sets ActiveJobs field to given value.
func (o *V0040QosLimitsMax) HasActiveJobs() bool
HasActiveJobs returns a boolean if a field has been set.
func (o *V0040QosLimitsMax) GetTres() V0040QosLimitsMaxTres
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMax) GetTresOk() (*V0040QosLimitsMaxTres, bool)
GetTresOk returns a tuple with the Tres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMax) SetTres(v V0040QosLimitsMaxTres)
SetTres sets Tres field to given value.
func (o *V0040QosLimitsMax) HasTres() bool
HasTres returns a boolean if a field has been set.
func (o *V0040QosLimitsMax) GetWallClock() V0040QosLimitsMaxWallClock
GetWallClock returns the WallClock field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMax) GetWallClockOk() (*V0040QosLimitsMaxWallClock, bool)
GetWallClockOk returns a tuple with the WallClock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMax) SetWallClock(v V0040QosLimitsMaxWallClock)
SetWallClock sets WallClock field to given value.
func (o *V0040QosLimitsMax) HasWallClock() bool
HasWallClock returns a boolean if a field has been set.
func (o *V0040QosLimitsMax) GetJobs() V0040QosLimitsMaxJobs
GetJobs returns the Jobs field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMax) GetJobsOk() (*V0040QosLimitsMaxJobs, bool)
GetJobsOk returns a tuple with the Jobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMax) SetJobs(v V0040QosLimitsMaxJobs)
SetJobs sets Jobs field to given value.
func (o *V0040QosLimitsMax) HasJobs() bool
HasJobs returns a boolean if a field has been set.
func (o *V0040QosLimitsMax) GetAccruing() V0040QosLimitsMaxJobsActiveJobs
GetAccruing returns the Accruing field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMax) GetAccruingOk() (*V0040QosLimitsMaxJobsActiveJobs, bool)
GetAccruingOk returns a tuple with the Accruing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMax) SetAccruing(v V0040QosLimitsMaxJobsActiveJobs)
SetAccruing sets Accruing field to given value.
func (o *V0040QosLimitsMax) HasAccruing() bool
HasAccruing returns a boolean if a field has been set.