Name | Type | Description | Notes |
---|---|---|---|
func NewLanPropertiesPost() *LanPropertiesPost
NewLanPropertiesPost instantiates a new LanPropertiesPost 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 NewLanPropertiesPostWithDefaults() *LanPropertiesPost
NewLanPropertiesPostWithDefaults instantiates a new LanPropertiesPost 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 *LanPropertiesPost) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LanPropertiesPost) 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 *LanPropertiesPost) SetName(v string)
SetName sets Name field to given value.
func (o *LanPropertiesPost) HasName() bool
HasName returns a boolean if a field has been set.
func (o *LanPropertiesPost) GetIpFailover() []IPFailover
GetIpFailover returns the IpFailover field if non-nil, zero value otherwise.
func (o *LanPropertiesPost) GetIpFailoverOk() (*[]IPFailover, bool)
GetIpFailoverOk returns a tuple with the IpFailover field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanPropertiesPost) SetIpFailover(v []IPFailover)
SetIpFailover sets IpFailover field to given value.
func (o *LanPropertiesPost) HasIpFailover() bool
HasIpFailover returns a boolean if a field has been set.
func (o *LanPropertiesPost) GetPcc() string
GetPcc returns the Pcc field if non-nil, zero value otherwise.
func (o *LanPropertiesPost) GetPccOk() (*string, bool)
GetPccOk returns a tuple with the Pcc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanPropertiesPost) SetPcc(v string)
SetPcc sets Pcc field to given value.
func (o *LanPropertiesPost) HasPcc() bool
HasPcc returns a boolean if a field has been set.
func (o *LanPropertiesPost) GetPublic() bool
GetPublic returns the Public field if non-nil, zero value otherwise.
func (o *LanPropertiesPost) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanPropertiesPost) SetPublic(v bool)
SetPublic sets Public field to given value.
func (o *LanPropertiesPost) HasPublic() bool
HasPublic returns a boolean if a field has been set.
Name
Pointer to string
A name of that resource
[optional]
IpFailover
Pointer to []IPFailover
IP failover configurations for lan
[optional]
Pcc
Pointer to string
Unique identifier of the private cross connect the given LAN is connected to if any
[optional]
Public
Pointer to bool
Does this LAN faces the public Internet or not
[optional]