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] |
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
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
func (o *AnycastConfigRef) GetAnycastConfigName() string
GetAnycastConfigName returns the AnycastConfigName field if non-nil, zero value otherwise.
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.
func (o *AnycastConfigRef) SetAnycastConfigName(v string)
SetAnycastConfigName sets AnycastConfigName field to given value.
func (o *AnycastConfigRef) HasAnycastConfigName() bool
HasAnycastConfigName returns a boolean if a field has been set.
func (o *AnycastConfigRef) GetRoutingProtocols() []string
GetRoutingProtocols returns the RoutingProtocols field if non-nil, zero value otherwise.
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.
func (o *AnycastConfigRef) SetRoutingProtocols(v []string)
SetRoutingProtocols sets RoutingProtocols field to given value.
func (o *AnycastConfigRef) HasRoutingProtocols() bool
HasRoutingProtocols returns a boolean if a field has been set.