Name | Type | Description | Notes |
---|---|---|---|
AllowedAllocation | Pointer to string | [optional] | |
Configured | Pointer to string | [optional] | |
Total | Pointer to int32 | [optional] |
func NewV0041OpenapiPartitionRespPartitionsInnerNodes() *V0041OpenapiPartitionRespPartitionsInnerNodes
NewV0041OpenapiPartitionRespPartitionsInnerNodes instantiates a new V0041OpenapiPartitionRespPartitionsInnerNodes 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 NewV0041OpenapiPartitionRespPartitionsInnerNodesWithDefaults() *V0041OpenapiPartitionRespPartitionsInnerNodes
NewV0041OpenapiPartitionRespPartitionsInnerNodesWithDefaults instantiates a new V0041OpenapiPartitionRespPartitionsInnerNodes 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 *V0041OpenapiPartitionRespPartitionsInnerNodes) GetAllowedAllocation() string
GetAllowedAllocation returns the AllowedAllocation field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) GetAllowedAllocationOk() (*string, bool)
GetAllowedAllocationOk returns a tuple with the AllowedAllocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) SetAllowedAllocation(v string)
SetAllowedAllocation sets AllowedAllocation field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) HasAllowedAllocation() bool
HasAllowedAllocation returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) GetConfigured() string
GetConfigured returns the Configured field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) GetConfiguredOk() (*string, bool)
GetConfiguredOk returns a tuple with the Configured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) SetConfigured(v string)
SetConfigured sets Configured field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) HasConfigured() bool
HasConfigured returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) GetTotalOk() (*int32, 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 *V0041OpenapiPartitionRespPartitionsInnerNodes) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerNodes) HasTotal() bool
HasTotal returns a boolean if a field has been set.