Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.62 KB

Dbv0039SetConfig.md

File metadata and controls

212 lines (115 loc) · 5.62 KB

Dbv0039SetConfig

Properties

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]

Methods

NewDbv0039SetConfig

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

NewDbv0039SetConfigWithDefaults

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

GetClusters

func (o *Dbv0039SetConfig) GetClusters() []V0039ClusterRec

GetClusters returns the Clusters field if non-nil, zero value otherwise.

GetClustersOk

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.

SetClusters

func (o *Dbv0039SetConfig) SetClusters(v []V0039ClusterRec)

SetClusters sets Clusters field to given value.

HasClusters

func (o *Dbv0039SetConfig) HasClusters() bool

HasClusters returns a boolean if a field has been set.

GetTRES

func (o *Dbv0039SetConfig) GetTRES() [][]V0039Tres

GetTRES returns the TRES field if non-nil, zero value otherwise.

GetTRESOk

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.

SetTRES

func (o *Dbv0039SetConfig) SetTRES(v [][]V0039Tres)

SetTRES sets TRES field to given value.

HasTRES

func (o *Dbv0039SetConfig) HasTRES() bool

HasTRES returns a boolean if a field has been set.

GetAccounts

func (o *Dbv0039SetConfig) GetAccounts() []V0039Account

GetAccounts returns the Accounts field if non-nil, zero value otherwise.

GetAccountsOk

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.

SetAccounts

func (o *Dbv0039SetConfig) SetAccounts(v []V0039Account)

SetAccounts sets Accounts field to given value.

HasAccounts

func (o *Dbv0039SetConfig) HasAccounts() bool

HasAccounts returns a boolean if a field has been set.

GetUsers

func (o *Dbv0039SetConfig) GetUsers() []V0039User

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

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.

SetUsers

func (o *Dbv0039SetConfig) SetUsers(v []V0039User)

SetUsers sets Users field to given value.

HasUsers

func (o *Dbv0039SetConfig) HasUsers() bool

HasUsers returns a boolean if a field has been set.

GetQos

func (o *Dbv0039SetConfig) GetQos() []V0039Qos

GetQos returns the Qos field if non-nil, zero value otherwise.

GetQosOk

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.

SetQos

func (o *Dbv0039SetConfig) SetQos(v []V0039Qos)

SetQos sets Qos field to given value.

HasQos

func (o *Dbv0039SetConfig) HasQos() bool

HasQos returns a boolean if a field has been set.

GetWckeys

func (o *Dbv0039SetConfig) GetWckeys() []V0039Wckey

GetWckeys returns the Wckeys field if non-nil, zero value otherwise.

GetWckeysOk

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.

SetWckeys

func (o *Dbv0039SetConfig) SetWckeys(v []V0039Wckey)

SetWckeys sets Wckeys field to given value.

HasWckeys

func (o *Dbv0039SetConfig) HasWckeys() bool

HasWckeys returns a boolean if a field has been set.

GetAssociations

func (o *Dbv0039SetConfig) GetAssociations() []V0039Assoc

GetAssociations returns the Associations field if non-nil, zero value otherwise.

GetAssociationsOk

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.

SetAssociations

func (o *Dbv0039SetConfig) SetAssociations(v []V0039Assoc)

SetAssociations sets Associations field to given value.

HasAssociations

func (o *Dbv0039SetConfig) HasAssociations() bool

HasAssociations returns a boolean if a field has been set.

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