Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

AnycastConfigRef.md

File metadata and controls

82 lines (45 loc) · 2.7 KB

AnycastConfigRef

Properties

Name Type Description Notes
AnycastConfigName Pointer to string [optional]
RoutingProtocols Pointer to []string Routing protocols enabled for this anycast configuration, on a particular host. Valid protocol names are "BGP", "OSPF"/"OSPFv2", "OSPFv3". [optional]

Methods

NewAnycastConfigRef

func NewAnycastConfigRef() *AnycastConfigRef

NewAnycastConfigRef instantiates a new AnycastConfigRef 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

NewAnycastConfigRefWithDefaults

func NewAnycastConfigRefWithDefaults() *AnycastConfigRef

NewAnycastConfigRefWithDefaults instantiates a new AnycastConfigRef 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

GetAnycastConfigName

func (o *AnycastConfigRef) GetAnycastConfigName() string

GetAnycastConfigName returns the AnycastConfigName field if non-nil, zero value otherwise.

GetAnycastConfigNameOk

func (o *AnycastConfigRef) GetAnycastConfigNameOk() (*string, bool)

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

SetAnycastConfigName

func (o *AnycastConfigRef) SetAnycastConfigName(v string)

SetAnycastConfigName sets AnycastConfigName field to given value.

HasAnycastConfigName

func (o *AnycastConfigRef) HasAnycastConfigName() bool

HasAnycastConfigName returns a boolean if a field has been set.

GetRoutingProtocols

func (o *AnycastConfigRef) GetRoutingProtocols() []string

GetRoutingProtocols returns the RoutingProtocols field if non-nil, zero value otherwise.

GetRoutingProtocolsOk

func (o *AnycastConfigRef) GetRoutingProtocolsOk() (*[]string, bool)

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

SetRoutingProtocols

func (o *AnycastConfigRef) SetRoutingProtocols(v []string)

SetRoutingProtocols sets RoutingProtocols field to given value.

HasRoutingProtocols

func (o *AnycastConfigRef) HasRoutingProtocols() bool

HasRoutingProtocols returns a boolean if a field has been set.

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