cisco_ios_xr_ipv6_ospfv3_oper_ospfv3_processes_process_default_vrf_protocol_areas_protocol_area

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-ipv6-ospfv3-oper:ospfv3/processes/process/default-vrf/protocol-areas/protocol-area

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ospfv3EdmProtoArea

type Ospfv3EdmProtoArea struct {
	// Area ID string in decimal and dotted-decimal format
	ProtocolAreaId string `protobuf:"bytes,50,opt,name=protocol_area_id,json=protocolAreaId,proto3" json:"protocol_area_id,omitempty"`
	// Distribute List In
	DistributeListIn string `protobuf:"bytes,51,opt,name=distribute_list_in,json=distributeListIn,proto3" json:"distribute_list_in,omitempty"`
	// Interface list
	ProtocolInterfaces   []*Ospfv3EdmProtoIntf `protobuf:"bytes,52,rep,name=protocol_interfaces,json=protocolInterfaces,proto3" json:"protocol_interfaces,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Ospfv3EdmProtoArea) Descriptor

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

func (*Ospfv3EdmProtoArea) GetDistributeListIn

func (m *Ospfv3EdmProtoArea) GetDistributeListIn() string

func (*Ospfv3EdmProtoArea) GetProtocolAreaId

func (m *Ospfv3EdmProtoArea) GetProtocolAreaId() string

func (*Ospfv3EdmProtoArea) GetProtocolInterfaces

func (m *Ospfv3EdmProtoArea) GetProtocolInterfaces() []*Ospfv3EdmProtoIntf

func (*Ospfv3EdmProtoArea) ProtoMessage

func (*Ospfv3EdmProtoArea) ProtoMessage()

func (*Ospfv3EdmProtoArea) Reset

func (m *Ospfv3EdmProtoArea) Reset()

func (*Ospfv3EdmProtoArea) String

func (m *Ospfv3EdmProtoArea) String() string

func (*Ospfv3EdmProtoArea) XXX_DiscardUnknown

func (m *Ospfv3EdmProtoArea) XXX_DiscardUnknown()

func (*Ospfv3EdmProtoArea) XXX_Marshal

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

func (*Ospfv3EdmProtoArea) XXX_Merge

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

func (*Ospfv3EdmProtoArea) XXX_Size

func (m *Ospfv3EdmProtoArea) XXX_Size() int

func (*Ospfv3EdmProtoArea) XXX_Unmarshal

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

type Ospfv3EdmProtoArea_KEYS

type Ospfv3EdmProtoArea_KEYS struct {
	ProcessName          string   `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"`
	AreaId               string   `protobuf:"bytes,2,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OSPFv3 Protocol Area Information

func (*Ospfv3EdmProtoArea_KEYS) Descriptor

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

func (*Ospfv3EdmProtoArea_KEYS) GetAreaId

func (m *Ospfv3EdmProtoArea_KEYS) GetAreaId() string

func (*Ospfv3EdmProtoArea_KEYS) GetProcessName

func (m *Ospfv3EdmProtoArea_KEYS) GetProcessName() string

func (*Ospfv3EdmProtoArea_KEYS) ProtoMessage

func (*Ospfv3EdmProtoArea_KEYS) ProtoMessage()

func (*Ospfv3EdmProtoArea_KEYS) Reset

func (m *Ospfv3EdmProtoArea_KEYS) Reset()

func (*Ospfv3EdmProtoArea_KEYS) String

func (m *Ospfv3EdmProtoArea_KEYS) String() string

func (*Ospfv3EdmProtoArea_KEYS) XXX_DiscardUnknown

func (m *Ospfv3EdmProtoArea_KEYS) XXX_DiscardUnknown()

func (*Ospfv3EdmProtoArea_KEYS) XXX_Marshal

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

func (*Ospfv3EdmProtoArea_KEYS) XXX_Merge

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

func (*Ospfv3EdmProtoArea_KEYS) XXX_Size

func (m *Ospfv3EdmProtoArea_KEYS) XXX_Size() int

func (*Ospfv3EdmProtoArea_KEYS) XXX_Unmarshal

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

type Ospfv3EdmProtoIntf

type Ospfv3EdmProtoIntf struct {
	// Protocol interface name
	InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	// Distribute List In
	DistributeListIn     string   `protobuf:"bytes,2,opt,name=distribute_list_in,json=distributeListIn,proto3" json:"distribute_list_in,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OSPFv3 Protocol Interface Information

func (*Ospfv3EdmProtoIntf) Descriptor

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

func (*Ospfv3EdmProtoIntf) GetDistributeListIn

func (m *Ospfv3EdmProtoIntf) GetDistributeListIn() string

func (*Ospfv3EdmProtoIntf) GetInterfaceName

func (m *Ospfv3EdmProtoIntf) GetInterfaceName() string

func (*Ospfv3EdmProtoIntf) ProtoMessage

func (*Ospfv3EdmProtoIntf) ProtoMessage()

func (*Ospfv3EdmProtoIntf) Reset

func (m *Ospfv3EdmProtoIntf) Reset()

func (*Ospfv3EdmProtoIntf) String

func (m *Ospfv3EdmProtoIntf) String() string

func (*Ospfv3EdmProtoIntf) XXX_DiscardUnknown

func (m *Ospfv3EdmProtoIntf) XXX_DiscardUnknown()

func (*Ospfv3EdmProtoIntf) XXX_Marshal

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

func (*Ospfv3EdmProtoIntf) XXX_Merge

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

func (*Ospfv3EdmProtoIntf) XXX_Size

func (m *Ospfv3EdmProtoIntf) XXX_Size() int

func (*Ospfv3EdmProtoIntf) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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