Name | Type | Description | Notes |
---|---|---|---|
Size | Pointer to int32 | The size of this custom disk partition in MB. The size of this disk partition can't exceed the capacity of the node's plan type. | [optional] |
Type | Pointer to string | This custom disk partition's filesystem type. | [optional] |
func NewPostLkeClusterRequestNodePoolsInnerDisksInner() *PostLkeClusterRequestNodePoolsInnerDisksInner
NewPostLkeClusterRequestNodePoolsInnerDisksInner instantiates a new PostLkeClusterRequestNodePoolsInnerDisksInner 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 NewPostLkeClusterRequestNodePoolsInnerDisksInnerWithDefaults() *PostLkeClusterRequestNodePoolsInnerDisksInner
NewPostLkeClusterRequestNodePoolsInnerDisksInnerWithDefaults instantiates a new PostLkeClusterRequestNodePoolsInnerDisksInner 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 *PostLkeClusterRequestNodePoolsInnerDisksInner) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *PostLkeClusterRequestNodePoolsInnerDisksInner) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostLkeClusterRequestNodePoolsInnerDisksInner) SetSize(v int32)
SetSize sets Size field to given value.
func (o *PostLkeClusterRequestNodePoolsInnerDisksInner) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *PostLkeClusterRequestNodePoolsInnerDisksInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PostLkeClusterRequestNodePoolsInnerDisksInner) 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 *PostLkeClusterRequestNodePoolsInnerDisksInner) SetType(v string)
SetType sets Type field to given value.
func (o *PostLkeClusterRequestNodePoolsInnerDisksInner) HasType() bool
HasType returns a boolean if a field has been set.