cisco_ios_xr_ipv6_acl_oper_ipv6_acl_and_prefix_list_access_list_manager_prefixes_prefix_prefix_list_sequences_prefix_list_sequence

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-ipv6-acl-oper:ipv6-acl-and-prefix-list/access-list-manager/prefixes/prefix/prefix-list-sequences/prefix-list-sequence

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6PfxEdmAce

type Ipv6PfxEdmAce struct {
	IsAceType             string   `protobuf:"bytes,50,opt,name=is_ace_type,json=isAceType,proto3" json:"is_ace_type,omitempty"`
	IsAceSequenceNumber   uint32   `protobuf:"varint,51,opt,name=is_ace_sequence_number,json=isAceSequenceNumber,proto3" json:"is_ace_sequence_number,omitempty"`
	IsPacketAllowOrDeny   string   `protobuf:"bytes,52,opt,name=is_packet_allow_or_deny,json=isPacketAllowOrDeny,proto3" json:"is_packet_allow_or_deny,omitempty"`
	IsAddressInNumbers    string   `protobuf:"bytes,53,opt,name=is_address_in_numbers,json=isAddressInNumbers,proto3" json:"is_address_in_numbers,omitempty"`
	IsAddressMaskLength   uint32   `protobuf:"varint,54,opt,name=is_address_mask_length,json=isAddressMaskLength,proto3" json:"is_address_mask_length,omitempty"`
	IsLengthOperator      string   `protobuf:"bytes,55,opt,name=is_length_operator,json=isLengthOperator,proto3" json:"is_length_operator,omitempty"`
	IsPacketMinimumLength uint32   `` /* 130-byte string literal not displayed */
	IsPacketMaximumLength uint32   `` /* 130-byte string literal not displayed */
	Hits                  uint32   `protobuf:"varint,58,opt,name=hits,proto3" json:"hits,omitempty"`
	IsCommentForEntry     string   `protobuf:"bytes,59,opt,name=is_comment_for_entry,json=isCommentForEntry,proto3" json:"is_comment_for_entry,omitempty"`
	AclName               string   `protobuf:"bytes,60,opt,name=acl_name,json=aclName,proto3" json:"acl_name,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*Ipv6PfxEdmAce) Descriptor

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

func (*Ipv6PfxEdmAce) GetAclName

func (m *Ipv6PfxEdmAce) GetAclName() string

func (*Ipv6PfxEdmAce) GetHits

func (m *Ipv6PfxEdmAce) GetHits() uint32

func (*Ipv6PfxEdmAce) GetIsAceSequenceNumber

func (m *Ipv6PfxEdmAce) GetIsAceSequenceNumber() uint32

func (*Ipv6PfxEdmAce) GetIsAceType

func (m *Ipv6PfxEdmAce) GetIsAceType() string

func (*Ipv6PfxEdmAce) GetIsAddressInNumbers

func (m *Ipv6PfxEdmAce) GetIsAddressInNumbers() string

func (*Ipv6PfxEdmAce) GetIsAddressMaskLength

func (m *Ipv6PfxEdmAce) GetIsAddressMaskLength() uint32

func (*Ipv6PfxEdmAce) GetIsCommentForEntry

func (m *Ipv6PfxEdmAce) GetIsCommentForEntry() string

func (*Ipv6PfxEdmAce) GetIsLengthOperator

func (m *Ipv6PfxEdmAce) GetIsLengthOperator() string

func (*Ipv6PfxEdmAce) GetIsPacketAllowOrDeny

func (m *Ipv6PfxEdmAce) GetIsPacketAllowOrDeny() string

func (*Ipv6PfxEdmAce) GetIsPacketMaximumLength

func (m *Ipv6PfxEdmAce) GetIsPacketMaximumLength() uint32

func (*Ipv6PfxEdmAce) GetIsPacketMinimumLength

func (m *Ipv6PfxEdmAce) GetIsPacketMinimumLength() uint32

func (*Ipv6PfxEdmAce) ProtoMessage

func (*Ipv6PfxEdmAce) ProtoMessage()

func (*Ipv6PfxEdmAce) Reset

func (m *Ipv6PfxEdmAce) Reset()

func (*Ipv6PfxEdmAce) String

func (m *Ipv6PfxEdmAce) String() string

func (*Ipv6PfxEdmAce) XXX_DiscardUnknown

func (m *Ipv6PfxEdmAce) XXX_DiscardUnknown()

func (*Ipv6PfxEdmAce) XXX_Marshal

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

func (*Ipv6PfxEdmAce) XXX_Merge

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

func (*Ipv6PfxEdmAce) XXX_Size

func (m *Ipv6PfxEdmAce) XXX_Size() int

func (*Ipv6PfxEdmAce) XXX_Unmarshal

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

type Ipv6PfxEdmAce_KEYS

type Ipv6PfxEdmAce_KEYS struct {
	PrefixListName       string   `protobuf:"bytes,1,opt,name=prefix_list_name,json=prefixListName,proto3" json:"prefix_list_name,omitempty"`
	SequenceNumber       uint32   `protobuf:"varint,2,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ipv6PfxEdmAce_KEYS) Descriptor

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

func (*Ipv6PfxEdmAce_KEYS) GetPrefixListName

func (m *Ipv6PfxEdmAce_KEYS) GetPrefixListName() string

func (*Ipv6PfxEdmAce_KEYS) GetSequenceNumber

func (m *Ipv6PfxEdmAce_KEYS) GetSequenceNumber() uint32

func (*Ipv6PfxEdmAce_KEYS) ProtoMessage

func (*Ipv6PfxEdmAce_KEYS) ProtoMessage()

func (*Ipv6PfxEdmAce_KEYS) Reset

func (m *Ipv6PfxEdmAce_KEYS) Reset()

func (*Ipv6PfxEdmAce_KEYS) String

func (m *Ipv6PfxEdmAce_KEYS) String() string

func (*Ipv6PfxEdmAce_KEYS) XXX_DiscardUnknown

func (m *Ipv6PfxEdmAce_KEYS) XXX_DiscardUnknown()

func (*Ipv6PfxEdmAce_KEYS) XXX_Marshal

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

func (*Ipv6PfxEdmAce_KEYS) XXX_Merge

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

func (*Ipv6PfxEdmAce_KEYS) XXX_Size

func (m *Ipv6PfxEdmAce_KEYS) XXX_Size() int

func (*Ipv6PfxEdmAce_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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