Skip to content

OswOspfNeighborVO

Properties

Name Type Description Notes
Dead Pointer to string Dead Time [optional]
NeighborInterface Pointer to string Neighbor Interface [optional]
NeighborIp Pointer to string Neighbor Ip [optional]
Priority Pointer to int32 Priority [optional]
ProcessId Pointer to string Ospf Process ID [optional]
RouterId Pointer to string Router ID [optional]
State Pointer to string State [optional]

Methods

NewOswOspfNeighborVO

func NewOswOspfNeighborVO() *OswOspfNeighborVO

NewOswOspfNeighborVO instantiates a new OswOspfNeighborVO 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

NewOswOspfNeighborVOWithDefaults

func NewOswOspfNeighborVOWithDefaults() *OswOspfNeighborVO

NewOswOspfNeighborVOWithDefaults instantiates a new OswOspfNeighborVO 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

GetDead

func (o *OswOspfNeighborVO) GetDead() string

GetDead returns the Dead field if non-nil, zero value otherwise.

GetDeadOk

func (o *OswOspfNeighborVO) GetDeadOk() (*string, bool)

GetDeadOk returns a tuple with the Dead field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDead

func (o *OswOspfNeighborVO) SetDead(v string)

SetDead sets Dead field to given value.

HasDead

func (o *OswOspfNeighborVO) HasDead() bool

HasDead returns a boolean if a field has been set.

GetNeighborInterface

func (o *OswOspfNeighborVO) GetNeighborInterface() string

GetNeighborInterface returns the NeighborInterface field if non-nil, zero value otherwise.

GetNeighborInterfaceOk

func (o *OswOspfNeighborVO) GetNeighborInterfaceOk() (*string, bool)

GetNeighborInterfaceOk returns a tuple with the NeighborInterface field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNeighborInterface

func (o *OswOspfNeighborVO) SetNeighborInterface(v string)

SetNeighborInterface sets NeighborInterface field to given value.

HasNeighborInterface

func (o *OswOspfNeighborVO) HasNeighborInterface() bool

HasNeighborInterface returns a boolean if a field has been set.

GetNeighborIp

func (o *OswOspfNeighborVO) GetNeighborIp() string

GetNeighborIp returns the NeighborIp field if non-nil, zero value otherwise.

GetNeighborIpOk

func (o *OswOspfNeighborVO) GetNeighborIpOk() (*string, bool)

GetNeighborIpOk returns a tuple with the NeighborIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNeighborIp

func (o *OswOspfNeighborVO) SetNeighborIp(v string)

SetNeighborIp sets NeighborIp field to given value.

HasNeighborIp

func (o *OswOspfNeighborVO) HasNeighborIp() bool

HasNeighborIp returns a boolean if a field has been set.

GetPriority

func (o *OswOspfNeighborVO) GetPriority() int32

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

func (o *OswOspfNeighborVO) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPriority

func (o *OswOspfNeighborVO) SetPriority(v int32)

SetPriority sets Priority field to given value.

HasPriority

func (o *OswOspfNeighborVO) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetProcessId

func (o *OswOspfNeighborVO) GetProcessId() string

GetProcessId returns the ProcessId field if non-nil, zero value otherwise.

GetProcessIdOk

func (o *OswOspfNeighborVO) GetProcessIdOk() (*string, bool)

GetProcessIdOk returns a tuple with the ProcessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProcessId

func (o *OswOspfNeighborVO) SetProcessId(v string)

SetProcessId sets ProcessId field to given value.

HasProcessId

func (o *OswOspfNeighborVO) HasProcessId() bool

HasProcessId returns a boolean if a field has been set.

GetRouterId

func (o *OswOspfNeighborVO) GetRouterId() string

GetRouterId returns the RouterId field if non-nil, zero value otherwise.

GetRouterIdOk

func (o *OswOspfNeighborVO) 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.

SetRouterId

func (o *OswOspfNeighborVO) SetRouterId(v string)

SetRouterId sets RouterId field to given value.

HasRouterId

func (o *OswOspfNeighborVO) HasRouterId() bool

HasRouterId returns a boolean if a field has been set.

GetState

func (o *OswOspfNeighborVO) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *OswOspfNeighborVO) GetStateOk() (*string, 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.

SetState

func (o *OswOspfNeighborVO) SetState(v string)

SetState sets State field to given value.

HasState

func (o *OswOspfNeighborVO) HasState() bool

HasState returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]