Name | Type | Description | Notes |
---|---|---|---|
AutonomousSystemNumber | Pointer to int64 | [optional] | |
RouterId | Pointer to string | [optional] | |
CommandLineInterfaceEnabled | Pointer to bool | [optional] | |
CommandLineInterfacePassword | Pointer to string | [optional] | |
KeepAliveInterval | Pointer to string | [optional] | |
HoldTimeInterval | Pointer to string | [optional] | |
Neighbors | Pointer to []BgpNeighborBean | [optional] | |
PrefixFilters | Pointer to []BgpPrefixFilterBean | [optional] |
func NewBgpRoutingProtocolBean() *BgpRoutingProtocolBean
NewBgpRoutingProtocolBean instantiates a new BgpRoutingProtocolBean 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 NewBgpRoutingProtocolBeanWithDefaults() *BgpRoutingProtocolBean
NewBgpRoutingProtocolBeanWithDefaults instantiates a new BgpRoutingProtocolBean 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 *BgpRoutingProtocolBean) GetAutonomousSystemNumber() int64
GetAutonomousSystemNumber returns the AutonomousSystemNumber field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetAutonomousSystemNumberOk() (*int64, bool)
GetAutonomousSystemNumberOk returns a tuple with the AutonomousSystemNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetAutonomousSystemNumber(v int64)
SetAutonomousSystemNumber sets AutonomousSystemNumber field to given value.
func (o *BgpRoutingProtocolBean) HasAutonomousSystemNumber() bool
HasAutonomousSystemNumber returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetRouterId() string
GetRouterId returns the RouterId field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetRouterIdOk() (*string, bool)
GetRouterIdOk returns a tuple with the RouterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetRouterId(v string)
SetRouterId sets RouterId field to given value.
func (o *BgpRoutingProtocolBean) HasRouterId() bool
HasRouterId returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetCommandLineInterfaceEnabled() bool
GetCommandLineInterfaceEnabled returns the CommandLineInterfaceEnabled field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetCommandLineInterfaceEnabledOk() (*bool, bool)
GetCommandLineInterfaceEnabledOk returns a tuple with the CommandLineInterfaceEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetCommandLineInterfaceEnabled(v bool)
SetCommandLineInterfaceEnabled sets CommandLineInterfaceEnabled field to given value.
func (o *BgpRoutingProtocolBean) HasCommandLineInterfaceEnabled() bool
HasCommandLineInterfaceEnabled returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetCommandLineInterfacePassword() string
GetCommandLineInterfacePassword returns the CommandLineInterfacePassword field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetCommandLineInterfacePasswordOk() (*string, bool)
GetCommandLineInterfacePasswordOk returns a tuple with the CommandLineInterfacePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetCommandLineInterfacePassword(v string)
SetCommandLineInterfacePassword sets CommandLineInterfacePassword field to given value.
func (o *BgpRoutingProtocolBean) HasCommandLineInterfacePassword() bool
HasCommandLineInterfacePassword returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetKeepAliveInterval() string
GetKeepAliveInterval returns the KeepAliveInterval field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetKeepAliveIntervalOk() (*string, bool)
GetKeepAliveIntervalOk returns a tuple with the KeepAliveInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetKeepAliveInterval(v string)
SetKeepAliveInterval sets KeepAliveInterval field to given value.
func (o *BgpRoutingProtocolBean) HasKeepAliveInterval() bool
HasKeepAliveInterval returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetHoldTimeInterval() string
GetHoldTimeInterval returns the HoldTimeInterval field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetHoldTimeIntervalOk() (*string, bool)
GetHoldTimeIntervalOk returns a tuple with the HoldTimeInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetHoldTimeInterval(v string)
SetHoldTimeInterval sets HoldTimeInterval field to given value.
func (o *BgpRoutingProtocolBean) HasHoldTimeInterval() bool
HasHoldTimeInterval returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetNeighbors() []BgpNeighborBean
GetNeighbors returns the Neighbors field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetNeighborsOk() (*[]BgpNeighborBean, bool)
GetNeighborsOk returns a tuple with the Neighbors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetNeighbors(v []BgpNeighborBean)
SetNeighbors sets Neighbors field to given value.
func (o *BgpRoutingProtocolBean) HasNeighbors() bool
HasNeighbors returns a boolean if a field has been set.
func (o *BgpRoutingProtocolBean) GetPrefixFilters() []BgpPrefixFilterBean
GetPrefixFilters returns the PrefixFilters field if non-nil, zero value otherwise.
func (o *BgpRoutingProtocolBean) GetPrefixFiltersOk() (*[]BgpPrefixFilterBean, bool)
GetPrefixFiltersOk returns a tuple with the PrefixFilters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BgpRoutingProtocolBean) SetPrefixFilters(v []BgpPrefixFilterBean)
SetPrefixFilters sets PrefixFilters field to given value.
func (o *BgpRoutingProtocolBean) HasPrefixFilters() bool
HasPrefixFilters returns a boolean if a field has been set.