Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
Enabled | Pointer to bool | Indicates whether the Anycast service is enabled. | [optional] |
ManualOverrideEnabled | Pointer to bool | Indicates whether the Anycast service configuration has been manually overridden. | [optional] [readonly] |
Addresses | Pointer to []string | The Anycast IP addresses. | [optional] |
Routing | Pointer to RoutingProtocolBean | [optional] |
func NewAnycastService() *AnycastService
NewAnycastService instantiates a new AnycastService 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 NewAnycastServiceWithDefaults() *AnycastService
NewAnycastServiceWithDefaults instantiates a new AnycastService 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 *AnycastService) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AnycastService) GetTypeOk() (*string, 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.
func (o *AnycastService) SetType(v string)
SetType sets Type field to given value.
func (o *AnycastService) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AnycastService) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *AnycastService) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnycastService) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *AnycastService) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *AnycastService) GetManualOverrideEnabled() bool
GetManualOverrideEnabled returns the ManualOverrideEnabled field if non-nil, zero value otherwise.
func (o *AnycastService) GetManualOverrideEnabledOk() (*bool, bool)
GetManualOverrideEnabledOk returns a tuple with the ManualOverrideEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnycastService) SetManualOverrideEnabled(v bool)
SetManualOverrideEnabled sets ManualOverrideEnabled field to given value.
func (o *AnycastService) HasManualOverrideEnabled() bool
HasManualOverrideEnabled returns a boolean if a field has been set.
func (o *AnycastService) GetAddresses() []string
GetAddresses returns the Addresses field if non-nil, zero value otherwise.
func (o *AnycastService) GetAddressesOk() (*[]string, bool)
GetAddressesOk returns a tuple with the Addresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnycastService) SetAddresses(v []string)
SetAddresses sets Addresses field to given value.
func (o *AnycastService) HasAddresses() bool
HasAddresses returns a boolean if a field has been set.
func (o *AnycastService) GetRouting() RoutingProtocolBean
GetRouting returns the Routing field if non-nil, zero value otherwise.
func (o *AnycastService) GetRoutingOk() (*RoutingProtocolBean, bool)
GetRoutingOk returns a tuple with the Routing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnycastService) SetRouting(v RoutingProtocolBean)
SetRouting sets Routing field to given value.
func (o *AnycastService) HasRouting() bool
HasRouting returns a boolean if a field has been set.