gribi_aft

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2023 License: Apache-2.0 Imports: 7 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_v1_proto_gribi_aft_gribi_aft_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Afts

type Afts struct {
	Ipv4Entry             []*Afts_Ipv4EntryKey             `protobuf:"bytes,410397655,rep,name=ipv4_entry,json=ipv4Entry,proto3" json:"ipv4_entry,omitempty"`
	Ipv6Entry             []*Afts_Ipv6EntryKey             `protobuf:"bytes,403891971,rep,name=ipv6_entry,json=ipv6Entry,proto3" json:"ipv6_entry,omitempty"`
	LabelEntry            []*Afts_LabelEntryKey            `protobuf:"bytes,153428187,rep,name=label_entry,json=labelEntry,proto3" json:"label_entry,omitempty"`
	MacEntry              []*Afts_MacEntryKey              `protobuf:"bytes,162139969,rep,name=mac_entry,json=macEntry,proto3" json:"mac_entry,omitempty"`
	NextHop               []*Afts_NextHopKey               `protobuf:"bytes,132654769,rep,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	NextHopGroup          []*Afts_NextHopGroupKey          `protobuf:"bytes,362999033,rep,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	PolicyForwardingEntry []*Afts_PolicyForwardingEntryKey `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts) Descriptor deprecated

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

Deprecated: Use Afts.ProtoReflect.Descriptor instead.

func (*Afts) GetIpv4Entry

func (x *Afts) GetIpv4Entry() []*Afts_Ipv4EntryKey

func (*Afts) GetIpv6Entry

func (x *Afts) GetIpv6Entry() []*Afts_Ipv6EntryKey

func (*Afts) GetLabelEntry

func (x *Afts) GetLabelEntry() []*Afts_LabelEntryKey

func (*Afts) GetMacEntry

func (x *Afts) GetMacEntry() []*Afts_MacEntryKey

func (*Afts) GetNextHop

func (x *Afts) GetNextHop() []*Afts_NextHopKey

func (*Afts) GetNextHopGroup

func (x *Afts) GetNextHopGroup() []*Afts_NextHopGroupKey

func (*Afts) GetPolicyForwardingEntry

func (x *Afts) GetPolicyForwardingEntry() []*Afts_PolicyForwardingEntryKey

func (*Afts) ProtoMessage

func (*Afts) ProtoMessage()

func (*Afts) ProtoReflect

func (x *Afts) ProtoReflect() protoreflect.Message

func (*Afts) Reset

func (x *Afts) Reset()

func (*Afts) String

func (x *Afts) String() string

type Afts_Ipv4Entry

type Afts_Ipv4Entry struct {
	DecapsulateHeader           enums.OpenconfigAftTypesEncapsulationHeaderType `` /* 184-byte string literal not displayed */
	EntryMetadata               *ywrapper.BytesValue                            `protobuf:"bytes,290934374,opt,name=entry_metadata,json=entryMetadata,proto3" json:"entry_metadata,omitempty"`
	NextHopGroup                *ywrapper.UintValue                             `protobuf:"bytes,497198611,opt,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	NextHopGroupNetworkInstance *ywrapper.StringValue                           `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_Ipv4Entry) Descriptor deprecated

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

Deprecated: Use Afts_Ipv4Entry.ProtoReflect.Descriptor instead.

func (*Afts_Ipv4Entry) GetDecapsulateHeader

func (*Afts_Ipv4Entry) GetEntryMetadata

func (x *Afts_Ipv4Entry) GetEntryMetadata() *ywrapper.BytesValue

func (*Afts_Ipv4Entry) GetNextHopGroup

func (x *Afts_Ipv4Entry) GetNextHopGroup() *ywrapper.UintValue

func (*Afts_Ipv4Entry) GetNextHopGroupNetworkInstance

func (x *Afts_Ipv4Entry) GetNextHopGroupNetworkInstance() *ywrapper.StringValue

func (*Afts_Ipv4Entry) ProtoMessage

func (*Afts_Ipv4Entry) ProtoMessage()

func (*Afts_Ipv4Entry) ProtoReflect

func (x *Afts_Ipv4Entry) ProtoReflect() protoreflect.Message

func (*Afts_Ipv4Entry) Reset

func (x *Afts_Ipv4Entry) Reset()

func (*Afts_Ipv4Entry) String

func (x *Afts_Ipv4Entry) String() string

type Afts_Ipv4EntryKey

type Afts_Ipv4EntryKey struct {
	Prefix    string          `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Ipv4Entry *Afts_Ipv4Entry `protobuf:"bytes,2,opt,name=ipv4_entry,json=ipv4Entry,proto3" json:"ipv4_entry,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_Ipv4EntryKey) Descriptor deprecated

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

Deprecated: Use Afts_Ipv4EntryKey.ProtoReflect.Descriptor instead.

func (*Afts_Ipv4EntryKey) GetIpv4Entry

func (x *Afts_Ipv4EntryKey) GetIpv4Entry() *Afts_Ipv4Entry

func (*Afts_Ipv4EntryKey) GetPrefix

func (x *Afts_Ipv4EntryKey) GetPrefix() string

func (*Afts_Ipv4EntryKey) ProtoMessage

func (*Afts_Ipv4EntryKey) ProtoMessage()

func (*Afts_Ipv4EntryKey) ProtoReflect

func (x *Afts_Ipv4EntryKey) ProtoReflect() protoreflect.Message

func (*Afts_Ipv4EntryKey) Reset

func (x *Afts_Ipv4EntryKey) Reset()

func (*Afts_Ipv4EntryKey) String

func (x *Afts_Ipv4EntryKey) String() string

type Afts_Ipv6Entry

type Afts_Ipv6Entry struct {
	DecapsulateHeader           enums.OpenconfigAftTypesEncapsulationHeaderType `` /* 184-byte string literal not displayed */
	EntryMetadata               *ywrapper.BytesValue                            `protobuf:"bytes,11794282,opt,name=entry_metadata,json=entryMetadata,proto3" json:"entry_metadata,omitempty"`
	NextHopGroup                *ywrapper.UintValue                             `protobuf:"bytes,442121607,opt,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	NextHopGroupNetworkInstance *ywrapper.StringValue                           `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_Ipv6Entry) Descriptor deprecated

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

Deprecated: Use Afts_Ipv6Entry.ProtoReflect.Descriptor instead.

func (*Afts_Ipv6Entry) GetDecapsulateHeader

func (*Afts_Ipv6Entry) GetEntryMetadata

func (x *Afts_Ipv6Entry) GetEntryMetadata() *ywrapper.BytesValue

func (*Afts_Ipv6Entry) GetNextHopGroup

func (x *Afts_Ipv6Entry) GetNextHopGroup() *ywrapper.UintValue

func (*Afts_Ipv6Entry) GetNextHopGroupNetworkInstance

func (x *Afts_Ipv6Entry) GetNextHopGroupNetworkInstance() *ywrapper.StringValue

func (*Afts_Ipv6Entry) ProtoMessage

func (*Afts_Ipv6Entry) ProtoMessage()

func (*Afts_Ipv6Entry) ProtoReflect

func (x *Afts_Ipv6Entry) ProtoReflect() protoreflect.Message

func (*Afts_Ipv6Entry) Reset

func (x *Afts_Ipv6Entry) Reset()

func (*Afts_Ipv6Entry) String

func (x *Afts_Ipv6Entry) String() string

type Afts_Ipv6EntryKey

type Afts_Ipv6EntryKey struct {
	Prefix    string          `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Ipv6Entry *Afts_Ipv6Entry `protobuf:"bytes,2,opt,name=ipv6_entry,json=ipv6Entry,proto3" json:"ipv6_entry,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_Ipv6EntryKey) Descriptor deprecated

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

Deprecated: Use Afts_Ipv6EntryKey.ProtoReflect.Descriptor instead.

func (*Afts_Ipv6EntryKey) GetIpv6Entry

func (x *Afts_Ipv6EntryKey) GetIpv6Entry() *Afts_Ipv6Entry

func (*Afts_Ipv6EntryKey) GetPrefix

func (x *Afts_Ipv6EntryKey) GetPrefix() string

func (*Afts_Ipv6EntryKey) ProtoMessage

func (*Afts_Ipv6EntryKey) ProtoMessage()

func (*Afts_Ipv6EntryKey) ProtoReflect

func (x *Afts_Ipv6EntryKey) ProtoReflect() protoreflect.Message

func (*Afts_Ipv6EntryKey) Reset

func (x *Afts_Ipv6EntryKey) Reset()

func (*Afts_Ipv6EntryKey) String

func (x *Afts_Ipv6EntryKey) String() string

type Afts_LabelEntry

type Afts_LabelEntry struct {
	EntryMetadata               *ywrapper.BytesValue                         `protobuf:"bytes,100486674,opt,name=entry_metadata,json=entryMetadata,proto3" json:"entry_metadata,omitempty"`
	NextHopGroup                *ywrapper.UintValue                          `protobuf:"bytes,307713279,opt,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	NextHopGroupNetworkInstance *ywrapper.StringValue                        `` /* 156-byte string literal not displayed */
	PoppedMplsLabelStack        []*Afts_LabelEntry_PoppedMplsLabelStackUnion `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_LabelEntry) Descriptor deprecated

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

Deprecated: Use Afts_LabelEntry.ProtoReflect.Descriptor instead.

func (*Afts_LabelEntry) GetEntryMetadata

func (x *Afts_LabelEntry) GetEntryMetadata() *ywrapper.BytesValue

func (*Afts_LabelEntry) GetNextHopGroup

func (x *Afts_LabelEntry) GetNextHopGroup() *ywrapper.UintValue

func (*Afts_LabelEntry) GetNextHopGroupNetworkInstance

func (x *Afts_LabelEntry) GetNextHopGroupNetworkInstance() *ywrapper.StringValue

func (*Afts_LabelEntry) GetPoppedMplsLabelStack

func (x *Afts_LabelEntry) GetPoppedMplsLabelStack() []*Afts_LabelEntry_PoppedMplsLabelStackUnion

func (*Afts_LabelEntry) ProtoMessage

func (*Afts_LabelEntry) ProtoMessage()

func (*Afts_LabelEntry) ProtoReflect

func (x *Afts_LabelEntry) ProtoReflect() protoreflect.Message

func (*Afts_LabelEntry) Reset

func (x *Afts_LabelEntry) Reset()

func (*Afts_LabelEntry) String

func (x *Afts_LabelEntry) String() string

type Afts_LabelEntryKey

type Afts_LabelEntryKey struct {

	// Types that are assignable to Label:
	//	*Afts_LabelEntryKey_LabelOpenconfigmplstypesmplslabelenum
	//	*Afts_LabelEntryKey_LabelUint64
	Label      isAfts_LabelEntryKey_Label `protobuf_oneof:"label"`
	LabelEntry *Afts_LabelEntry           `protobuf:"bytes,2,opt,name=label_entry,json=labelEntry,proto3" json:"label_entry,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_LabelEntryKey) Descriptor deprecated

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

Deprecated: Use Afts_LabelEntryKey.ProtoReflect.Descriptor instead.

func (*Afts_LabelEntryKey) GetLabel

func (m *Afts_LabelEntryKey) GetLabel() isAfts_LabelEntryKey_Label

func (*Afts_LabelEntryKey) GetLabelEntry

func (x *Afts_LabelEntryKey) GetLabelEntry() *Afts_LabelEntry

func (*Afts_LabelEntryKey) GetLabelOpenconfigmplstypesmplslabelenum

func (x *Afts_LabelEntryKey) GetLabelOpenconfigmplstypesmplslabelenum() enums.OpenconfigMplsTypesMplsLabelEnum

func (*Afts_LabelEntryKey) GetLabelUint64

func (x *Afts_LabelEntryKey) GetLabelUint64() uint64

func (*Afts_LabelEntryKey) ProtoMessage

func (*Afts_LabelEntryKey) ProtoMessage()

func (*Afts_LabelEntryKey) ProtoReflect

func (x *Afts_LabelEntryKey) ProtoReflect() protoreflect.Message

func (*Afts_LabelEntryKey) Reset

func (x *Afts_LabelEntryKey) Reset()

func (*Afts_LabelEntryKey) String

func (x *Afts_LabelEntryKey) String() string

type Afts_LabelEntryKey_LabelOpenconfigmplstypesmplslabelenum

type Afts_LabelEntryKey_LabelOpenconfigmplstypesmplslabelenum struct {
	LabelOpenconfigmplstypesmplslabelenum enums.OpenconfigMplsTypesMplsLabelEnum `` /* 185-byte string literal not displayed */
}

type Afts_LabelEntryKey_LabelUint64

type Afts_LabelEntryKey_LabelUint64 struct {
	LabelUint64 uint64 `protobuf:"varint,50948579,opt,name=label_uint64,json=labelUint64,proto3,oneof"`
}

type Afts_LabelEntry_PoppedMplsLabelStackUnion

type Afts_LabelEntry_PoppedMplsLabelStackUnion struct {
	PoppedMplsLabelStackOpenconfigmplstypesmplslabelenum enums.OpenconfigMplsTypesMplsLabelEnum `` /* 286-byte string literal not displayed */
	PoppedMplsLabelStackUint64                           uint64                                 `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) Descriptor deprecated

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

Deprecated: Use Afts_LabelEntry_PoppedMplsLabelStackUnion.ProtoReflect.Descriptor instead.

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) GetPoppedMplsLabelStackOpenconfigmplstypesmplslabelenum

func (x *Afts_LabelEntry_PoppedMplsLabelStackUnion) GetPoppedMplsLabelStackOpenconfigmplstypesmplslabelenum() enums.OpenconfigMplsTypesMplsLabelEnum

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) GetPoppedMplsLabelStackUint64

func (x *Afts_LabelEntry_PoppedMplsLabelStackUnion) GetPoppedMplsLabelStackUint64() uint64

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) ProtoMessage

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) ProtoReflect

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) Reset

func (*Afts_LabelEntry_PoppedMplsLabelStackUnion) String

type Afts_MacEntry

type Afts_MacEntry struct {
	EntryMetadata               *ywrapper.BytesValue  `protobuf:"bytes,397462192,opt,name=entry_metadata,json=entryMetadata,proto3" json:"entry_metadata,omitempty"`
	NextHopGroup                *ywrapper.UintValue   `protobuf:"bytes,320343041,opt,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	NextHopGroupNetworkInstance *ywrapper.StringValue `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_MacEntry) Descriptor deprecated

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

Deprecated: Use Afts_MacEntry.ProtoReflect.Descriptor instead.

func (*Afts_MacEntry) GetEntryMetadata

func (x *Afts_MacEntry) GetEntryMetadata() *ywrapper.BytesValue

func (*Afts_MacEntry) GetNextHopGroup

func (x *Afts_MacEntry) GetNextHopGroup() *ywrapper.UintValue

func (*Afts_MacEntry) GetNextHopGroupNetworkInstance

func (x *Afts_MacEntry) GetNextHopGroupNetworkInstance() *ywrapper.StringValue

func (*Afts_MacEntry) ProtoMessage

func (*Afts_MacEntry) ProtoMessage()

func (*Afts_MacEntry) ProtoReflect

func (x *Afts_MacEntry) ProtoReflect() protoreflect.Message

func (*Afts_MacEntry) Reset

func (x *Afts_MacEntry) Reset()

func (*Afts_MacEntry) String

func (x *Afts_MacEntry) String() string

type Afts_MacEntryKey

type Afts_MacEntryKey struct {
	MacAddress string         `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	MacEntry   *Afts_MacEntry `protobuf:"bytes,2,opt,name=mac_entry,json=macEntry,proto3" json:"mac_entry,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_MacEntryKey) Descriptor deprecated

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

Deprecated: Use Afts_MacEntryKey.ProtoReflect.Descriptor instead.

func (*Afts_MacEntryKey) GetMacAddress

func (x *Afts_MacEntryKey) GetMacAddress() string

func (*Afts_MacEntryKey) GetMacEntry

func (x *Afts_MacEntryKey) GetMacEntry() *Afts_MacEntry

func (*Afts_MacEntryKey) ProtoMessage

func (*Afts_MacEntryKey) ProtoMessage()

func (*Afts_MacEntryKey) ProtoReflect

func (x *Afts_MacEntryKey) ProtoReflect() protoreflect.Message

func (*Afts_MacEntryKey) Reset

func (x *Afts_MacEntryKey) Reset()

func (*Afts_MacEntryKey) String

func (x *Afts_MacEntryKey) String() string

type Afts_NextHop

type Afts_NextHop struct {
	DecapsulateHeader    enums.OpenconfigAftTypesEncapsulationHeaderType `` /* 184-byte string literal not displayed */
	EncapsulateHeader    enums.OpenconfigAftTypesEncapsulationHeaderType `` /* 183-byte string literal not displayed */
	InterfaceRef         *Afts_NextHop_InterfaceRef                      `protobuf:"bytes,293682821,opt,name=interface_ref,json=interfaceRef,proto3" json:"interface_ref,omitempty"`
	IpAddress            *ywrapper.StringValue                           `protobuf:"bytes,242108262,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	IpInIp               *Afts_NextHop_IpInIp                            `protobuf:"bytes,157296597,opt,name=ip_in_ip,json=ipInIp,proto3" json:"ip_in_ip,omitempty"`
	MacAddress           *ywrapper.StringValue                           `protobuf:"bytes,404609192,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	NetworkInstance      *ywrapper.StringValue                           `protobuf:"bytes,232391308,opt,name=network_instance,json=networkInstance,proto3" json:"network_instance,omitempty"`
	PopTopLabel          *ywrapper.BoolValue                             `protobuf:"bytes,382175404,opt,name=pop_top_label,json=popTopLabel,proto3" json:"pop_top_label,omitempty"`
	PushedMplsLabelStack []*Afts_NextHop_PushedMplsLabelStackUnion       `` /* 133-byte string literal not displayed */
	TunnelSrcIpAddress   *ywrapper.StringValue                           `` /* 127-byte string literal not displayed */
	VniLabel             *ywrapper.UintValue                             `protobuf:"bytes,209933130,opt,name=vni_label,json=vniLabel,proto3" json:"vni_label,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHop) Descriptor deprecated

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

Deprecated: Use Afts_NextHop.ProtoReflect.Descriptor instead.

func (*Afts_NextHop) GetDecapsulateHeader

func (*Afts_NextHop) GetEncapsulateHeader

func (*Afts_NextHop) GetInterfaceRef

func (x *Afts_NextHop) GetInterfaceRef() *Afts_NextHop_InterfaceRef

func (*Afts_NextHop) GetIpAddress

func (x *Afts_NextHop) GetIpAddress() *ywrapper.StringValue

func (*Afts_NextHop) GetIpInIp

func (x *Afts_NextHop) GetIpInIp() *Afts_NextHop_IpInIp

func (*Afts_NextHop) GetMacAddress

func (x *Afts_NextHop) GetMacAddress() *ywrapper.StringValue

func (*Afts_NextHop) GetNetworkInstance

func (x *Afts_NextHop) GetNetworkInstance() *ywrapper.StringValue

func (*Afts_NextHop) GetPopTopLabel

func (x *Afts_NextHop) GetPopTopLabel() *ywrapper.BoolValue

func (*Afts_NextHop) GetPushedMplsLabelStack

func (x *Afts_NextHop) GetPushedMplsLabelStack() []*Afts_NextHop_PushedMplsLabelStackUnion

func (*Afts_NextHop) GetTunnelSrcIpAddress

func (x *Afts_NextHop) GetTunnelSrcIpAddress() *ywrapper.StringValue

func (*Afts_NextHop) GetVniLabel

func (x *Afts_NextHop) GetVniLabel() *ywrapper.UintValue

func (*Afts_NextHop) ProtoMessage

func (*Afts_NextHop) ProtoMessage()

func (*Afts_NextHop) ProtoReflect

func (x *Afts_NextHop) ProtoReflect() protoreflect.Message

func (*Afts_NextHop) Reset

func (x *Afts_NextHop) Reset()

func (*Afts_NextHop) String

func (x *Afts_NextHop) String() string

type Afts_NextHopGroup

type Afts_NextHopGroup struct {
	BackupNextHopGroup *ywrapper.UintValue             `` /* 127-byte string literal not displayed */
	Color              *ywrapper.UintValue             `protobuf:"bytes,242427279,opt,name=color,proto3" json:"color,omitempty"`
	NextHop            []*Afts_NextHopGroup_NextHopKey `protobuf:"bytes,211071474,rep,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHopGroup) Descriptor deprecated

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

Deprecated: Use Afts_NextHopGroup.ProtoReflect.Descriptor instead.

func (*Afts_NextHopGroup) GetBackupNextHopGroup

func (x *Afts_NextHopGroup) GetBackupNextHopGroup() *ywrapper.UintValue

func (*Afts_NextHopGroup) GetColor

func (x *Afts_NextHopGroup) GetColor() *ywrapper.UintValue

func (*Afts_NextHopGroup) GetNextHop

func (*Afts_NextHopGroup) ProtoMessage

func (*Afts_NextHopGroup) ProtoMessage()

func (*Afts_NextHopGroup) ProtoReflect

func (x *Afts_NextHopGroup) ProtoReflect() protoreflect.Message

func (*Afts_NextHopGroup) Reset

func (x *Afts_NextHopGroup) Reset()

func (*Afts_NextHopGroup) String

func (x *Afts_NextHopGroup) String() string

type Afts_NextHopGroupKey

type Afts_NextHopGroupKey struct {
	Id           uint64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	NextHopGroup *Afts_NextHopGroup `protobuf:"bytes,2,opt,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHopGroupKey) Descriptor deprecated

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

Deprecated: Use Afts_NextHopGroupKey.ProtoReflect.Descriptor instead.

func (*Afts_NextHopGroupKey) GetId

func (x *Afts_NextHopGroupKey) GetId() uint64

func (*Afts_NextHopGroupKey) GetNextHopGroup

func (x *Afts_NextHopGroupKey) GetNextHopGroup() *Afts_NextHopGroup

func (*Afts_NextHopGroupKey) ProtoMessage

func (*Afts_NextHopGroupKey) ProtoMessage()

func (*Afts_NextHopGroupKey) ProtoReflect

func (x *Afts_NextHopGroupKey) ProtoReflect() protoreflect.Message

func (*Afts_NextHopGroupKey) Reset

func (x *Afts_NextHopGroupKey) Reset()

func (*Afts_NextHopGroupKey) String

func (x *Afts_NextHopGroupKey) String() string

type Afts_NextHopGroup_NextHop

type Afts_NextHopGroup_NextHop struct {
	Weight *ywrapper.UintValue `protobuf:"bytes,202140175,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHopGroup_NextHop) Descriptor deprecated

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

Deprecated: Use Afts_NextHopGroup_NextHop.ProtoReflect.Descriptor instead.

func (*Afts_NextHopGroup_NextHop) GetWeight

func (*Afts_NextHopGroup_NextHop) ProtoMessage

func (*Afts_NextHopGroup_NextHop) ProtoMessage()

func (*Afts_NextHopGroup_NextHop) ProtoReflect

func (*Afts_NextHopGroup_NextHop) Reset

func (x *Afts_NextHopGroup_NextHop) Reset()

func (*Afts_NextHopGroup_NextHop) String

func (x *Afts_NextHopGroup_NextHop) String() string

type Afts_NextHopGroup_NextHopKey

type Afts_NextHopGroup_NextHopKey struct {
	Index   uint64                     `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	NextHop *Afts_NextHopGroup_NextHop `protobuf:"bytes,2,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHopGroup_NextHopKey) Descriptor deprecated

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

Deprecated: Use Afts_NextHopGroup_NextHopKey.ProtoReflect.Descriptor instead.

func (*Afts_NextHopGroup_NextHopKey) GetIndex

func (x *Afts_NextHopGroup_NextHopKey) GetIndex() uint64

func (*Afts_NextHopGroup_NextHopKey) GetNextHop

func (*Afts_NextHopGroup_NextHopKey) ProtoMessage

func (*Afts_NextHopGroup_NextHopKey) ProtoMessage()

func (*Afts_NextHopGroup_NextHopKey) ProtoReflect

func (*Afts_NextHopGroup_NextHopKey) Reset

func (x *Afts_NextHopGroup_NextHopKey) Reset()

func (*Afts_NextHopGroup_NextHopKey) String

type Afts_NextHopKey

type Afts_NextHopKey struct {
	Index   uint64        `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	NextHop *Afts_NextHop `protobuf:"bytes,2,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHopKey) Descriptor deprecated

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

Deprecated: Use Afts_NextHopKey.ProtoReflect.Descriptor instead.

func (*Afts_NextHopKey) GetIndex

func (x *Afts_NextHopKey) GetIndex() uint64

func (*Afts_NextHopKey) GetNextHop

func (x *Afts_NextHopKey) GetNextHop() *Afts_NextHop

func (*Afts_NextHopKey) ProtoMessage

func (*Afts_NextHopKey) ProtoMessage()

func (*Afts_NextHopKey) ProtoReflect

func (x *Afts_NextHopKey) ProtoReflect() protoreflect.Message

func (*Afts_NextHopKey) Reset

func (x *Afts_NextHopKey) Reset()

func (*Afts_NextHopKey) String

func (x *Afts_NextHopKey) String() string

type Afts_NextHop_InterfaceRef

type Afts_NextHop_InterfaceRef struct {
	Interface    *ywrapper.StringValue `protobuf:"bytes,366751031,opt,name=interface,proto3" json:"interface,omitempty"`
	Subinterface *ywrapper.UintValue   `protobuf:"bytes,488145333,opt,name=subinterface,proto3" json:"subinterface,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHop_InterfaceRef) Descriptor deprecated

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

Deprecated: Use Afts_NextHop_InterfaceRef.ProtoReflect.Descriptor instead.

func (*Afts_NextHop_InterfaceRef) GetInterface

func (x *Afts_NextHop_InterfaceRef) GetInterface() *ywrapper.StringValue

func (*Afts_NextHop_InterfaceRef) GetSubinterface

func (x *Afts_NextHop_InterfaceRef) GetSubinterface() *ywrapper.UintValue

func (*Afts_NextHop_InterfaceRef) ProtoMessage

func (*Afts_NextHop_InterfaceRef) ProtoMessage()

func (*Afts_NextHop_InterfaceRef) ProtoReflect

func (*Afts_NextHop_InterfaceRef) Reset

func (x *Afts_NextHop_InterfaceRef) Reset()

func (*Afts_NextHop_InterfaceRef) String

func (x *Afts_NextHop_InterfaceRef) String() string

type Afts_NextHop_IpInIp

type Afts_NextHop_IpInIp struct {
	DstIp *ywrapper.StringValue `protobuf:"bytes,184775743,opt,name=dst_ip,json=dstIp,proto3" json:"dst_ip,omitempty"`
	SrcIp *ywrapper.StringValue `protobuf:"bytes,220560118,opt,name=src_ip,json=srcIp,proto3" json:"src_ip,omitempty"`
	// contains filtered or unexported fields
}

func (*Afts_NextHop_IpInIp) Descriptor deprecated

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

Deprecated: Use Afts_NextHop_IpInIp.ProtoReflect.Descriptor instead.

func (*Afts_NextHop_IpInIp) GetDstIp

func (x *Afts_NextHop_IpInIp) GetDstIp() *ywrapper.StringValue

func (*Afts_NextHop_IpInIp) GetSrcIp

func (x *Afts_NextHop_IpInIp) GetSrcIp() *ywrapper.StringValue

func (*Afts_NextHop_IpInIp) ProtoMessage

func (*Afts_NextHop_IpInIp) ProtoMessage()

func (*Afts_NextHop_IpInIp) ProtoReflect

func (x *Afts_NextHop_IpInIp) ProtoReflect() protoreflect.Message

func (*Afts_NextHop_IpInIp) Reset

func (x *Afts_NextHop_IpInIp) Reset()

func (*Afts_NextHop_IpInIp) String

func (x *Afts_NextHop_IpInIp) String() string

type Afts_NextHop_PushedMplsLabelStackUnion

type Afts_NextHop_PushedMplsLabelStackUnion struct {
	PushedMplsLabelStackOpenconfigmplstypesmplslabelenum enums.OpenconfigMplsTypesMplsLabelEnum `` /* 286-byte string literal not displayed */
	PushedMplsLabelStackUint64                           uint64                                 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_NextHop_PushedMplsLabelStackUnion) Descriptor deprecated

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

Deprecated: Use Afts_NextHop_PushedMplsLabelStackUnion.ProtoReflect.Descriptor instead.

func (*Afts_NextHop_PushedMplsLabelStackUnion) GetPushedMplsLabelStackOpenconfigmplstypesmplslabelenum

func (x *Afts_NextHop_PushedMplsLabelStackUnion) GetPushedMplsLabelStackOpenconfigmplstypesmplslabelenum() enums.OpenconfigMplsTypesMplsLabelEnum

func (*Afts_NextHop_PushedMplsLabelStackUnion) GetPushedMplsLabelStackUint64

func (x *Afts_NextHop_PushedMplsLabelStackUnion) GetPushedMplsLabelStackUint64() uint64

func (*Afts_NextHop_PushedMplsLabelStackUnion) ProtoMessage

func (*Afts_NextHop_PushedMplsLabelStackUnion) ProtoReflect

func (*Afts_NextHop_PushedMplsLabelStackUnion) Reset

func (*Afts_NextHop_PushedMplsLabelStackUnion) String

type Afts_PolicyForwardingEntry

type Afts_PolicyForwardingEntry struct {
	EntryMetadata *ywrapper.BytesValue  `protobuf:"bytes,141950242,opt,name=entry_metadata,json=entryMetadata,proto3" json:"entry_metadata,omitempty"`
	IpDscp        *ywrapper.UintValue   `protobuf:"bytes,350830798,opt,name=ip_dscp,json=ipDscp,proto3" json:"ip_dscp,omitempty"`
	IpPrefix      *ywrapper.StringValue `protobuf:"bytes,66278688,opt,name=ip_prefix,json=ipPrefix,proto3" json:"ip_prefix,omitempty"`
	// Types that are assignable to IpProtocol:
	//	*Afts_PolicyForwardingEntry_IpProtocolOpenconfigpacketmatchtypesipprotocol
	//	*Afts_PolicyForwardingEntry_IpProtocolUint64
	IpProtocol isAfts_PolicyForwardingEntry_IpProtocol `protobuf_oneof:"ip_protocol"`
	L4DstPort  *ywrapper.UintValue                     `protobuf:"bytes,447405406,opt,name=l4_dst_port,json=l4DstPort,proto3" json:"l4_dst_port,omitempty"`
	L4SrcPort  *ywrapper.UintValue                     `protobuf:"bytes,502173263,opt,name=l4_src_port,json=l4SrcPort,proto3" json:"l4_src_port,omitempty"`
	MacAddress *ywrapper.StringValue                   `protobuf:"bytes,422272134,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	// Types that are assignable to MplsLabel:
	//	*Afts_PolicyForwardingEntry_MplsLabelOpenconfigmplstypesmplslabelenum
	//	*Afts_PolicyForwardingEntry_MplsLabelUint64
	MplsLabel                   isAfts_PolicyForwardingEntry_MplsLabel `protobuf_oneof:"mpls_label"`
	MplsTc                      *ywrapper.UintValue                    `protobuf:"bytes,281754514,opt,name=mpls_tc,json=mplsTc,proto3" json:"mpls_tc,omitempty"`
	NextHopGroup                *ywrapper.UintValue                    `protobuf:"bytes,188303215,opt,name=next_hop_group,json=nextHopGroup,proto3" json:"next_hop_group,omitempty"`
	NextHopGroupNetworkInstance *ywrapper.StringValue                  `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_PolicyForwardingEntry) Descriptor deprecated

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

Deprecated: Use Afts_PolicyForwardingEntry.ProtoReflect.Descriptor instead.

func (*Afts_PolicyForwardingEntry) GetEntryMetadata

func (x *Afts_PolicyForwardingEntry) GetEntryMetadata() *ywrapper.BytesValue

func (*Afts_PolicyForwardingEntry) GetIpDscp

func (*Afts_PolicyForwardingEntry) GetIpPrefix

func (*Afts_PolicyForwardingEntry) GetIpProtocol

func (m *Afts_PolicyForwardingEntry) GetIpProtocol() isAfts_PolicyForwardingEntry_IpProtocol

func (*Afts_PolicyForwardingEntry) GetIpProtocolOpenconfigpacketmatchtypesipprotocol

func (x *Afts_PolicyForwardingEntry) GetIpProtocolOpenconfigpacketmatchtypesipprotocol() enums.OpenconfigPacketMatchTypesIPPROTOCOL

func (*Afts_PolicyForwardingEntry) GetIpProtocolUint64

func (x *Afts_PolicyForwardingEntry) GetIpProtocolUint64() uint64

func (*Afts_PolicyForwardingEntry) GetL4DstPort

func (x *Afts_PolicyForwardingEntry) GetL4DstPort() *ywrapper.UintValue

func (*Afts_PolicyForwardingEntry) GetL4SrcPort

func (x *Afts_PolicyForwardingEntry) GetL4SrcPort() *ywrapper.UintValue

func (*Afts_PolicyForwardingEntry) GetMacAddress

func (x *Afts_PolicyForwardingEntry) GetMacAddress() *ywrapper.StringValue

func (*Afts_PolicyForwardingEntry) GetMplsLabel

func (m *Afts_PolicyForwardingEntry) GetMplsLabel() isAfts_PolicyForwardingEntry_MplsLabel

func (*Afts_PolicyForwardingEntry) GetMplsLabelOpenconfigmplstypesmplslabelenum

func (x *Afts_PolicyForwardingEntry) GetMplsLabelOpenconfigmplstypesmplslabelenum() enums.OpenconfigMplsTypesMplsLabelEnum

func (*Afts_PolicyForwardingEntry) GetMplsLabelUint64

func (x *Afts_PolicyForwardingEntry) GetMplsLabelUint64() uint64

func (*Afts_PolicyForwardingEntry) GetMplsTc

func (*Afts_PolicyForwardingEntry) GetNextHopGroup

func (x *Afts_PolicyForwardingEntry) GetNextHopGroup() *ywrapper.UintValue

func (*Afts_PolicyForwardingEntry) GetNextHopGroupNetworkInstance

func (x *Afts_PolicyForwardingEntry) GetNextHopGroupNetworkInstance() *ywrapper.StringValue

func (*Afts_PolicyForwardingEntry) ProtoMessage

func (*Afts_PolicyForwardingEntry) ProtoMessage()

func (*Afts_PolicyForwardingEntry) ProtoReflect

func (*Afts_PolicyForwardingEntry) Reset

func (x *Afts_PolicyForwardingEntry) Reset()

func (*Afts_PolicyForwardingEntry) String

func (x *Afts_PolicyForwardingEntry) String() string

type Afts_PolicyForwardingEntryKey

type Afts_PolicyForwardingEntryKey struct {
	Index                 uint64                      `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	PolicyForwardingEntry *Afts_PolicyForwardingEntry `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Afts_PolicyForwardingEntryKey) Descriptor deprecated

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

Deprecated: Use Afts_PolicyForwardingEntryKey.ProtoReflect.Descriptor instead.

func (*Afts_PolicyForwardingEntryKey) GetIndex

func (x *Afts_PolicyForwardingEntryKey) GetIndex() uint64

func (*Afts_PolicyForwardingEntryKey) GetPolicyForwardingEntry

func (x *Afts_PolicyForwardingEntryKey) GetPolicyForwardingEntry() *Afts_PolicyForwardingEntry

func (*Afts_PolicyForwardingEntryKey) ProtoMessage

func (*Afts_PolicyForwardingEntryKey) ProtoMessage()

func (*Afts_PolicyForwardingEntryKey) ProtoReflect

func (*Afts_PolicyForwardingEntryKey) Reset

func (x *Afts_PolicyForwardingEntryKey) Reset()

func (*Afts_PolicyForwardingEntryKey) String

type Afts_PolicyForwardingEntry_IpProtocolOpenconfigpacketmatchtypesipprotocol

type Afts_PolicyForwardingEntry_IpProtocolOpenconfigpacketmatchtypesipprotocol struct {
	IpProtocolOpenconfigpacketmatchtypesipprotocol enums.OpenconfigPacketMatchTypesIPPROTOCOL `` /* 208-byte string literal not displayed */
}

type Afts_PolicyForwardingEntry_IpProtocolUint64

type Afts_PolicyForwardingEntry_IpProtocolUint64 struct {
	IpProtocolUint64 uint64 `protobuf:"varint,248927945,opt,name=ip_protocol_uint64,json=ipProtocolUint64,proto3,oneof"`
}

type Afts_PolicyForwardingEntry_MplsLabelOpenconfigmplstypesmplslabelenum

type Afts_PolicyForwardingEntry_MplsLabelOpenconfigmplstypesmplslabelenum struct {
	MplsLabelOpenconfigmplstypesmplslabelenum enums.OpenconfigMplsTypesMplsLabelEnum `` /* 193-byte string literal not displayed */
}

type Afts_PolicyForwardingEntry_MplsLabelUint64

type Afts_PolicyForwardingEntry_MplsLabelUint64 struct {
	MplsLabelUint64 uint64 `protobuf:"varint,306275022,opt,name=mpls_label_uint64,json=mplsLabelUint64,proto3,oneof"`
}

type Device

type Device struct {
	Afts *Afts `protobuf:"bytes,35982132,opt,name=afts,proto3" json:"afts,omitempty"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetAfts

func (x *Device) GetAfts() *Afts

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect

func (x *Device) ProtoReflect() protoreflect.Message

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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