Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | assocation id | [optional] |
Cluster | Pointer to string | cluster name | [optional] |
Name | Pointer to string | share name | [optional] |
Parent | Pointer to string | parent name | [optional] |
Partition | Pointer to string | partition name | [optional] |
SharesNormalized | Pointer to V0040Float64NoVal | [optional] | |
Shares | Pointer to V0040Uint32NoVal | [optional] | |
Tres | Pointer to V0040AssocSharesObjWrapTres | [optional] | |
EffectiveUsage | Pointer to float64 | effective, normalized usage | [optional] |
UsageNormalized | Pointer to V0040Float64NoVal | [optional] | |
Usage | Pointer to int64 | measure of tresbillableunits usage | [optional] |
Fairshare | Pointer to V0041OpenapiSharesRespSharesSharesInnerFairshare | [optional] | |
Type | Pointer to []string | user or account association | [optional] |
func NewV0040AssocSharesObjWrap() *V0040AssocSharesObjWrap
NewV0040AssocSharesObjWrap instantiates a new V0040AssocSharesObjWrap 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 NewV0040AssocSharesObjWrapWithDefaults() *V0040AssocSharesObjWrap
NewV0040AssocSharesObjWrapWithDefaults instantiates a new V0040AssocSharesObjWrap 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 *V0040AssocSharesObjWrap) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetIdOk() (*int32, 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 *V0040AssocSharesObjWrap) SetId(v int32)
SetId sets Id field to given value.
func (o *V0040AssocSharesObjWrap) HasId() bool
HasId returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) 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 *V0040AssocSharesObjWrap) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *V0040AssocSharesObjWrap) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetName(v string)
SetName sets Name field to given value.
func (o *V0040AssocSharesObjWrap) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetParent() string
GetParent returns the Parent field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetParentOk() (*string, bool)
GetParentOk returns a tuple with the Parent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetParent(v string)
SetParent sets Parent field to given value.
func (o *V0040AssocSharesObjWrap) HasParent() bool
HasParent returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetPartition() string
GetPartition returns the Partition field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) 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 *V0040AssocSharesObjWrap) SetPartition(v string)
SetPartition sets Partition field to given value.
func (o *V0040AssocSharesObjWrap) HasPartition() bool
HasPartition returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetSharesNormalized() V0040Float64NoVal
GetSharesNormalized returns the SharesNormalized field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetSharesNormalizedOk() (*V0040Float64NoVal, bool)
GetSharesNormalizedOk returns a tuple with the SharesNormalized field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetSharesNormalized(v V0040Float64NoVal)
SetSharesNormalized sets SharesNormalized field to given value.
func (o *V0040AssocSharesObjWrap) HasSharesNormalized() bool
HasSharesNormalized returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetShares() V0040Uint32NoVal
GetShares returns the Shares field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetSharesOk() (*V0040Uint32NoVal, bool)
GetSharesOk returns a tuple with the Shares field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetShares(v V0040Uint32NoVal)
SetShares sets Shares field to given value.
func (o *V0040AssocSharesObjWrap) HasShares() bool
HasShares returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetTres() V0040AssocSharesObjWrapTres
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetTresOk() (*V0040AssocSharesObjWrapTres, 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 *V0040AssocSharesObjWrap) SetTres(v V0040AssocSharesObjWrapTres)
SetTres sets Tres field to given value.
func (o *V0040AssocSharesObjWrap) HasTres() bool
HasTres returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetEffectiveUsage() float64
GetEffectiveUsage returns the EffectiveUsage field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetEffectiveUsageOk() (*float64, bool)
GetEffectiveUsageOk returns a tuple with the EffectiveUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetEffectiveUsage(v float64)
SetEffectiveUsage sets EffectiveUsage field to given value.
func (o *V0040AssocSharesObjWrap) HasEffectiveUsage() bool
HasEffectiveUsage returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetUsageNormalized() V0040Float64NoVal
GetUsageNormalized returns the UsageNormalized field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetUsageNormalizedOk() (*V0040Float64NoVal, bool)
GetUsageNormalizedOk returns a tuple with the UsageNormalized field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetUsageNormalized(v V0040Float64NoVal)
SetUsageNormalized sets UsageNormalized field to given value.
func (o *V0040AssocSharesObjWrap) HasUsageNormalized() bool
HasUsageNormalized returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetUsage() int64
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetUsageOk() (*int64, bool)
GetUsageOk returns a tuple with the Usage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetUsage(v int64)
SetUsage sets Usage field to given value.
func (o *V0040AssocSharesObjWrap) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetFairshare() V0041OpenapiSharesRespSharesSharesInnerFairshare
GetFairshare returns the Fairshare field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetFairshareOk() (*V0041OpenapiSharesRespSharesSharesInnerFairshare, bool)
GetFairshareOk returns a tuple with the Fairshare field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetFairshare(v V0041OpenapiSharesRespSharesSharesInnerFairshare)
SetFairshare sets Fairshare field to given value.
func (o *V0040AssocSharesObjWrap) HasFairshare() bool
HasFairshare returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrap) GetType() []string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrap) GetTypeOk() (*[]string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrap) SetType(v []string)
SetType sets Type field to given value.
func (o *V0040AssocSharesObjWrap) HasType() bool
HasType returns a boolean if a field has been set.