Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.33 KB

VirtualConnectionPriceASideAccessPoint.md

File metadata and controls

134 lines (73 loc) · 4.33 KB

VirtualConnectionPriceASideAccessPoint

Properties

Name Type Description Notes
Uuid Pointer to string [optional]
Type Pointer to VirtualConnectionPriceAccessPointType [optional]
Location Pointer to PriceLocation [optional]
Port Pointer to VirtualConnectionPriceASideAccessPointPort [optional]

Methods

NewVirtualConnectionPriceASideAccessPoint

func NewVirtualConnectionPriceASideAccessPoint() *VirtualConnectionPriceASideAccessPoint

NewVirtualConnectionPriceASideAccessPoint instantiates a new VirtualConnectionPriceASideAccessPoint 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

NewVirtualConnectionPriceASideAccessPointWithDefaults

func NewVirtualConnectionPriceASideAccessPointWithDefaults() *VirtualConnectionPriceASideAccessPoint

NewVirtualConnectionPriceASideAccessPointWithDefaults instantiates a new VirtualConnectionPriceASideAccessPoint 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

GetUuid

func (o *VirtualConnectionPriceASideAccessPoint) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *VirtualConnectionPriceASideAccessPoint) GetUuidOk() (*string, bool)

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

SetUuid

func (o *VirtualConnectionPriceASideAccessPoint) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *VirtualConnectionPriceASideAccessPoint) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetType

func (o *VirtualConnectionPriceASideAccessPoint) GetType() VirtualConnectionPriceAccessPointType

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *VirtualConnectionPriceASideAccessPoint) GetTypeOk() (*VirtualConnectionPriceAccessPointType, bool)

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

SetType

func (o *VirtualConnectionPriceASideAccessPoint) SetType(v VirtualConnectionPriceAccessPointType)

SetType sets Type field to given value.

HasType

func (o *VirtualConnectionPriceASideAccessPoint) HasType() bool

HasType returns a boolean if a field has been set.

GetLocation

func (o *VirtualConnectionPriceASideAccessPoint) GetLocation() PriceLocation

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *VirtualConnectionPriceASideAccessPoint) GetLocationOk() (*PriceLocation, bool)

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

SetLocation

func (o *VirtualConnectionPriceASideAccessPoint) SetLocation(v PriceLocation)

SetLocation sets Location field to given value.

HasLocation

func (o *VirtualConnectionPriceASideAccessPoint) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetPort

func (o *VirtualConnectionPriceASideAccessPoint) GetPort() VirtualConnectionPriceASideAccessPointPort

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *VirtualConnectionPriceASideAccessPoint) GetPortOk() (*VirtualConnectionPriceASideAccessPointPort, bool)

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

SetPort

func (o *VirtualConnectionPriceASideAccessPoint) SetPort(v VirtualConnectionPriceASideAccessPointPort)

SetPort sets Port field to given value.

HasPort

func (o *VirtualConnectionPriceASideAccessPoint) HasPort() bool

HasPort returns a boolean if a field has been set.

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