cisco_ios_xr_clns_isis_oper_isis_instances_instance_checkpoint_te_tunnels_checkpoint_te_tunnel

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-clns-isis-oper:isis/instances/instance/checkpoint-te-tunnels/checkpoint-te-tunnel

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisShChkptTeTunnel

type IsisShChkptTeTunnel struct {
	// TE database level
	CheckpointTeLevel string `protobuf:"bytes,50,opt,name=checkpoint_te_level,json=checkpointTeLevel,proto3" json:"checkpoint_te_level,omitempty"`
	// Destination system ID
	CheckpointTeSystemId string `` /* 126-byte string literal not displayed */
	// Tunnel interface
	CheckpointTeInterface string `` /* 127-byte string literal not displayed */
	// Tunnel flags
	CheckpointTeFlags uint32 `protobuf:"varint,53,opt,name=checkpoint_te_flags,json=checkpointTeFlags,proto3" json:"checkpoint_te_flags,omitempty"`
	// Tunnel next-hop IP address
	CheckpointTeNexthop string `protobuf:"bytes,54,opt,name=checkpoint_te_nexthop,json=checkpointTeNexthop,proto3" json:"checkpoint_te_nexthop,omitempty"`
	// Tunnel metric
	CheckpointTeMetric int32 `protobuf:"zigzag32,55,opt,name=checkpoint_te_metric,json=checkpointTeMetric,proto3" json:"checkpoint_te_metric,omitempty"`
	// Tunnel metric mode
	CheckpointTeMetricMode string `` /* 132-byte string literal not displayed */
	// Tunnel bandwidth
	CheckpointTeBandwidth uint32 `` /* 128-byte string literal not displayed */
	// Tunnel checkpoint object ID
	CheckpointTeObjectId uint32   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShChkptTeTunnel) Descriptor

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

func (*IsisShChkptTeTunnel) GetCheckpointTeBandwidth

func (m *IsisShChkptTeTunnel) GetCheckpointTeBandwidth() uint32

func (*IsisShChkptTeTunnel) GetCheckpointTeFlags

func (m *IsisShChkptTeTunnel) GetCheckpointTeFlags() uint32

func (*IsisShChkptTeTunnel) GetCheckpointTeInterface

func (m *IsisShChkptTeTunnel) GetCheckpointTeInterface() string

func (*IsisShChkptTeTunnel) GetCheckpointTeLevel

func (m *IsisShChkptTeTunnel) GetCheckpointTeLevel() string

func (*IsisShChkptTeTunnel) GetCheckpointTeMetric

func (m *IsisShChkptTeTunnel) GetCheckpointTeMetric() int32

func (*IsisShChkptTeTunnel) GetCheckpointTeMetricMode

func (m *IsisShChkptTeTunnel) GetCheckpointTeMetricMode() string

func (*IsisShChkptTeTunnel) GetCheckpointTeNexthop

func (m *IsisShChkptTeTunnel) GetCheckpointTeNexthop() string

func (*IsisShChkptTeTunnel) GetCheckpointTeObjectId

func (m *IsisShChkptTeTunnel) GetCheckpointTeObjectId() uint32

func (*IsisShChkptTeTunnel) GetCheckpointTeSystemId

func (m *IsisShChkptTeTunnel) GetCheckpointTeSystemId() string

func (*IsisShChkptTeTunnel) ProtoMessage

func (*IsisShChkptTeTunnel) ProtoMessage()

func (*IsisShChkptTeTunnel) Reset

func (m *IsisShChkptTeTunnel) Reset()

func (*IsisShChkptTeTunnel) String

func (m *IsisShChkptTeTunnel) String() string

func (*IsisShChkptTeTunnel) XXX_DiscardUnknown

func (m *IsisShChkptTeTunnel) XXX_DiscardUnknown()

func (*IsisShChkptTeTunnel) XXX_Marshal

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

func (*IsisShChkptTeTunnel) XXX_Merge

func (dst *IsisShChkptTeTunnel) XXX_Merge(src proto.Message)

func (*IsisShChkptTeTunnel) XXX_Size

func (m *IsisShChkptTeTunnel) XXX_Size() int

func (*IsisShChkptTeTunnel) XXX_Unmarshal

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

type IsisShChkptTeTunnel_KEYS

type IsisShChkptTeTunnel_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	Level                string   `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Checkpointed TE tunnel

func (*IsisShChkptTeTunnel_KEYS) Descriptor

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

func (*IsisShChkptTeTunnel_KEYS) GetInstanceName

func (m *IsisShChkptTeTunnel_KEYS) GetInstanceName() string

func (*IsisShChkptTeTunnel_KEYS) GetInterfaceName

func (m *IsisShChkptTeTunnel_KEYS) GetInterfaceName() string

func (*IsisShChkptTeTunnel_KEYS) GetLevel

func (m *IsisShChkptTeTunnel_KEYS) GetLevel() string

func (*IsisShChkptTeTunnel_KEYS) ProtoMessage

func (*IsisShChkptTeTunnel_KEYS) ProtoMessage()

func (*IsisShChkptTeTunnel_KEYS) Reset

func (m *IsisShChkptTeTunnel_KEYS) Reset()

func (*IsisShChkptTeTunnel_KEYS) String

func (m *IsisShChkptTeTunnel_KEYS) String() string

func (*IsisShChkptTeTunnel_KEYS) XXX_DiscardUnknown

func (m *IsisShChkptTeTunnel_KEYS) XXX_DiscardUnknown()

func (*IsisShChkptTeTunnel_KEYS) XXX_Marshal

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

func (*IsisShChkptTeTunnel_KEYS) XXX_Merge

func (dst *IsisShChkptTeTunnel_KEYS) XXX_Merge(src proto.Message)

func (*IsisShChkptTeTunnel_KEYS) XXX_Size

func (m *IsisShChkptTeTunnel_KEYS) XXX_Size() int

func (*IsisShChkptTeTunnel_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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