cisco_ios_xr_ip_iep_oper_explicit_paths_identifiers_identifier

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: 0

Documentation

Overview

Cisco-IOS-XR-ip-iep-oper:explicit-paths/identifiers/identifier

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IepExplicitPath

type IepExplicitPath struct {
	Status               string               `protobuf:"bytes,50,opt,name=status,proto3" json:"status,omitempty"`
	Address              []*IepIpAddressEntry `protobuf:"bytes,51,rep,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*IepExplicitPath) Descriptor

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

func (*IepExplicitPath) GetAddress

func (m *IepExplicitPath) GetAddress() []*IepIpAddressEntry

func (*IepExplicitPath) GetStatus

func (m *IepExplicitPath) GetStatus() string

func (*IepExplicitPath) ProtoMessage

func (*IepExplicitPath) ProtoMessage()

func (*IepExplicitPath) Reset

func (m *IepExplicitPath) Reset()

func (*IepExplicitPath) String

func (m *IepExplicitPath) String() string

func (*IepExplicitPath) XXX_DiscardUnknown

func (m *IepExplicitPath) XXX_DiscardUnknown()

func (*IepExplicitPath) XXX_Marshal

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

func (*IepExplicitPath) XXX_Merge

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

func (*IepExplicitPath) XXX_Size

func (m *IepExplicitPath) XXX_Size() int

func (*IepExplicitPath) XXX_Unmarshal

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

type IepExplicitPath_KEYS

type IepExplicitPath_KEYS struct {
	IdentifierId         uint32   `protobuf:"varint,1,opt,name=identifier_id,json=identifierId,proto3" json:"identifier_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IepExplicitPath_KEYS) Descriptor

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

func (*IepExplicitPath_KEYS) GetIdentifierId

func (m *IepExplicitPath_KEYS) GetIdentifierId() uint32

func (*IepExplicitPath_KEYS) ProtoMessage

func (*IepExplicitPath_KEYS) ProtoMessage()

func (*IepExplicitPath_KEYS) Reset

func (m *IepExplicitPath_KEYS) Reset()

func (*IepExplicitPath_KEYS) String

func (m *IepExplicitPath_KEYS) String() string

func (*IepExplicitPath_KEYS) XXX_DiscardUnknown

func (m *IepExplicitPath_KEYS) XXX_DiscardUnknown()

func (*IepExplicitPath_KEYS) XXX_Marshal

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

func (*IepExplicitPath_KEYS) XXX_Merge

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

func (*IepExplicitPath_KEYS) XXX_Size

func (m *IepExplicitPath_KEYS) XXX_Size() int

func (*IepExplicitPath_KEYS) XXX_Unmarshal

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

type IepIpAddressEntry

type IepIpAddressEntry struct {
	Index                uint32   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	IfIndex              uint32   `protobuf:"varint,2,opt,name=if_index,json=ifIndex,proto3" json:"if_index,omitempty"`
	AddressType          string   `protobuf:"bytes,3,opt,name=address_type,json=addressType,proto3" json:"address_type,omitempty"`
	HopType              string   `protobuf:"bytes,4,opt,name=hop_type,json=hopType,proto3" json:"hop_type,omitempty"`
	Address              string   `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
	MplsLabel            uint32   `protobuf:"varint,6,opt,name=mpls_label,json=mplsLabel,proto3" json:"mpls_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IepIpAddressEntry) Descriptor

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

func (*IepIpAddressEntry) GetAddress

func (m *IepIpAddressEntry) GetAddress() string

func (*IepIpAddressEntry) GetAddressType

func (m *IepIpAddressEntry) GetAddressType() string

func (*IepIpAddressEntry) GetHopType

func (m *IepIpAddressEntry) GetHopType() string

func (*IepIpAddressEntry) GetIfIndex

func (m *IepIpAddressEntry) GetIfIndex() uint32

func (*IepIpAddressEntry) GetIndex

func (m *IepIpAddressEntry) GetIndex() uint32

func (*IepIpAddressEntry) GetMplsLabel

func (m *IepIpAddressEntry) GetMplsLabel() uint32

func (*IepIpAddressEntry) ProtoMessage

func (*IepIpAddressEntry) ProtoMessage()

func (*IepIpAddressEntry) Reset

func (m *IepIpAddressEntry) Reset()

func (*IepIpAddressEntry) String

func (m *IepIpAddressEntry) String() string

func (*IepIpAddressEntry) XXX_DiscardUnknown

func (m *IepIpAddressEntry) XXX_DiscardUnknown()

func (*IepIpAddressEntry) XXX_Marshal

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

func (*IepIpAddressEntry) XXX_Merge

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

func (*IepIpAddressEntry) XXX_Size

func (m *IepIpAddressEntry) XXX_Size() int

func (*IepIpAddressEntry) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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