Name | Type | Description | Notes |
---|---|---|---|
Clusters | Pointer to []V0039ClusterRec | [optional] | |
TRES | Pointer to [][]V0039Tres | [optional] | |
Accounts | Pointer to []V0039Account | [optional] | |
Users | Pointer to []V0039User | [optional] | |
Qos | Pointer to []V0039Qos | [optional] | |
Wckeys | Pointer to []V0039Wckey | [optional] | |
Associations | Pointer to []V0039Assoc | [optional] |
func NewDbv0039SetConfig() *Dbv0039SetConfig
NewDbv0039SetConfig instantiates a new Dbv0039SetConfig 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 NewDbv0039SetConfigWithDefaults() *Dbv0039SetConfig
NewDbv0039SetConfigWithDefaults instantiates a new Dbv0039SetConfig 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 *Dbv0039SetConfig) GetClusters() []V0039ClusterRec
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetClustersOk() (*[]V0039ClusterRec, bool)
GetClustersOk returns a tuple with the Clusters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039SetConfig) SetClusters(v []V0039ClusterRec)
SetClusters sets Clusters field to given value.
func (o *Dbv0039SetConfig) HasClusters() bool
HasClusters returns a boolean if a field has been set.
func (o *Dbv0039SetConfig) GetTRES() [][]V0039Tres
GetTRES returns the TRES field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetTRESOk() (*[][]V0039Tres, 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 *Dbv0039SetConfig) SetTRES(v [][]V0039Tres)
SetTRES sets TRES field to given value.
func (o *Dbv0039SetConfig) HasTRES() bool
HasTRES returns a boolean if a field has been set.
func (o *Dbv0039SetConfig) GetAccounts() []V0039Account
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetAccountsOk() (*[]V0039Account, bool)
GetAccountsOk returns a tuple with the Accounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039SetConfig) SetAccounts(v []V0039Account)
SetAccounts sets Accounts field to given value.
func (o *Dbv0039SetConfig) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (o *Dbv0039SetConfig) GetUsers() []V0039User
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetUsersOk() (*[]V0039User, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039SetConfig) SetUsers(v []V0039User)
SetUsers sets Users field to given value.
func (o *Dbv0039SetConfig) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (o *Dbv0039SetConfig) GetQos() []V0039Qos
GetQos returns the Qos field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetQosOk() (*[]V0039Qos, 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 *Dbv0039SetConfig) SetQos(v []V0039Qos)
SetQos sets Qos field to given value.
func (o *Dbv0039SetConfig) HasQos() bool
HasQos returns a boolean if a field has been set.
func (o *Dbv0039SetConfig) GetWckeys() []V0039Wckey
GetWckeys returns the Wckeys field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetWckeysOk() (*[]V0039Wckey, bool)
GetWckeysOk returns a tuple with the Wckeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039SetConfig) SetWckeys(v []V0039Wckey)
SetWckeys sets Wckeys field to given value.
func (o *Dbv0039SetConfig) HasWckeys() bool
HasWckeys returns a boolean if a field has been set.
func (o *Dbv0039SetConfig) GetAssociations() []V0039Assoc
GetAssociations returns the Associations field if non-nil, zero value otherwise.
func (o *Dbv0039SetConfig) GetAssociationsOk() (*[]V0039Assoc, bool)
GetAssociationsOk returns a tuple with the Associations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039SetConfig) SetAssociations(v []V0039Assoc)
SetAssociations sets Associations field to given value.
func (o *Dbv0039SetConfig) HasAssociations() bool
HasAssociations returns a boolean if a field has been set.