cisco_ios_xr_clns_isis_oper_isis_instances_instance_topologies_topology_srv6_locators_srv6_locator

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-clns-isis-oper:isis/instances/instance/topologies/topology/srv6-locators/srv6-locator

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisIpPrefixType

type IsisIpPrefixType struct {
	AfName               string              `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4                 *IsisIpv4PrefixType `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 *IsisIpv6PrefixType `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsisIpPrefixType) Descriptor

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

func (*IsisIpPrefixType) GetAfName

func (m *IsisIpPrefixType) GetAfName() string

func (*IsisIpPrefixType) GetIpv4

func (m *IsisIpPrefixType) GetIpv4() *IsisIpv4PrefixType

func (*IsisIpPrefixType) GetIpv6

func (m *IsisIpPrefixType) GetIpv6() *IsisIpv6PrefixType

func (*IsisIpPrefixType) ProtoMessage

func (*IsisIpPrefixType) ProtoMessage()

func (*IsisIpPrefixType) Reset

func (m *IsisIpPrefixType) Reset()

func (*IsisIpPrefixType) String

func (m *IsisIpPrefixType) String() string

func (*IsisIpPrefixType) XXX_DiscardUnknown

func (m *IsisIpPrefixType) XXX_DiscardUnknown()

func (*IsisIpPrefixType) XXX_Marshal

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

func (*IsisIpPrefixType) XXX_Merge

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

func (*IsisIpPrefixType) XXX_Size

func (m *IsisIpPrefixType) XXX_Size() int

func (*IsisIpPrefixType) XXX_Unmarshal

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

type IsisIpv4PrefixType

type IsisIpv4PrefixType struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisIpv4PrefixType) Descriptor

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

func (*IsisIpv4PrefixType) GetPrefix

func (m *IsisIpv4PrefixType) GetPrefix() string

func (*IsisIpv4PrefixType) GetPrefixLength

func (m *IsisIpv4PrefixType) GetPrefixLength() uint32

func (*IsisIpv4PrefixType) ProtoMessage

func (*IsisIpv4PrefixType) ProtoMessage()

func (*IsisIpv4PrefixType) Reset

func (m *IsisIpv4PrefixType) Reset()

func (*IsisIpv4PrefixType) String

func (m *IsisIpv4PrefixType) String() string

func (*IsisIpv4PrefixType) XXX_DiscardUnknown

func (m *IsisIpv4PrefixType) XXX_DiscardUnknown()

func (*IsisIpv4PrefixType) XXX_Marshal

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

func (*IsisIpv4PrefixType) XXX_Merge

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

func (*IsisIpv4PrefixType) XXX_Size

func (m *IsisIpv4PrefixType) XXX_Size() int

func (*IsisIpv4PrefixType) XXX_Unmarshal

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

type IsisIpv6PrefixType

type IsisIpv6PrefixType struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisIpv6PrefixType) Descriptor

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

func (*IsisIpv6PrefixType) GetPrefix

func (m *IsisIpv6PrefixType) GetPrefix() string

func (*IsisIpv6PrefixType) GetPrefixLength

func (m *IsisIpv6PrefixType) GetPrefixLength() uint32

func (*IsisIpv6PrefixType) ProtoMessage

func (*IsisIpv6PrefixType) ProtoMessage()

func (*IsisIpv6PrefixType) Reset

func (m *IsisIpv6PrefixType) Reset()

func (*IsisIpv6PrefixType) String

func (m *IsisIpv6PrefixType) String() string

func (*IsisIpv6PrefixType) XXX_DiscardUnknown

func (m *IsisIpv6PrefixType) XXX_DiscardUnknown()

func (*IsisIpv6PrefixType) XXX_Marshal

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

func (*IsisIpv6PrefixType) XXX_Merge

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

func (*IsisIpv6PrefixType) XXX_Size

func (m *IsisIpv6PrefixType) XXX_Size() int

func (*IsisIpv6PrefixType) XXX_Unmarshal

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

type IsisShSrv6Locator

type IsisShSrv6Locator struct {
	LocatorName             string                `protobuf:"bytes,50,opt,name=locator_name,json=locatorName,proto3" json:"locator_name,omitempty"`
	LocatorPrefix           *IsisIpPrefixType     `protobuf:"bytes,51,opt,name=locator_prefix,json=locatorPrefix,proto3" json:"locator_prefix,omitempty"`
	LocatorId               uint32                `protobuf:"varint,52,opt,name=locator_id,json=locatorId,proto3" json:"locator_id,omitempty"`
	LocatorFormat           uint32                `protobuf:"varint,53,opt,name=locator_format,json=locatorFormat,proto3" json:"locator_format,omitempty"`
	LocatorFlags            uint32                `protobuf:"varint,54,opt,name=locator_flags,json=locatorFlags,proto3" json:"locator_flags,omitempty"`
	NumberOfReservedOpcodes uint32                `` /* 136-byte string literal not displayed */
	Opcode                  []*IsisSrv6RsvdOpcode `protobuf:"bytes,56,rep,name=opcode,proto3" json:"opcode,omitempty"`
	Active                  uint32                `protobuf:"varint,57,opt,name=active,proto3" json:"active,omitempty"`
	OutOfResources          uint32                `protobuf:"varint,58,opt,name=out_of_resources,json=outOfResources,proto3" json:"out_of_resources,omitempty"`
	Algorithm               uint32                `protobuf:"varint,59,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}              `json:"-"`
	XXX_unrecognized        []byte                `json:"-"`
	XXX_sizecache           int32                 `json:"-"`
}

func (*IsisShSrv6Locator) Descriptor

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

func (*IsisShSrv6Locator) GetActive

func (m *IsisShSrv6Locator) GetActive() uint32

func (*IsisShSrv6Locator) GetAlgorithm

func (m *IsisShSrv6Locator) GetAlgorithm() uint32

func (*IsisShSrv6Locator) GetLocatorFlags

func (m *IsisShSrv6Locator) GetLocatorFlags() uint32

func (*IsisShSrv6Locator) GetLocatorFormat

func (m *IsisShSrv6Locator) GetLocatorFormat() uint32

func (*IsisShSrv6Locator) GetLocatorId

func (m *IsisShSrv6Locator) GetLocatorId() uint32

func (*IsisShSrv6Locator) GetLocatorName

func (m *IsisShSrv6Locator) GetLocatorName() string

func (*IsisShSrv6Locator) GetLocatorPrefix

func (m *IsisShSrv6Locator) GetLocatorPrefix() *IsisIpPrefixType

func (*IsisShSrv6Locator) GetNumberOfReservedOpcodes

func (m *IsisShSrv6Locator) GetNumberOfReservedOpcodes() uint32

func (*IsisShSrv6Locator) GetOpcode

func (m *IsisShSrv6Locator) GetOpcode() []*IsisSrv6RsvdOpcode

func (*IsisShSrv6Locator) GetOutOfResources

func (m *IsisShSrv6Locator) GetOutOfResources() uint32

func (*IsisShSrv6Locator) ProtoMessage

func (*IsisShSrv6Locator) ProtoMessage()

func (*IsisShSrv6Locator) Reset

func (m *IsisShSrv6Locator) Reset()

func (*IsisShSrv6Locator) String

func (m *IsisShSrv6Locator) String() string

func (*IsisShSrv6Locator) XXX_DiscardUnknown

func (m *IsisShSrv6Locator) XXX_DiscardUnknown()

func (*IsisShSrv6Locator) XXX_Marshal

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

func (*IsisShSrv6Locator) XXX_Merge

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

func (*IsisShSrv6Locator) XXX_Size

func (m *IsisShSrv6Locator) XXX_Size() int

func (*IsisShSrv6Locator) XXX_Unmarshal

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

type IsisShSrv6Locator_KEYS

type IsisShSrv6Locator_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	AfName               string   `protobuf:"bytes,2,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	SafName              string   `protobuf:"bytes,3,opt,name=saf_name,json=safName,proto3" json:"saf_name,omitempty"`
	TopologyName         string   `protobuf:"bytes,4,opt,name=topology_name,json=topologyName,proto3" json:"topology_name,omitempty"`
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShSrv6Locator_KEYS) Descriptor

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

func (*IsisShSrv6Locator_KEYS) GetAfName

func (m *IsisShSrv6Locator_KEYS) GetAfName() string

func (*IsisShSrv6Locator_KEYS) GetInstanceName

func (m *IsisShSrv6Locator_KEYS) GetInstanceName() string

func (*IsisShSrv6Locator_KEYS) GetName

func (m *IsisShSrv6Locator_KEYS) GetName() string

func (*IsisShSrv6Locator_KEYS) GetSafName

func (m *IsisShSrv6Locator_KEYS) GetSafName() string

func (*IsisShSrv6Locator_KEYS) GetTopologyName

func (m *IsisShSrv6Locator_KEYS) GetTopologyName() string

func (*IsisShSrv6Locator_KEYS) ProtoMessage

func (*IsisShSrv6Locator_KEYS) ProtoMessage()

func (*IsisShSrv6Locator_KEYS) Reset

func (m *IsisShSrv6Locator_KEYS) Reset()

func (*IsisShSrv6Locator_KEYS) String

func (m *IsisShSrv6Locator_KEYS) String() string

func (*IsisShSrv6Locator_KEYS) XXX_DiscardUnknown

func (m *IsisShSrv6Locator_KEYS) XXX_DiscardUnknown()

func (*IsisShSrv6Locator_KEYS) XXX_Marshal

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

func (*IsisShSrv6Locator_KEYS) XXX_Merge

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

func (*IsisShSrv6Locator_KEYS) XXX_Size

func (m *IsisShSrv6Locator_KEYS) XXX_Size() int

func (*IsisShSrv6Locator_KEYS) XXX_Unmarshal

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

type IsisSrv6RsvdOpcode

type IsisSrv6RsvdOpcode struct {
	FunctionType         string   `protobuf:"bytes,1,opt,name=function_type,json=functionType,proto3" json:"function_type,omitempty"`
	FunctionOpcode       uint32   `protobuf:"varint,2,opt,name=function_opcode,json=functionOpcode,proto3" json:"function_opcode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisSrv6RsvdOpcode) Descriptor

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

func (*IsisSrv6RsvdOpcode) GetFunctionOpcode

func (m *IsisSrv6RsvdOpcode) GetFunctionOpcode() uint32

func (*IsisSrv6RsvdOpcode) GetFunctionType

func (m *IsisSrv6RsvdOpcode) GetFunctionType() string

func (*IsisSrv6RsvdOpcode) ProtoMessage

func (*IsisSrv6RsvdOpcode) ProtoMessage()

func (*IsisSrv6RsvdOpcode) Reset

func (m *IsisSrv6RsvdOpcode) Reset()

func (*IsisSrv6RsvdOpcode) String

func (m *IsisSrv6RsvdOpcode) String() string

func (*IsisSrv6RsvdOpcode) XXX_DiscardUnknown

func (m *IsisSrv6RsvdOpcode) XXX_DiscardUnknown()

func (*IsisSrv6RsvdOpcode) XXX_Marshal

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

func (*IsisSrv6RsvdOpcode) XXX_Merge

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

func (*IsisSrv6RsvdOpcode) XXX_Size

func (m *IsisSrv6RsvdOpcode) XXX_Size() int

func (*IsisSrv6RsvdOpcode) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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