Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.53 KB

StructuresPrivateNetwork.md

File metadata and controls

134 lines (73 loc) · 3.53 KB

StructuresPrivateNetwork

Properties

Name Type Description Notes
Id Pointer to string [optional]
Subnet Pointer to string [optional]
Mask Pointer to int32 [optional]
Region Pointer to string [optional]

Methods

NewStructuresPrivateNetwork

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

NewStructuresPrivateNetworkWithDefaults

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

GetId

func (o *StructuresPrivateNetwork) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *StructuresPrivateNetwork) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *StructuresPrivateNetwork) HasId() bool

HasId returns a boolean if a field has been set.

GetSubnet

func (o *StructuresPrivateNetwork) GetSubnet() string

GetSubnet returns the Subnet field if non-nil, zero value otherwise.

GetSubnetOk

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.

SetSubnet

func (o *StructuresPrivateNetwork) SetSubnet(v string)

SetSubnet sets Subnet field to given value.

HasSubnet

func (o *StructuresPrivateNetwork) HasSubnet() bool

HasSubnet returns a boolean if a field has been set.

GetMask

func (o *StructuresPrivateNetwork) GetMask() int32

GetMask returns the Mask field if non-nil, zero value otherwise.

GetMaskOk

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.

SetMask

func (o *StructuresPrivateNetwork) SetMask(v int32)

SetMask sets Mask field to given value.

HasMask

func (o *StructuresPrivateNetwork) HasMask() bool

HasMask returns a boolean if a field has been set.

GetRegion

func (o *StructuresPrivateNetwork) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *StructuresPrivateNetwork) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *StructuresPrivateNetwork) HasRegion() bool

HasRegion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]