Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Subnet | Pointer to string | [optional] | |
Mask | Pointer to int32 | [optional] | |
Region | Pointer to string | [optional] |
func NewStructuresPrivateNetwork() *StructuresPrivateNetwork
NewStructuresPrivateNetwork instantiates a new StructuresPrivateNetwork 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 NewStructuresPrivateNetworkWithDefaults() *StructuresPrivateNetwork
NewStructuresPrivateNetworkWithDefaults instantiates a new StructuresPrivateNetwork 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 *StructuresPrivateNetwork) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StructuresPrivateNetwork) GetIdOk() (*string, 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 *StructuresPrivateNetwork) SetId(v string)
SetId sets Id field to given value.
func (o *StructuresPrivateNetwork) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StructuresPrivateNetwork) GetSubnet() string
GetSubnet returns the Subnet field if non-nil, zero value otherwise.
func (o *StructuresPrivateNetwork) GetSubnetOk() (*string, bool)
GetSubnetOk returns a tuple with the Subnet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresPrivateNetwork) SetSubnet(v string)
SetSubnet sets Subnet field to given value.
func (o *StructuresPrivateNetwork) HasSubnet() bool
HasSubnet returns a boolean if a field has been set.
func (o *StructuresPrivateNetwork) GetMask() int32
GetMask returns the Mask field if non-nil, zero value otherwise.
func (o *StructuresPrivateNetwork) GetMaskOk() (*int32, bool)
GetMaskOk returns a tuple with the Mask field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresPrivateNetwork) SetMask(v int32)
SetMask sets Mask field to given value.
func (o *StructuresPrivateNetwork) HasMask() bool
HasMask returns a boolean if a field has been set.
func (o *StructuresPrivateNetwork) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *StructuresPrivateNetwork) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresPrivateNetwork) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *StructuresPrivateNetwork) HasRegion() bool
HasRegion returns a boolean if a field has been set.