Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The unique identifier for the resource | [optional] [readonly] |
BgpNeighborAsn | Pointer to int32 | The ASN of the dynamic BGP neighbor | [optional] |
BgpNeighborRange | Pointer to string | Network range of the dynamic BGP neighbor in CIDR format | [optional] |
MetalGateway | Pointer to VrfMetalGateway | [optional] | |
State | Pointer to BgpDynamicNeighborState | [optional] | |
Href | Pointer to string | [optional] [readonly] | |
CreatedAt | Pointer to time.Time | [optional] [readonly] | |
CreatedBy | Pointer to UserLimited | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] | |
Tags | Pointer to []string | [optional] |
func NewBgpDynamicNeighbor() *BgpDynamicNeighbor
NewBgpDynamicNeighbor instantiates a new BgpDynamicNeighbor 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 NewBgpDynamicNeighborWithDefaults() *BgpDynamicNeighbor
NewBgpDynamicNeighborWithDefaults instantiates a new BgpDynamicNeighbor 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 *BgpDynamicNeighbor) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetId(v string)
SetId sets Id field to given value.
func (o *BgpDynamicNeighbor) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetBgpNeighborAsn() int32
GetBgpNeighborAsn returns the BgpNeighborAsn field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetBgpNeighborAsnOk() (*int32, bool)
GetBgpNeighborAsnOk returns a tuple with the BgpNeighborAsn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetBgpNeighborAsn(v int32)
SetBgpNeighborAsn sets BgpNeighborAsn field to given value.
func (o *BgpDynamicNeighbor) HasBgpNeighborAsn() bool
HasBgpNeighborAsn returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetBgpNeighborRange() string
GetBgpNeighborRange returns the BgpNeighborRange field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetBgpNeighborRangeOk() (*string, bool)
GetBgpNeighborRangeOk returns a tuple with the BgpNeighborRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetBgpNeighborRange(v string)
SetBgpNeighborRange sets BgpNeighborRange field to given value.
func (o *BgpDynamicNeighbor) HasBgpNeighborRange() bool
HasBgpNeighborRange returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetMetalGateway() VrfMetalGateway
GetMetalGateway returns the MetalGateway field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetMetalGatewayOk() (*VrfMetalGateway, bool)
GetMetalGatewayOk returns a tuple with the MetalGateway field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetMetalGateway(v VrfMetalGateway)
SetMetalGateway sets MetalGateway field to given value.
func (o *BgpDynamicNeighbor) HasMetalGateway() bool
HasMetalGateway returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetState() BgpDynamicNeighborState
GetState returns the State field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetStateOk() (*BgpDynamicNeighborState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetState(v BgpDynamicNeighborState)
SetState sets State field to given value.
func (o *BgpDynamicNeighbor) HasState() bool
HasState returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetHref(v string)
SetHref sets Href field to given value.
func (o *BgpDynamicNeighbor) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *BgpDynamicNeighbor) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetCreatedBy() UserLimited
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetCreatedByOk() (*UserLimited, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetCreatedBy(v UserLimited)
SetCreatedBy sets CreatedBy field to given value.
func (o *BgpDynamicNeighbor) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpDynamicNeighbor) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *BgpDynamicNeighbor) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *BgpDynamicNeighbor) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *BgpDynamicNeighbor) 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 *BgpDynamicNeighbor) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *BgpDynamicNeighbor) HasTags() bool
HasTags returns a boolean if a field has been set.