cisco_ios_xr_ipv4_vrrp_oper_vrrp_mgo_sessions_mgo_session

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ipv4-vrrp-oper:vrrp/mgo-sessions/mgo-session

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VrrpMgoInfo

type VrrpMgoInfo struct {
	PrimarySessionName      string               `protobuf:"bytes,50,opt,name=primary_session_name,json=primarySessionName,proto3" json:"primary_session_name,omitempty"`
	PrimarySessionInterface string               `` /* 133-byte string literal not displayed */
	PrimaryAfName           string               `protobuf:"bytes,52,opt,name=primary_af_name,json=primaryAfName,proto3" json:"primary_af_name,omitempty"`
	PrimarySessionNumber    uint32               `protobuf:"varint,53,opt,name=primary_session_number,json=primarySessionNumber,proto3" json:"primary_session_number,omitempty"`
	PrimarySessionState     string               `protobuf:"bytes,54,opt,name=primary_session_state,json=primarySessionState,proto3" json:"primary_session_state,omitempty"`
	Slave                   []*VrrpSlaveInfoType `protobuf:"bytes,55,rep,name=slave,proto3" json:"slave,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}             `json:"-"`
	XXX_unrecognized        []byte               `json:"-"`
	XXX_sizecache           int32                `json:"-"`
}

func (*VrrpMgoInfo) Descriptor

func (*VrrpMgoInfo) Descriptor() ([]byte, []int)

func (*VrrpMgoInfo) GetPrimaryAfName

func (m *VrrpMgoInfo) GetPrimaryAfName() string

func (*VrrpMgoInfo) GetPrimarySessionInterface

func (m *VrrpMgoInfo) GetPrimarySessionInterface() string

func (*VrrpMgoInfo) GetPrimarySessionName

func (m *VrrpMgoInfo) GetPrimarySessionName() string

func (*VrrpMgoInfo) GetPrimarySessionNumber

func (m *VrrpMgoInfo) GetPrimarySessionNumber() uint32

func (*VrrpMgoInfo) GetPrimarySessionState

func (m *VrrpMgoInfo) GetPrimarySessionState() string

func (*VrrpMgoInfo) GetSlave

func (m *VrrpMgoInfo) GetSlave() []*VrrpSlaveInfoType

func (*VrrpMgoInfo) ProtoMessage

func (*VrrpMgoInfo) ProtoMessage()

func (*VrrpMgoInfo) Reset

func (m *VrrpMgoInfo) Reset()

func (*VrrpMgoInfo) String

func (m *VrrpMgoInfo) String() string

func (*VrrpMgoInfo) XXX_DiscardUnknown

func (m *VrrpMgoInfo) XXX_DiscardUnknown()

func (*VrrpMgoInfo) XXX_Marshal

func (m *VrrpMgoInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VrrpMgoInfo) XXX_Merge

func (m *VrrpMgoInfo) XXX_Merge(src proto.Message)

func (*VrrpMgoInfo) XXX_Size

func (m *VrrpMgoInfo) XXX_Size() int

func (*VrrpMgoInfo) XXX_Unmarshal

func (m *VrrpMgoInfo) XXX_Unmarshal(b []byte) error

type VrrpMgoInfo_KEYS

type VrrpMgoInfo_KEYS struct {
	SessionName          string   `protobuf:"bytes,1,opt,name=session_name,json=sessionName,proto3" json:"session_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VrrpMgoInfo_KEYS) Descriptor

func (*VrrpMgoInfo_KEYS) Descriptor() ([]byte, []int)

func (*VrrpMgoInfo_KEYS) GetSessionName

func (m *VrrpMgoInfo_KEYS) GetSessionName() string

func (*VrrpMgoInfo_KEYS) ProtoMessage

func (*VrrpMgoInfo_KEYS) ProtoMessage()

func (*VrrpMgoInfo_KEYS) Reset

func (m *VrrpMgoInfo_KEYS) Reset()

func (*VrrpMgoInfo_KEYS) String

func (m *VrrpMgoInfo_KEYS) String() string

func (*VrrpMgoInfo_KEYS) XXX_DiscardUnknown

func (m *VrrpMgoInfo_KEYS) XXX_DiscardUnknown()

func (*VrrpMgoInfo_KEYS) XXX_Marshal

func (m *VrrpMgoInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VrrpMgoInfo_KEYS) XXX_Merge

func (m *VrrpMgoInfo_KEYS) XXX_Merge(src proto.Message)

func (*VrrpMgoInfo_KEYS) XXX_Size

func (m *VrrpMgoInfo_KEYS) XXX_Size() int

func (*VrrpMgoInfo_KEYS) XXX_Unmarshal

func (m *VrrpMgoInfo_KEYS) XXX_Unmarshal(b []byte) error

type VrrpSlaveInfoType

type VrrpSlaveInfoType struct {
	SlaveInterface       string   `protobuf:"bytes,1,opt,name=slave_interface,json=slaveInterface,proto3" json:"slave_interface,omitempty"`
	SlaveVirtualRouterId uint32   `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VrrpSlaveInfoType) Descriptor

func (*VrrpSlaveInfoType) Descriptor() ([]byte, []int)

func (*VrrpSlaveInfoType) GetSlaveInterface

func (m *VrrpSlaveInfoType) GetSlaveInterface() string

func (*VrrpSlaveInfoType) GetSlaveVirtualRouterId

func (m *VrrpSlaveInfoType) GetSlaveVirtualRouterId() uint32

func (*VrrpSlaveInfoType) ProtoMessage

func (*VrrpSlaveInfoType) ProtoMessage()

func (*VrrpSlaveInfoType) Reset

func (m *VrrpSlaveInfoType) Reset()

func (*VrrpSlaveInfoType) String

func (m *VrrpSlaveInfoType) String() string

func (*VrrpSlaveInfoType) XXX_DiscardUnknown

func (m *VrrpSlaveInfoType) XXX_DiscardUnknown()

func (*VrrpSlaveInfoType) XXX_Marshal

func (m *VrrpSlaveInfoType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VrrpSlaveInfoType) XXX_Merge

func (m *VrrpSlaveInfoType) XXX_Merge(src proto.Message)

func (*VrrpSlaveInfoType) XXX_Size

func (m *VrrpSlaveInfoType) XXX_Size() int

func (*VrrpSlaveInfoType) XXX_Unmarshal

func (m *VrrpSlaveInfoType) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL