cisco_ios_xr_ip_sbfd_oper_sbfd_target_identifier_remote_vrfs_remote_vrf_remote_discriminator

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-ip-sbfd-oper:sbfd/target-identifier/remote-vrfs/remote-vrf/remote-discriminator

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BfdMgmtTgtIdentifierRemote

type BfdMgmtTgtIdentifierRemote struct {
	TidType              string        `protobuf:"bytes,50,opt,name=tid_type,json=tidType,proto3" json:"tid_type,omitempty"`
	IpAddress            *IpAddrTUnion `protobuf:"bytes,51,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	Discr                uint32        `protobuf:"varint,52,opt,name=discr,proto3" json:"discr,omitempty"`
	VrfNameXr            string        `protobuf:"bytes,53,opt,name=vrf_name_xr,json=vrfNameXr,proto3" json:"vrf_name_xr,omitempty"`
	Status               string        `protobuf:"bytes,54,opt,name=status,proto3" json:"status,omitempty"`
	DiscrSrc             string        `protobuf:"bytes,55,opt,name=discr_src,json=discrSrc,proto3" json:"discr_src,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BfdMgmtTgtIdentifierRemote) Descriptor

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

func (*BfdMgmtTgtIdentifierRemote) GetDiscr

func (m *BfdMgmtTgtIdentifierRemote) GetDiscr() uint32

func (*BfdMgmtTgtIdentifierRemote) GetDiscrSrc

func (m *BfdMgmtTgtIdentifierRemote) GetDiscrSrc() string

func (*BfdMgmtTgtIdentifierRemote) GetIpAddress

func (m *BfdMgmtTgtIdentifierRemote) GetIpAddress() *IpAddrTUnion

func (*BfdMgmtTgtIdentifierRemote) GetStatus

func (m *BfdMgmtTgtIdentifierRemote) GetStatus() string

func (*BfdMgmtTgtIdentifierRemote) GetTidType

func (m *BfdMgmtTgtIdentifierRemote) GetTidType() string

func (*BfdMgmtTgtIdentifierRemote) GetVrfNameXr

func (m *BfdMgmtTgtIdentifierRemote) GetVrfNameXr() string

func (*BfdMgmtTgtIdentifierRemote) ProtoMessage

func (*BfdMgmtTgtIdentifierRemote) ProtoMessage()

func (*BfdMgmtTgtIdentifierRemote) Reset

func (m *BfdMgmtTgtIdentifierRemote) Reset()

func (*BfdMgmtTgtIdentifierRemote) String

func (m *BfdMgmtTgtIdentifierRemote) String() string

func (*BfdMgmtTgtIdentifierRemote) XXX_DiscardUnknown

func (m *BfdMgmtTgtIdentifierRemote) XXX_DiscardUnknown()

func (*BfdMgmtTgtIdentifierRemote) XXX_Marshal

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

func (*BfdMgmtTgtIdentifierRemote) XXX_Merge

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

func (*BfdMgmtTgtIdentifierRemote) XXX_Size

func (m *BfdMgmtTgtIdentifierRemote) XXX_Size() int

func (*BfdMgmtTgtIdentifierRemote) XXX_Unmarshal

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

type BfdMgmtTgtIdentifierRemote_KEYS

type BfdMgmtTgtIdentifierRemote_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	VrfName_1            string   `protobuf:"bytes,2,opt,name=vrf_name_1,json=vrfName1,proto3" json:"vrf_name_1,omitempty"`
	RemoteDiscriminator  uint32   `protobuf:"varint,3,opt,name=remote_discriminator,json=remoteDiscriminator,proto3" json:"remote_discriminator,omitempty"`
	Address              string   `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BfdMgmtTgtIdentifierRemote_KEYS) Descriptor

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

func (*BfdMgmtTgtIdentifierRemote_KEYS) GetAddress

func (m *BfdMgmtTgtIdentifierRemote_KEYS) GetAddress() string

func (*BfdMgmtTgtIdentifierRemote_KEYS) GetRemoteDiscriminator

func (m *BfdMgmtTgtIdentifierRemote_KEYS) GetRemoteDiscriminator() uint32

func (*BfdMgmtTgtIdentifierRemote_KEYS) GetVrfName

func (m *BfdMgmtTgtIdentifierRemote_KEYS) GetVrfName() string

func (*BfdMgmtTgtIdentifierRemote_KEYS) GetVrfName_1

func (m *BfdMgmtTgtIdentifierRemote_KEYS) GetVrfName_1() string

func (*BfdMgmtTgtIdentifierRemote_KEYS) ProtoMessage

func (*BfdMgmtTgtIdentifierRemote_KEYS) ProtoMessage()

func (*BfdMgmtTgtIdentifierRemote_KEYS) Reset

func (*BfdMgmtTgtIdentifierRemote_KEYS) String

func (*BfdMgmtTgtIdentifierRemote_KEYS) XXX_DiscardUnknown

func (m *BfdMgmtTgtIdentifierRemote_KEYS) XXX_DiscardUnknown()

func (*BfdMgmtTgtIdentifierRemote_KEYS) XXX_Marshal

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

func (*BfdMgmtTgtIdentifierRemote_KEYS) XXX_Merge

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

func (*BfdMgmtTgtIdentifierRemote_KEYS) XXX_Size

func (m *BfdMgmtTgtIdentifierRemote_KEYS) XXX_Size() int

func (*BfdMgmtTgtIdentifierRemote_KEYS) XXX_Unmarshal

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

type IpAddrTUnion

type IpAddrTUnion struct {
	Afi                  string   `protobuf:"bytes,1,opt,name=afi,proto3" json:"afi,omitempty"`
	Dummy                uint32   `protobuf:"varint,2,opt,name=dummy,proto3" json:"dummy,omitempty"`
	Ipv4                 string   `protobuf:"bytes,3,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,4,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpAddrTUnion) Descriptor

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

func (*IpAddrTUnion) GetAfi

func (m *IpAddrTUnion) GetAfi() string

func (*IpAddrTUnion) GetDummy

func (m *IpAddrTUnion) GetDummy() uint32

func (*IpAddrTUnion) GetIpv4

func (m *IpAddrTUnion) GetIpv4() string

func (*IpAddrTUnion) GetIpv6

func (m *IpAddrTUnion) GetIpv6() string

func (*IpAddrTUnion) ProtoMessage

func (*IpAddrTUnion) ProtoMessage()

func (*IpAddrTUnion) Reset

func (m *IpAddrTUnion) Reset()

func (*IpAddrTUnion) String

func (m *IpAddrTUnion) String() string

func (*IpAddrTUnion) XXX_DiscardUnknown

func (m *IpAddrTUnion) XXX_DiscardUnknown()

func (*IpAddrTUnion) XXX_Marshal

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

func (*IpAddrTUnion) XXX_Merge

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

func (*IpAddrTUnion) XXX_Size

func (m *IpAddrTUnion) XXX_Size() int

func (*IpAddrTUnion) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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