Name | Type | Description | Notes |
---|---|---|---|
Quantity | Pointer to int32 | [optional] | |
SubnetSize | Pointer to string | [optional] | |
NetworkType | Pointer to NetworkType | [optional] |
func NewSubnet() *Subnet
NewSubnet instantiates a new Subnet 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 NewSubnetWithDefaults() *Subnet
NewSubnetWithDefaults instantiates a new Subnet 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 *Subnet) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *Subnet) GetQuantityOk() (*int32, bool)
GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Subnet) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *Subnet) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *Subnet) GetSubnetSize() string
GetSubnetSize returns the SubnetSize field if non-nil, zero value otherwise.
func (o *Subnet) GetSubnetSizeOk() (*string, bool)
GetSubnetSizeOk returns a tuple with the SubnetSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Subnet) SetSubnetSize(v string)
SetSubnetSize sets SubnetSize field to given value.
func (o *Subnet) HasSubnetSize() bool
HasSubnetSize returns a boolean if a field has been set.
func (o *Subnet) GetNetworkType() NetworkType
GetNetworkType returns the NetworkType field if non-nil, zero value otherwise.
func (o *Subnet) GetNetworkTypeOk() (*NetworkType, bool)
GetNetworkTypeOk returns a tuple with the NetworkType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Subnet) SetNetworkType(v NetworkType)
SetNetworkType sets NetworkType field to given value.
func (o *Subnet) HasNetworkType() bool
HasNetworkType returns a boolean if a field has been set.