Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.67 KB

V0040QosLimitsMax.md

File metadata and controls

160 lines (87 loc) · 4.67 KB

V0040QosLimitsMax

Properties

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]

Methods

NewV0040QosLimitsMax

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

NewV0040QosLimitsMaxWithDefaults

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

GetActiveJobs

func (o *V0040QosLimitsMax) GetActiveJobs() V0040QosLimitsMaxActiveJobs

GetActiveJobs returns the ActiveJobs field if non-nil, zero value otherwise.

GetActiveJobsOk

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.

SetActiveJobs

func (o *V0040QosLimitsMax) SetActiveJobs(v V0040QosLimitsMaxActiveJobs)

SetActiveJobs sets ActiveJobs field to given value.

HasActiveJobs

func (o *V0040QosLimitsMax) HasActiveJobs() bool

HasActiveJobs returns a boolean if a field has been set.

GetTres

func (o *V0040QosLimitsMax) GetTres() V0040QosLimitsMaxTres

GetTres returns the Tres field if non-nil, zero value otherwise.

GetTresOk

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.

SetTres

func (o *V0040QosLimitsMax) SetTres(v V0040QosLimitsMaxTres)

SetTres sets Tres field to given value.

HasTres

func (o *V0040QosLimitsMax) HasTres() bool

HasTres returns a boolean if a field has been set.

GetWallClock

func (o *V0040QosLimitsMax) GetWallClock() V0040QosLimitsMaxWallClock

GetWallClock returns the WallClock field if non-nil, zero value otherwise.

GetWallClockOk

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.

SetWallClock

func (o *V0040QosLimitsMax) SetWallClock(v V0040QosLimitsMaxWallClock)

SetWallClock sets WallClock field to given value.

HasWallClock

func (o *V0040QosLimitsMax) HasWallClock() bool

HasWallClock returns a boolean if a field has been set.

GetJobs

func (o *V0040QosLimitsMax) GetJobs() V0040QosLimitsMaxJobs

GetJobs returns the Jobs field if non-nil, zero value otherwise.

GetJobsOk

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.

SetJobs

func (o *V0040QosLimitsMax) SetJobs(v V0040QosLimitsMaxJobs)

SetJobs sets Jobs field to given value.

HasJobs

func (o *V0040QosLimitsMax) HasJobs() bool

HasJobs returns a boolean if a field has been set.

GetAccruing

func (o *V0040QosLimitsMax) GetAccruing() V0040QosLimitsMaxJobsActiveJobs

GetAccruing returns the Accruing field if non-nil, zero value otherwise.

GetAccruingOk

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.

SetAccruing

func (o *V0040QosLimitsMax) SetAccruing(v V0040QosLimitsMaxJobsActiveJobs)

SetAccruing sets Accruing field to given value.

HasAccruing

func (o *V0040QosLimitsMax) HasAccruing() bool

HasAccruing returns a boolean if a field has been set.

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