Skip to content

Latest commit

 

History

History
358 lines (193 loc) · 8.19 KB

File metadata and controls

358 lines (193 loc) · 8.19 KB

Netgw

Properties

Name Type Description Notes
CreatedBy Pointer to string [optional]
CreatedOn Pointer to time.Time [optional]
Flavour Pointer to string [optional]
Id string
ModifiedBy Pointer to string [optional]
ModifiedOn Pointer to time.Time [optional]
Name string
Network Pointer to string [optional]
PrimaryIP Pointer to string [optional]
Project Pointer to string [optional]
State Pointer to string [optional]
Tag Pointer to []Tag [optional]
Uri Pointer to string [optional]

Methods

NewNetgw

func NewNetgw(id string, name string, ) *Netgw

NewNetgw instantiates a new Netgw 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

NewNetgwWithDefaults

func NewNetgwWithDefaults() *Netgw

NewNetgwWithDefaults instantiates a new Netgw 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

GetCreatedBy

func (o *Netgw) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *Netgw) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *Netgw) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *Netgw) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetCreatedOn

func (o *Netgw) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

func (o *Netgw) GetCreatedOnOk() (*time.Time, bool)

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

SetCreatedOn

func (o *Netgw) SetCreatedOn(v time.Time)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *Netgw) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetFlavour

func (o *Netgw) GetFlavour() string

GetFlavour returns the Flavour field if non-nil, zero value otherwise.

GetFlavourOk

func (o *Netgw) GetFlavourOk() (*string, bool)

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

SetFlavour

func (o *Netgw) SetFlavour(v string)

SetFlavour sets Flavour field to given value.

HasFlavour

func (o *Netgw) HasFlavour() bool

HasFlavour returns a boolean if a field has been set.

GetId

func (o *Netgw) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

GetModifiedBy

func (o *Netgw) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *Netgw) GetModifiedByOk() (*string, bool)

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

SetModifiedBy

func (o *Netgw) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *Netgw) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *Netgw) GetModifiedOn() time.Time

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

func (o *Netgw) GetModifiedOnOk() (*time.Time, bool)

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

SetModifiedOn

func (o *Netgw) SetModifiedOn(v time.Time)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *Netgw) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetName

func (o *Netgw) GetName() string

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

GetNameOk

func (o *Netgw) 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 *Netgw) SetName(v string)

SetName sets Name field to given value.

GetNetwork

func (o *Netgw) GetNetwork() string

GetNetwork returns the Network field if non-nil, zero value otherwise.

GetNetworkOk

func (o *Netgw) GetNetworkOk() (*string, bool)

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

SetNetwork

func (o *Netgw) SetNetwork(v string)

SetNetwork sets Network field to given value.

HasNetwork

func (o *Netgw) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

GetPrimaryIP

func (o *Netgw) GetPrimaryIP() string

GetPrimaryIP returns the PrimaryIP field if non-nil, zero value otherwise.

GetPrimaryIPOk

func (o *Netgw) GetPrimaryIPOk() (*string, bool)

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

SetPrimaryIP

func (o *Netgw) SetPrimaryIP(v string)

SetPrimaryIP sets PrimaryIP field to given value.

HasPrimaryIP

func (o *Netgw) HasPrimaryIP() bool

HasPrimaryIP returns a boolean if a field has been set.

GetProject

func (o *Netgw) GetProject() string

GetProject returns the Project field if non-nil, zero value otherwise.

GetProjectOk

func (o *Netgw) GetProjectOk() (*string, bool)

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

SetProject

func (o *Netgw) SetProject(v string)

SetProject sets Project field to given value.

HasProject

func (o *Netgw) HasProject() bool

HasProject returns a boolean if a field has been set.

GetState

func (o *Netgw) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *Netgw) GetStateOk() (*string, bool)

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

SetState

func (o *Netgw) SetState(v string)

SetState sets State field to given value.

HasState

func (o *Netgw) HasState() bool

HasState returns a boolean if a field has been set.

GetTag

func (o *Netgw) GetTag() []Tag

GetTag returns the Tag field if non-nil, zero value otherwise.

GetTagOk

func (o *Netgw) GetTagOk() (*[]Tag, bool)

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

SetTag

func (o *Netgw) SetTag(v []Tag)

SetTag sets Tag field to given value.

HasTag

func (o *Netgw) HasTag() bool

HasTag returns a boolean if a field has been set.

GetUri

func (o *Netgw) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

func (o *Netgw) GetUriOk() (*string, bool)

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

SetUri

func (o *Netgw) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *Netgw) HasUri() bool

HasUri returns a boolean if a field has been set.

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