Name | Type | Description | Notes |
---|---|---|---|
BgpDynamicNeighborsEnabled | Pointer to bool | Toggle to enable the dynamic bgp neighbors feature on the VRF | [optional] |
BgpDynamicNeighborsExportRouteMap | Pointer to bool | Toggle to export the VRF route-map to the dynamic bgp neighbors | [optional] |
BgpDynamicNeighborsBfdEnabled | Pointer to bool | Toggle BFD on dynamic bgp neighbors sessions | [optional] |
Description | Pointer to string | [optional] | |
IpRanges | Pointer to []string | A list of CIDR network addresses. Like ["10.0.0.0/16", "2001:d78::/56"]. IPv4 blocks must be between /8 and /29 in size. IPv6 blocks must be between /56 and /64. A VRF\'s IP ranges must be defined in order to create VRF IP Reservations, which can then be used for Metal Gateways or Virtual Circuits. Adding a new CIDR address to the list will result in the creation of a new IP Range for this VRF. Removal of an existing CIDR address from the list will result in the deletion of an existing IP Range for this VRF. Deleting an IP Range will result in the deletion of any VRF IP Reservations contained within the IP Range, as well as the VRF IP Reservation\'s associated Metal Gateways or Virtual Circuits. If you do not wish to add or remove IP Ranges, either include the full existing list of IP Ranges in the update request, or do not specify the `ip_ranges` field in the update request. Specifying a value of `[]` will remove all existing IP Ranges from the VRF. | [optional] |
LocalAsn | Pointer to int32 | The new `local_asn` value for the VRF. This field cannot be updated when there are active Interconnection Virtual Circuits associated to the VRF, or if any of the VLANs of the VRF's metal gateway has been assigned on an instance. | [optional] |
Name | Pointer to string | [optional] | |
Tags | Pointer to []string | [optional] |
func NewVrfUpdateInput() *VrfUpdateInput
NewVrfUpdateInput instantiates a new VrfUpdateInput 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 NewVrfUpdateInputWithDefaults() *VrfUpdateInput
NewVrfUpdateInputWithDefaults instantiates a new VrfUpdateInput 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 *VrfUpdateInput) GetBgpDynamicNeighborsEnabled() bool
GetBgpDynamicNeighborsEnabled returns the BgpDynamicNeighborsEnabled field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) GetBgpDynamicNeighborsEnabledOk() (*bool, bool)
GetBgpDynamicNeighborsEnabledOk returns a tuple with the BgpDynamicNeighborsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfUpdateInput) SetBgpDynamicNeighborsEnabled(v bool)
SetBgpDynamicNeighborsEnabled sets BgpDynamicNeighborsEnabled field to given value.
func (o *VrfUpdateInput) HasBgpDynamicNeighborsEnabled() bool
HasBgpDynamicNeighborsEnabled returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetBgpDynamicNeighborsExportRouteMap() bool
GetBgpDynamicNeighborsExportRouteMap returns the BgpDynamicNeighborsExportRouteMap field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) GetBgpDynamicNeighborsExportRouteMapOk() (*bool, bool)
GetBgpDynamicNeighborsExportRouteMapOk returns a tuple with the BgpDynamicNeighborsExportRouteMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfUpdateInput) SetBgpDynamicNeighborsExportRouteMap(v bool)
SetBgpDynamicNeighborsExportRouteMap sets BgpDynamicNeighborsExportRouteMap field to given value.
func (o *VrfUpdateInput) HasBgpDynamicNeighborsExportRouteMap() bool
HasBgpDynamicNeighborsExportRouteMap returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetBgpDynamicNeighborsBfdEnabled() bool
GetBgpDynamicNeighborsBfdEnabled returns the BgpDynamicNeighborsBfdEnabled field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) GetBgpDynamicNeighborsBfdEnabledOk() (*bool, bool)
GetBgpDynamicNeighborsBfdEnabledOk returns a tuple with the BgpDynamicNeighborsBfdEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfUpdateInput) SetBgpDynamicNeighborsBfdEnabled(v bool)
SetBgpDynamicNeighborsBfdEnabled sets BgpDynamicNeighborsBfdEnabled field to given value.
func (o *VrfUpdateInput) HasBgpDynamicNeighborsBfdEnabled() bool
HasBgpDynamicNeighborsBfdEnabled returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) 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 *VrfUpdateInput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *VrfUpdateInput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetIpRanges() []string
GetIpRanges returns the IpRanges field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) GetIpRangesOk() (*[]string, bool)
GetIpRangesOk returns a tuple with the IpRanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfUpdateInput) SetIpRanges(v []string)
SetIpRanges sets IpRanges field to given value.
func (o *VrfUpdateInput) HasIpRanges() bool
HasIpRanges returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetLocalAsn() int32
GetLocalAsn returns the LocalAsn field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) GetLocalAsnOk() (*int32, bool)
GetLocalAsnOk returns a tuple with the LocalAsn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfUpdateInput) SetLocalAsn(v int32)
SetLocalAsn sets LocalAsn field to given value.
func (o *VrfUpdateInput) HasLocalAsn() bool
HasLocalAsn returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) 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 *VrfUpdateInput) SetName(v string)
SetName sets Name field to given value.
func (o *VrfUpdateInput) HasName() bool
HasName returns a boolean if a field has been set.
func (o *VrfUpdateInput) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *VrfUpdateInput) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfUpdateInput) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *VrfUpdateInput) HasTags() bool
HasTags returns a boolean if a field has been set.