cisco_ios_xr_ipv6_ma_oper_ipv6_network_nodes_node_interface_data_vrfs_vrf_global_briefs_global_brief

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-ma-oper:ipv6-network/nodes/node/interface-data/vrfs/vrf/global-briefs/global-brief

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6AddrNode

type Ipv6AddrNode struct {
	// IPv6 Address
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Prefix Length of IPv6 Address
	PrefixLength uint32 `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	// State of Address
	AddressState string `protobuf:"bytes,3,opt,name=address_state,json=addressState,proto3" json:"address_state,omitempty"`
	// Anycast address
	IsAnycast bool `protobuf:"varint,4,opt,name=is_anycast,json=isAnycast,proto3" json:"is_anycast,omitempty"`
	// Route-tag of the Address
	RouteTag             uint32   `protobuf:"varint,5,opt,name=route_tag,json=routeTag,proto3" json:"route_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

List of IPv6 Addresses

func (*Ipv6AddrNode) Descriptor

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

func (*Ipv6AddrNode) GetAddress

func (m *Ipv6AddrNode) GetAddress() string

func (*Ipv6AddrNode) GetAddressState

func (m *Ipv6AddrNode) GetAddressState() string

func (*Ipv6AddrNode) GetIsAnycast

func (m *Ipv6AddrNode) GetIsAnycast() bool

func (*Ipv6AddrNode) GetPrefixLength

func (m *Ipv6AddrNode) GetPrefixLength() uint32

func (*Ipv6AddrNode) GetRouteTag

func (m *Ipv6AddrNode) GetRouteTag() uint32

func (*Ipv6AddrNode) ProtoMessage

func (*Ipv6AddrNode) ProtoMessage()

func (*Ipv6AddrNode) Reset

func (m *Ipv6AddrNode) Reset()

func (*Ipv6AddrNode) String

func (m *Ipv6AddrNode) String() string

func (*Ipv6AddrNode) XXX_DiscardUnknown

func (m *Ipv6AddrNode) XXX_DiscardUnknown()

func (*Ipv6AddrNode) XXX_Marshal

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

func (*Ipv6AddrNode) XXX_Merge

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

func (*Ipv6AddrNode) XXX_Size

func (m *Ipv6AddrNode) XXX_Size() int

func (*Ipv6AddrNode) XXX_Unmarshal

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

type Ipv6IfBrief

type Ipv6IfBrief struct {
	// State of Interface Line
	LineState string `protobuf:"bytes,50,opt,name=line_state,json=lineState,proto3" json:"line_state,omitempty"`
	// Address List
	AddressList []*Ipv6AddrNode `protobuf:"bytes,51,rep,name=address_list,json=addressList,proto3" json:"address_list,omitempty"`
	// Link Local Address
	LinkLocalAddress     *Ipv6AddrNode `protobuf:"bytes,52,opt,name=link_local_address,json=linkLocalAddress,proto3" json:"link_local_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Ipv6IfBrief) Descriptor

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

func (*Ipv6IfBrief) GetAddressList

func (m *Ipv6IfBrief) GetAddressList() []*Ipv6AddrNode

func (*Ipv6IfBrief) GetLineState

func (m *Ipv6IfBrief) GetLineState() string

func (*Ipv6IfBrief) GetLinkLocalAddress

func (m *Ipv6IfBrief) GetLinkLocalAddress() *Ipv6AddrNode

func (*Ipv6IfBrief) ProtoMessage

func (*Ipv6IfBrief) ProtoMessage()

func (*Ipv6IfBrief) Reset

func (m *Ipv6IfBrief) Reset()

func (*Ipv6IfBrief) String

func (m *Ipv6IfBrief) String() string

func (*Ipv6IfBrief) XXX_DiscardUnknown

func (m *Ipv6IfBrief) XXX_DiscardUnknown()

func (*Ipv6IfBrief) XXX_Marshal

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

func (*Ipv6IfBrief) XXX_Merge

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

func (*Ipv6IfBrief) XXX_Size

func (m *Ipv6IfBrief) XXX_Size() int

func (*Ipv6IfBrief) XXX_Unmarshal

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

type Ipv6IfBrief_KEYS

type Ipv6IfBrief_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	VrfName              string   `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Brief Summary of IPv6 Interface

func (*Ipv6IfBrief_KEYS) Descriptor

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

func (*Ipv6IfBrief_KEYS) GetInterfaceName

func (m *Ipv6IfBrief_KEYS) GetInterfaceName() string

func (*Ipv6IfBrief_KEYS) GetNodeName

func (m *Ipv6IfBrief_KEYS) GetNodeName() string

func (*Ipv6IfBrief_KEYS) GetVrfName

func (m *Ipv6IfBrief_KEYS) GetVrfName() string

func (*Ipv6IfBrief_KEYS) ProtoMessage

func (*Ipv6IfBrief_KEYS) ProtoMessage()

func (*Ipv6IfBrief_KEYS) Reset

func (m *Ipv6IfBrief_KEYS) Reset()

func (*Ipv6IfBrief_KEYS) String

func (m *Ipv6IfBrief_KEYS) String() string

func (*Ipv6IfBrief_KEYS) XXX_DiscardUnknown

func (m *Ipv6IfBrief_KEYS) XXX_DiscardUnknown()

func (*Ipv6IfBrief_KEYS) XXX_Marshal

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

func (*Ipv6IfBrief_KEYS) XXX_Merge

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

func (*Ipv6IfBrief_KEYS) XXX_Size

func (m *Ipv6IfBrief_KEYS) XXX_Size() int

func (*Ipv6IfBrief_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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