PrivateCrossConnectProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewPrivateCrossConnectProperties() *PrivateCrossConnectProperties
NewPrivateCrossConnectProperties instantiates a new PrivateCrossConnectProperties 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 NewPrivateCrossConnectPropertiesWithDefaults() *PrivateCrossConnectProperties
NewPrivateCrossConnectPropertiesWithDefaults instantiates a new PrivateCrossConnectProperties 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 *PrivateCrossConnectProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PrivateCrossConnectProperties) 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.
func (o *PrivateCrossConnectProperties) SetName(v string)
SetName sets Name field to given value.
func (o *PrivateCrossConnectProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PrivateCrossConnectProperties) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PrivateCrossConnectProperties) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrivateCrossConnectProperties) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PrivateCrossConnectProperties) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PrivateCrossConnectProperties) GetPeers() []Peer
GetPeers returns the Peers field if non-nil, zero value otherwise.
func (o *PrivateCrossConnectProperties) GetPeersOk() (*[]Peer, bool)
GetPeersOk returns a tuple with the Peers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrivateCrossConnectProperties) SetPeers(v []Peer)
SetPeers sets Peers field to given value.
func (o *PrivateCrossConnectProperties) HasPeers() bool
HasPeers returns a boolean if a field has been set.
func (o *PrivateCrossConnectProperties) GetConnectableDatacenters() []ConnectableDatacenter
GetConnectableDatacenters returns the ConnectableDatacenters field if non-nil, zero value otherwise.
func (o *PrivateCrossConnectProperties) GetConnectableDatacentersOk() (*[]ConnectableDatacenter, bool)
GetConnectableDatacentersOk returns a tuple with the ConnectableDatacenters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrivateCrossConnectProperties) SetConnectableDatacenters(v []ConnectableDatacenter)
SetConnectableDatacenters sets ConnectableDatacenters field to given value.
func (o *PrivateCrossConnectProperties) HasConnectableDatacenters() bool
HasConnectableDatacenters returns a boolean if a field has been set.
Name
Pointer to string
A name of that resource
[optional]
Description
Pointer to string
Human readable description
[optional]
Peers
Pointer to []Peer
Read-Only attribute. Lists LAN's joined to this private cross connect
[optional] [readonly]
ConnectableDatacenters
Pointer to []ConnectableDatacenter
Read-Only attribute. Lists datacenters that can be joined to this private cross connect
[optional] [readonly]