cisco_ios_xr_lib_mpp_oper_management_plane_protection_outband_interfaces_interface

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-lib-mpp-oper:management-plane-protection/outband/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpAddrTUnion

type IpAddrTUnion struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpAddrTUnion) Descriptor

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

func (*IpAddrTUnion) GetAfName

func (m *IpAddrTUnion) GetAfName() string

func (*IpAddrTUnion) GetIpv4Address

func (m *IpAddrTUnion) GetIpv4Address() string

func (*IpAddrTUnion) GetIpv6Address

func (m *IpAddrTUnion) GetIpv6Address() string

func (*IpAddrTUnion) ProtoMessage

func (*IpAddrTUnion) ProtoMessage()

func (*IpAddrTUnion) Reset

func (m *IpAddrTUnion) Reset()

func (*IpAddrTUnion) String

func (m *IpAddrTUnion) String() string

func (*IpAddrTUnion) XXX_DiscardUnknown

func (m *IpAddrTUnion) XXX_DiscardUnknown()

func (*IpAddrTUnion) XXX_Marshal

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

func (*IpAddrTUnion) XXX_Merge

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

func (*IpAddrTUnion) XXX_Size

func (m *IpAddrTUnion) XXX_Size() int

func (*IpAddrTUnion) XXX_Unmarshal

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

type MppInfo

type MppInfo struct {
	Allow                string          `protobuf:"bytes,1,opt,name=allow,proto3" json:"allow,omitempty"`
	PeerAddress          []*IpAddrTUnion `protobuf:"bytes,2,rep,name=peer_address,json=peerAddress,proto3" json:"peer_address,omitempty"`
	IsAllPeersAllowed    bool            `protobuf:"varint,3,opt,name=is_all_peers_allowed,json=isAllPeersAllowed,proto3" json:"is_all_peers_allowed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*MppInfo) Descriptor

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

func (*MppInfo) GetAllow

func (m *MppInfo) GetAllow() string

func (*MppInfo) GetIsAllPeersAllowed

func (m *MppInfo) GetIsAllPeersAllowed() bool

func (*MppInfo) GetPeerAddress

func (m *MppInfo) GetPeerAddress() []*IpAddrTUnion

func (*MppInfo) ProtoMessage

func (*MppInfo) ProtoMessage()

func (*MppInfo) Reset

func (m *MppInfo) Reset()

func (*MppInfo) String

func (m *MppInfo) String() string

func (*MppInfo) XXX_DiscardUnknown

func (m *MppInfo) XXX_DiscardUnknown()

func (*MppInfo) XXX_Marshal

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

func (*MppInfo) XXX_Merge

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

func (*MppInfo) XXX_Size

func (m *MppInfo) XXX_Size() int

func (*MppInfo) XXX_Unmarshal

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

type MppProto

type MppProto struct {
	Protocol             []*MppInfo `protobuf:"bytes,50,rep,name=protocol,proto3" json:"protocol,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*MppProto) Descriptor

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

func (*MppProto) GetProtocol

func (m *MppProto) GetProtocol() []*MppInfo

func (*MppProto) ProtoMessage

func (*MppProto) ProtoMessage()

func (*MppProto) Reset

func (m *MppProto) Reset()

func (*MppProto) String

func (m *MppProto) String() string

func (*MppProto) XXX_DiscardUnknown

func (m *MppProto) XXX_DiscardUnknown()

func (*MppProto) XXX_Marshal

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

func (*MppProto) XXX_Merge

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

func (*MppProto) XXX_Size

func (m *MppProto) XXX_Size() int

func (*MppProto) XXX_Unmarshal

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

type MppProto_KEYS

type MppProto_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MppProto_KEYS) Descriptor

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

func (*MppProto_KEYS) GetInterfaceName

func (m *MppProto_KEYS) GetInterfaceName() string

func (*MppProto_KEYS) ProtoMessage

func (*MppProto_KEYS) ProtoMessage()

func (*MppProto_KEYS) Reset

func (m *MppProto_KEYS) Reset()

func (*MppProto_KEYS) String

func (m *MppProto_KEYS) String() string

func (*MppProto_KEYS) XXX_DiscardUnknown

func (m *MppProto_KEYS) XXX_DiscardUnknown()

func (*MppProto_KEYS) XXX_Marshal

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

func (*MppProto_KEYS) XXX_Merge

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

func (*MppProto_KEYS) XXX_Size

func (m *MppProto_KEYS) XXX_Size() int

func (*MppProto_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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