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. | [optional] |
LocalAsn | Pointer to int32 | [optional] | |
Metro | string | The UUID (or metro code) for the Metro in which to create this VRF. | |
Name | string | ||
Tags | Pointer to []string | [optional] |
func NewVrfCreateInput(metro string, name string, ) *VrfCreateInput
NewVrfCreateInput instantiates a new VrfCreateInput 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 NewVrfCreateInputWithDefaults() *VrfCreateInput
NewVrfCreateInputWithDefaults instantiates a new VrfCreateInput 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 *VrfCreateInput) GetBgpDynamicNeighborsEnabled() bool
GetBgpDynamicNeighborsEnabled returns the BgpDynamicNeighborsEnabled field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetBgpDynamicNeighborsEnabled(v bool)
SetBgpDynamicNeighborsEnabled sets BgpDynamicNeighborsEnabled field to given value.
func (o *VrfCreateInput) HasBgpDynamicNeighborsEnabled() bool
HasBgpDynamicNeighborsEnabled returns a boolean if a field has been set.
func (o *VrfCreateInput) GetBgpDynamicNeighborsExportRouteMap() bool
GetBgpDynamicNeighborsExportRouteMap returns the BgpDynamicNeighborsExportRouteMap field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetBgpDynamicNeighborsExportRouteMap(v bool)
SetBgpDynamicNeighborsExportRouteMap sets BgpDynamicNeighborsExportRouteMap field to given value.
func (o *VrfCreateInput) HasBgpDynamicNeighborsExportRouteMap() bool
HasBgpDynamicNeighborsExportRouteMap returns a boolean if a field has been set.
func (o *VrfCreateInput) GetBgpDynamicNeighborsBfdEnabled() bool
GetBgpDynamicNeighborsBfdEnabled returns the BgpDynamicNeighborsBfdEnabled field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetBgpDynamicNeighborsBfdEnabled(v bool)
SetBgpDynamicNeighborsBfdEnabled sets BgpDynamicNeighborsBfdEnabled field to given value.
func (o *VrfCreateInput) HasBgpDynamicNeighborsBfdEnabled() bool
HasBgpDynamicNeighborsBfdEnabled returns a boolean if a field has been set.
func (o *VrfCreateInput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *VrfCreateInput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *VrfCreateInput) GetIpRanges() []string
GetIpRanges returns the IpRanges field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetIpRanges(v []string)
SetIpRanges sets IpRanges field to given value.
func (o *VrfCreateInput) HasIpRanges() bool
HasIpRanges returns a boolean if a field has been set.
func (o *VrfCreateInput) GetLocalAsn() int32
GetLocalAsn returns the LocalAsn field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetLocalAsn(v int32)
SetLocalAsn sets LocalAsn field to given value.
func (o *VrfCreateInput) HasLocalAsn() bool
HasLocalAsn returns a boolean if a field has been set.
func (o *VrfCreateInput) GetMetro() string
GetMetro returns the Metro field if non-nil, zero value otherwise.
func (o *VrfCreateInput) GetMetroOk() (*string, bool)
GetMetroOk returns a tuple with the Metro field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfCreateInput) SetMetro(v string)
SetMetro sets Metro field to given value.
func (o *VrfCreateInput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetName(v string)
SetName sets Name field to given value.
func (o *VrfCreateInput) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *VrfCreateInput) 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 *VrfCreateInput) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *VrfCreateInput) HasTags() bool
HasTags returns a boolean if a field has been set.