Name | Type | Description | Notes |
---|---|---|---|
Abandoned | Pointer to string | [optional] | |
Dynamic | Pointer to string | [optional] | |
Static | Pointer to string | [optional] | |
Total | Pointer to string | [optional] | |
Used | Pointer to string | [optional] |
func NewUtilizationV6() *UtilizationV6
NewUtilizationV6 instantiates a new UtilizationV6 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 NewUtilizationV6WithDefaults() *UtilizationV6
NewUtilizationV6WithDefaults instantiates a new UtilizationV6 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 *UtilizationV6) GetAbandoned() string
GetAbandoned returns the Abandoned field if non-nil, zero value otherwise.
func (o *UtilizationV6) GetAbandonedOk() (*string, bool)
GetAbandonedOk returns a tuple with the Abandoned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UtilizationV6) SetAbandoned(v string)
SetAbandoned sets Abandoned field to given value.
func (o *UtilizationV6) HasAbandoned() bool
HasAbandoned returns a boolean if a field has been set.
func (o *UtilizationV6) GetDynamic() string
GetDynamic returns the Dynamic field if non-nil, zero value otherwise.
func (o *UtilizationV6) GetDynamicOk() (*string, bool)
GetDynamicOk returns a tuple with the Dynamic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UtilizationV6) SetDynamic(v string)
SetDynamic sets Dynamic field to given value.
func (o *UtilizationV6) HasDynamic() bool
HasDynamic returns a boolean if a field has been set.
func (o *UtilizationV6) GetStatic() string
GetStatic returns the Static field if non-nil, zero value otherwise.
func (o *UtilizationV6) GetStaticOk() (*string, bool)
GetStaticOk returns a tuple with the Static field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UtilizationV6) SetStatic(v string)
SetStatic sets Static field to given value.
func (o *UtilizationV6) HasStatic() bool
HasStatic returns a boolean if a field has been set.
func (o *UtilizationV6) GetTotal() string
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *UtilizationV6) GetTotalOk() (*string, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UtilizationV6) SetTotal(v string)
SetTotal sets Total field to given value.
func (o *UtilizationV6) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *UtilizationV6) GetUsed() string
GetUsed returns the Used field if non-nil, zero value otherwise.
func (o *UtilizationV6) GetUsedOk() (*string, bool)
GetUsedOk returns a tuple with the Used field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UtilizationV6) SetUsed(v string)
SetUsed sets Used field to given value.
func (o *UtilizationV6) HasUsed() bool
HasUsed returns a boolean if a field has been set.