Name | Type | Description | Notes |
---|---|---|---|
ActiveJobs | Pointer to V0039QosLimitsMaxJobsActiveJobs | [optional] | |
Per | Pointer to V0039QosLimitsMaxJobsActiveJobsPer | [optional] |
func NewV0039QosLimitsMaxJobs() *V0039QosLimitsMaxJobs
NewV0039QosLimitsMaxJobs instantiates a new V0039QosLimitsMaxJobs 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 NewV0039QosLimitsMaxJobsWithDefaults() *V0039QosLimitsMaxJobs
NewV0039QosLimitsMaxJobsWithDefaults instantiates a new V0039QosLimitsMaxJobs 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 *V0039QosLimitsMaxJobs) GetActiveJobs() V0039QosLimitsMaxJobsActiveJobs
GetActiveJobs returns the ActiveJobs field if non-nil, zero value otherwise.
func (o *V0039QosLimitsMaxJobs) GetActiveJobsOk() (*V0039QosLimitsMaxJobsActiveJobs, 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 *V0039QosLimitsMaxJobs) SetActiveJobs(v V0039QosLimitsMaxJobsActiveJobs)
SetActiveJobs sets ActiveJobs field to given value.
func (o *V0039QosLimitsMaxJobs) HasActiveJobs() bool
HasActiveJobs returns a boolean if a field has been set.
func (o *V0039QosLimitsMaxJobs) GetPer() V0039QosLimitsMaxJobsActiveJobsPer
GetPer returns the Per field if non-nil, zero value otherwise.
func (o *V0039QosLimitsMaxJobs) GetPerOk() (*V0039QosLimitsMaxJobsActiveJobsPer, bool)
GetPerOk returns a tuple with the Per field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimitsMaxJobs) SetPer(v V0039QosLimitsMaxJobsActiveJobsPer)
SetPer sets Per field to given value.
func (o *V0039QosLimitsMaxJobs) HasPer() bool
HasPer returns a boolean if a field has been set.