Name | Type | Description | Notes |
---|---|---|---|
Accounting | Pointer to []V0040Accounting | [optional] | |
Account | Pointer to string | [optional] | |
Cluster | Pointer to string | [optional] | |
Comment | Pointer to string | comment for the association | [optional] |
Default | Pointer to V0041OpenapiSlurmdbdConfigRespAssociationsInnerDefault | [optional] | |
Flags | Pointer to []string | [optional] | |
Max | Pointer to V0040AssocMax | [optional] | |
Id | Pointer to V0040AssocShort | [optional] | |
IsDefault | Pointer to bool | [optional] | |
Lineage | Pointer to string | Complete path up the hierarchy to the root association | [optional] |
Min | Pointer to V0040AssocMin | [optional] | |
ParentAccount | Pointer to string | [optional] | |
Partition | Pointer to string | [optional] | |
Priority | Pointer to V0040Uint32NoVal | [optional] | |
Qos | Pointer to []string | List of QOS names | [optional] |
SharesRaw | Pointer to int32 | [optional] | |
User | string |
func NewV0040Assoc(user string, ) *V0040Assoc
NewV0040Assoc instantiates a new V0040Assoc 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 NewV0040AssocWithDefaults() *V0040Assoc
NewV0040AssocWithDefaults instantiates a new V0040Assoc 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 *V0040Assoc) GetAccounting() []V0040Accounting
GetAccounting returns the Accounting field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetAccountingOk() (*[]V0040Accounting, bool)
GetAccountingOk returns a tuple with the Accounting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetAccounting(v []V0040Accounting)
SetAccounting sets Accounting field to given value.
func (o *V0040Assoc) HasAccounting() bool
HasAccounting returns a boolean if a field has been set.
func (o *V0040Assoc) GetAccount() string
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetAccountOk() (*string, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetAccount(v string)
SetAccount sets Account field to given value.
func (o *V0040Assoc) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *V0040Assoc) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetClusterOk() (*string, bool)
GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *V0040Assoc) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *V0040Assoc) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetComment(v string)
SetComment sets Comment field to given value.
func (o *V0040Assoc) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *V0040Assoc) GetDefault() V0041OpenapiSlurmdbdConfigRespAssociationsInnerDefault
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetDefaultOk() (*V0041OpenapiSlurmdbdConfigRespAssociationsInnerDefault, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetDefault(v V0041OpenapiSlurmdbdConfigRespAssociationsInnerDefault)
SetDefault sets Default field to given value.
func (o *V0040Assoc) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *V0040Assoc) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetFlagsOk() (*[]string, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetFlags(v []string)
SetFlags sets Flags field to given value.
func (o *V0040Assoc) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *V0040Assoc) GetMax() V0040AssocMax
GetMax returns the Max field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetMaxOk() (*V0040AssocMax, bool)
GetMaxOk returns a tuple with the Max field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetMax(v V0040AssocMax)
SetMax sets Max field to given value.
func (o *V0040Assoc) HasMax() bool
HasMax returns a boolean if a field has been set.
func (o *V0040Assoc) GetId() V0040AssocShort
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetIdOk() (*V0040AssocShort, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetId(v V0040AssocShort)
SetId sets Id field to given value.
func (o *V0040Assoc) HasId() bool
HasId returns a boolean if a field has been set.
func (o *V0040Assoc) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *V0040Assoc) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (o *V0040Assoc) GetLineage() string
GetLineage returns the Lineage field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetLineageOk() (*string, bool)
GetLineageOk returns a tuple with the Lineage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetLineage(v string)
SetLineage sets Lineage field to given value.
func (o *V0040Assoc) HasLineage() bool
HasLineage returns a boolean if a field has been set.
func (o *V0040Assoc) GetMin() V0040AssocMin
GetMin returns the Min field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetMinOk() (*V0040AssocMin, bool)
GetMinOk returns a tuple with the Min field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetMin(v V0040AssocMin)
SetMin sets Min field to given value.
func (o *V0040Assoc) HasMin() bool
HasMin returns a boolean if a field has been set.
func (o *V0040Assoc) GetParentAccount() string
GetParentAccount returns the ParentAccount field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetParentAccountOk() (*string, bool)
GetParentAccountOk returns a tuple with the ParentAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetParentAccount(v string)
SetParentAccount sets ParentAccount field to given value.
func (o *V0040Assoc) HasParentAccount() bool
HasParentAccount returns a boolean if a field has been set.
func (o *V0040Assoc) GetPartition() string
GetPartition returns the Partition field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetPartitionOk() (*string, bool)
GetPartitionOk returns a tuple with the Partition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetPartition(v string)
SetPartition sets Partition field to given value.
func (o *V0040Assoc) HasPartition() bool
HasPartition returns a boolean if a field has been set.
func (o *V0040Assoc) GetPriority() V0040Uint32NoVal
GetPriority returns the Priority field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetPriorityOk() (*V0040Uint32NoVal, bool)
GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetPriority(v V0040Uint32NoVal)
SetPriority sets Priority field to given value.
func (o *V0040Assoc) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (o *V0040Assoc) GetQos() []string
GetQos returns the Qos field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetQosOk() (*[]string, bool)
GetQosOk returns a tuple with the Qos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetQos(v []string)
SetQos sets Qos field to given value.
func (o *V0040Assoc) HasQos() bool
HasQos returns a boolean if a field has been set.
func (o *V0040Assoc) GetSharesRaw() int32
GetSharesRaw returns the SharesRaw field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetSharesRawOk() (*int32, bool)
GetSharesRawOk returns a tuple with the SharesRaw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetSharesRaw(v int32)
SetSharesRaw sets SharesRaw field to given value.
func (o *V0040Assoc) HasSharesRaw() bool
HasSharesRaw returns a boolean if a field has been set.
func (o *V0040Assoc) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *V0040Assoc) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040Assoc) SetUser(v string)
SetUser sets User field to given value.