Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.4 KB

File metadata and controls

124 lines (67 loc) · 3.4 KB

BasicApplicationAllOfNetwork

Properties

Name Type Description Notes
Id string Network Id
Name string Network name
Dns Pointer to string DNS of the network [optional]
Subnet Pointer to string Subnet of the network [optional]

Methods

NewBasicApplicationAllOfNetwork

func NewBasicApplicationAllOfNetwork(id string, name string, ) *BasicApplicationAllOfNetwork

NewBasicApplicationAllOfNetwork instantiates a new BasicApplicationAllOfNetwork 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

NewBasicApplicationAllOfNetworkWithDefaults

func NewBasicApplicationAllOfNetworkWithDefaults() *BasicApplicationAllOfNetwork

NewBasicApplicationAllOfNetworkWithDefaults instantiates a new BasicApplicationAllOfNetwork 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 *BasicApplicationAllOfNetwork) GetId() string

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

GetIdOk

func (o *BasicApplicationAllOfNetwork) 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 *BasicApplicationAllOfNetwork) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *BasicApplicationAllOfNetwork) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *BasicApplicationAllOfNetwork) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *BasicApplicationAllOfNetwork) SetName(v string)

SetName sets Name field to given value.

GetDns

func (o *BasicApplicationAllOfNetwork) GetDns() string

GetDns returns the Dns field if non-nil, zero value otherwise.

GetDnsOk

func (o *BasicApplicationAllOfNetwork) GetDnsOk() (*string, bool)

GetDnsOk returns a tuple with the Dns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDns

func (o *BasicApplicationAllOfNetwork) SetDns(v string)

SetDns sets Dns field to given value.

HasDns

func (o *BasicApplicationAllOfNetwork) HasDns() bool

HasDns returns a boolean if a field has been set.

GetSubnet

func (o *BasicApplicationAllOfNetwork) GetSubnet() string

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

GetSubnetOk

func (o *BasicApplicationAllOfNetwork) 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 *BasicApplicationAllOfNetwork) SetSubnet(v string)

SetSubnet sets Subnet field to given value.

HasSubnet

func (o *BasicApplicationAllOfNetwork) HasSubnet() bool

HasSubnet returns a boolean if a field has been set.

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