cisco_ios_xr_icpe_infra_oper_nv_satellite_satellite_topologies_satellite_topology

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: 1

Documentation

Overview

Cisco-IOS-XR-icpe-infra-oper:nv-satellite/satellite-topologies/satellite-topology

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IcpeOperTopoCsflType

type IcpeOperTopoCsflType struct {
	InterfaceNameXr      string                `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	InterfaceHandle      string                `protobuf:"bytes,51,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	RedundancyIccpGroup  uint32                `protobuf:"varint,52,opt,name=redundancy_iccp_group,json=redundancyIccpGroup,proto3" json:"redundancy_iccp_group,omitempty"`
	IsPhysical           bool                  `protobuf:"varint,53,opt,name=is_physical,json=isPhysical,proto3" json:"is_physical,omitempty"`
	RingWhole            bool                  `protobuf:"varint,54,opt,name=ring_whole,json=ringWhole,proto3" json:"ring_whole,omitempty"`
	DiscoveredLink       []*IcpeOperTopoDsfl   `protobuf:"bytes,55,rep,name=discovered_link,json=discoveredLink,proto3" json:"discovered_link,omitempty"`
	Satellite            []*IcpeOperTopoSattun `protobuf:"bytes,56,rep,name=satellite,proto3" json:"satellite,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*IcpeOperTopoCsflType) Descriptor

func (*IcpeOperTopoCsflType) Descriptor() ([]byte, []int)
func (m *IcpeOperTopoCsflType) GetDiscoveredLink() []*IcpeOperTopoDsfl

func (*IcpeOperTopoCsflType) GetInterfaceHandle

func (m *IcpeOperTopoCsflType) GetInterfaceHandle() string

func (*IcpeOperTopoCsflType) GetInterfaceNameXr

func (m *IcpeOperTopoCsflType) GetInterfaceNameXr() string

func (*IcpeOperTopoCsflType) GetIsPhysical

func (m *IcpeOperTopoCsflType) GetIsPhysical() bool

func (*IcpeOperTopoCsflType) GetRedundancyIccpGroup

func (m *IcpeOperTopoCsflType) GetRedundancyIccpGroup() uint32

func (*IcpeOperTopoCsflType) GetRingWhole

func (m *IcpeOperTopoCsflType) GetRingWhole() bool

func (*IcpeOperTopoCsflType) GetSatellite

func (m *IcpeOperTopoCsflType) GetSatellite() []*IcpeOperTopoSattun

func (*IcpeOperTopoCsflType) ProtoMessage

func (*IcpeOperTopoCsflType) ProtoMessage()

func (*IcpeOperTopoCsflType) Reset

func (m *IcpeOperTopoCsflType) Reset()

func (*IcpeOperTopoCsflType) String

func (m *IcpeOperTopoCsflType) String() string

func (*IcpeOperTopoCsflType) XXX_DiscardUnknown

func (m *IcpeOperTopoCsflType) XXX_DiscardUnknown()

func (*IcpeOperTopoCsflType) XXX_Marshal

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

func (*IcpeOperTopoCsflType) XXX_Merge

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

func (*IcpeOperTopoCsflType) XXX_Size

func (m *IcpeOperTopoCsflType) XXX_Size() int

func (*IcpeOperTopoCsflType) XXX_Unmarshal

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

type IcpeOperTopoCsflType_KEYS

type IcpeOperTopoCsflType_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 (*IcpeOperTopoCsflType_KEYS) Descriptor

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

func (*IcpeOperTopoCsflType_KEYS) GetInterfaceName

func (m *IcpeOperTopoCsflType_KEYS) GetInterfaceName() string

func (*IcpeOperTopoCsflType_KEYS) ProtoMessage

func (*IcpeOperTopoCsflType_KEYS) ProtoMessage()

func (*IcpeOperTopoCsflType_KEYS) Reset

func (m *IcpeOperTopoCsflType_KEYS) Reset()

func (*IcpeOperTopoCsflType_KEYS) String

func (m *IcpeOperTopoCsflType_KEYS) String() string

func (*IcpeOperTopoCsflType_KEYS) XXX_DiscardUnknown

func (m *IcpeOperTopoCsflType_KEYS) XXX_DiscardUnknown()

func (*IcpeOperTopoCsflType_KEYS) XXX_Marshal

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

func (*IcpeOperTopoCsflType_KEYS) XXX_Merge

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

func (*IcpeOperTopoCsflType_KEYS) XXX_Size

func (m *IcpeOperTopoCsflType_KEYS) XXX_Size() int

func (*IcpeOperTopoCsflType_KEYS) XXX_Unmarshal

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

type IcpeOperTopoDsfl

type IcpeOperTopoDsfl struct {
	InterfaceNameXr      string   `protobuf:"bytes,1,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	InterfaceHandle      string   `protobuf:"bytes,2,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	DiscoveryRunning     bool     `protobuf:"varint,3,opt,name=discovery_running,json=discoveryRunning,proto3" json:"discovery_running,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperTopoDsfl) Descriptor

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

func (*IcpeOperTopoDsfl) GetDiscoveryRunning

func (m *IcpeOperTopoDsfl) GetDiscoveryRunning() bool

func (*IcpeOperTopoDsfl) GetInterfaceHandle

func (m *IcpeOperTopoDsfl) GetInterfaceHandle() string

func (*IcpeOperTopoDsfl) GetInterfaceNameXr

func (m *IcpeOperTopoDsfl) GetInterfaceNameXr() string

func (*IcpeOperTopoDsfl) ProtoMessage

func (*IcpeOperTopoDsfl) ProtoMessage()

func (*IcpeOperTopoDsfl) Reset

func (m *IcpeOperTopoDsfl) Reset()

func (*IcpeOperTopoDsfl) String

func (m *IcpeOperTopoDsfl) String() string

func (*IcpeOperTopoDsfl) XXX_DiscardUnknown

func (m *IcpeOperTopoDsfl) XXX_DiscardUnknown()

func (*IcpeOperTopoDsfl) XXX_Marshal

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

func (*IcpeOperTopoDsfl) XXX_Merge

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

func (*IcpeOperTopoDsfl) XXX_Size

func (m *IcpeOperTopoDsfl) XXX_Size() int

func (*IcpeOperTopoDsfl) XXX_Unmarshal

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

type IcpeOperTopoLocalSfl

type IcpeOperTopoLocalSfl struct {
	IclId                uint32                   `protobuf:"varint,1,opt,name=icl_id,json=iclId,proto3" json:"icl_id,omitempty"`
	InterfaceNameXr      string                   `protobuf:"bytes,2,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	DisplayName          string                   `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Redundant            bool                     `protobuf:"varint,4,opt,name=redundant,proto3" json:"redundant,omitempty"`
	Active               bool                     `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	Obsolete             bool                     `protobuf:"varint,6,opt,name=obsolete,proto3" json:"obsolete,omitempty"`
	RemoteDevice         []*IcpeOperTopoRemoteSfl `protobuf:"bytes,7,rep,name=remote_device,json=remoteDevice,proto3" json:"remote_device,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IcpeOperTopoLocalSfl) Descriptor

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

func (*IcpeOperTopoLocalSfl) GetActive

func (m *IcpeOperTopoLocalSfl) GetActive() bool

func (*IcpeOperTopoLocalSfl) GetDisplayName

func (m *IcpeOperTopoLocalSfl) GetDisplayName() string

func (*IcpeOperTopoLocalSfl) GetIclId

func (m *IcpeOperTopoLocalSfl) GetIclId() uint32

func (*IcpeOperTopoLocalSfl) GetInterfaceNameXr

func (m *IcpeOperTopoLocalSfl) GetInterfaceNameXr() string

func (*IcpeOperTopoLocalSfl) GetObsolete

func (m *IcpeOperTopoLocalSfl) GetObsolete() bool

func (*IcpeOperTopoLocalSfl) GetRedundant

func (m *IcpeOperTopoLocalSfl) GetRedundant() bool

func (*IcpeOperTopoLocalSfl) GetRemoteDevice

func (m *IcpeOperTopoLocalSfl) GetRemoteDevice() []*IcpeOperTopoRemoteSfl

func (*IcpeOperTopoLocalSfl) ProtoMessage

func (*IcpeOperTopoLocalSfl) ProtoMessage()

func (*IcpeOperTopoLocalSfl) Reset

func (m *IcpeOperTopoLocalSfl) Reset()

func (*IcpeOperTopoLocalSfl) String

func (m *IcpeOperTopoLocalSfl) String() string

func (*IcpeOperTopoLocalSfl) XXX_DiscardUnknown

func (m *IcpeOperTopoLocalSfl) XXX_DiscardUnknown()

func (*IcpeOperTopoLocalSfl) XXX_Marshal

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

func (*IcpeOperTopoLocalSfl) XXX_Merge

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

func (*IcpeOperTopoLocalSfl) XXX_Size

func (m *IcpeOperTopoLocalSfl) XXX_Size() int

func (*IcpeOperTopoLocalSfl) XXX_Unmarshal

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

type IcpeOperTopoRemoteSfl

type IcpeOperTopoRemoteSfl struct {
	MacAddress           string   `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Source               string   `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	RemoteIsSatellite    bool     `protobuf:"varint,3,opt,name=remote_is_satellite,json=remoteIsSatellite,proto3" json:"remote_is_satellite,omitempty"`
	RemoteIsLocalHost    bool     `protobuf:"varint,4,opt,name=remote_is_local_host,json=remoteIsLocalHost,proto3" json:"remote_is_local_host,omitempty"`
	IclId                uint32   `protobuf:"varint,5,opt,name=icl_id,json=iclId,proto3" json:"icl_id,omitempty"`
	InterfaceHandle      string   `protobuf:"bytes,6,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	InterfaceNameXr      string   `protobuf:"bytes,7,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperTopoRemoteSfl) Descriptor

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

func (*IcpeOperTopoRemoteSfl) GetIclId

func (m *IcpeOperTopoRemoteSfl) GetIclId() uint32

func (*IcpeOperTopoRemoteSfl) GetInterfaceHandle

func (m *IcpeOperTopoRemoteSfl) GetInterfaceHandle() string

func (*IcpeOperTopoRemoteSfl) GetInterfaceNameXr

func (m *IcpeOperTopoRemoteSfl) GetInterfaceNameXr() string

func (*IcpeOperTopoRemoteSfl) GetMacAddress

func (m *IcpeOperTopoRemoteSfl) GetMacAddress() string

func (*IcpeOperTopoRemoteSfl) GetRemoteIsLocalHost

func (m *IcpeOperTopoRemoteSfl) GetRemoteIsLocalHost() bool

func (*IcpeOperTopoRemoteSfl) GetRemoteIsSatellite

func (m *IcpeOperTopoRemoteSfl) GetRemoteIsSatellite() bool

func (*IcpeOperTopoRemoteSfl) GetSource

func (m *IcpeOperTopoRemoteSfl) GetSource() string

func (*IcpeOperTopoRemoteSfl) ProtoMessage

func (*IcpeOperTopoRemoteSfl) ProtoMessage()

func (*IcpeOperTopoRemoteSfl) Reset

func (m *IcpeOperTopoRemoteSfl) Reset()

func (*IcpeOperTopoRemoteSfl) String

func (m *IcpeOperTopoRemoteSfl) String() string

func (*IcpeOperTopoRemoteSfl) XXX_DiscardUnknown

func (m *IcpeOperTopoRemoteSfl) XXX_DiscardUnknown()

func (*IcpeOperTopoRemoteSfl) XXX_Marshal

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

func (*IcpeOperTopoRemoteSfl) XXX_Merge

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

func (*IcpeOperTopoRemoteSfl) XXX_Size

func (m *IcpeOperTopoRemoteSfl) XXX_Size() int

func (*IcpeOperTopoRemoteSfl) XXX_Unmarshal

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

type IcpeOperTopoSattun

type IcpeOperTopoSattun struct {
	MacAddress                  string                  `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Configured                  bool                    `protobuf:"varint,2,opt,name=configured,proto3" json:"configured,omitempty"`
	NumHops                     uint32                  `protobuf:"varint,3,opt,name=num_hops,json=numHops,proto3" json:"num_hops,omitempty"`
	Type                        string                  `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	SatelliteId                 uint32                  `protobuf:"varint,5,opt,name=satellite_id,json=satelliteId,proto3" json:"satellite_id,omitempty"`
	ReceivedSerialNumber        string                  `protobuf:"bytes,6,opt,name=received_serial_number,json=receivedSerialNumber,proto3" json:"received_serial_number,omitempty"`
	ReceivedSerialNumberPresent bool                    `` /* 147-byte string literal not displayed */
	VlanId                      uint32                  `protobuf:"varint,8,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	DisplayName                 string                  `protobuf:"bytes,9,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	ConflictReason              string                  `protobuf:"bytes,10,opt,name=conflict_reason,json=conflictReason,proto3" json:"conflict_reason,omitempty"`
	ConflictContext             string                  `protobuf:"bytes,11,opt,name=conflict_context,json=conflictContext,proto3" json:"conflict_context,omitempty"`
	FabricLink                  []*IcpeOperTopoLocalSfl `protobuf:"bytes,12,rep,name=fabric_link,json=fabricLink,proto3" json:"fabric_link,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}                `json:"-"`
	XXX_unrecognized            []byte                  `json:"-"`
	XXX_sizecache               int32                   `json:"-"`
}

func (*IcpeOperTopoSattun) Descriptor

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

func (*IcpeOperTopoSattun) GetConfigured

func (m *IcpeOperTopoSattun) GetConfigured() bool

func (*IcpeOperTopoSattun) GetConflictContext

func (m *IcpeOperTopoSattun) GetConflictContext() string

func (*IcpeOperTopoSattun) GetConflictReason

func (m *IcpeOperTopoSattun) GetConflictReason() string

func (*IcpeOperTopoSattun) GetDisplayName

func (m *IcpeOperTopoSattun) GetDisplayName() string
func (m *IcpeOperTopoSattun) GetFabricLink() []*IcpeOperTopoLocalSfl

func (*IcpeOperTopoSattun) GetMacAddress

func (m *IcpeOperTopoSattun) GetMacAddress() string

func (*IcpeOperTopoSattun) GetNumHops

func (m *IcpeOperTopoSattun) GetNumHops() uint32

func (*IcpeOperTopoSattun) GetReceivedSerialNumber

func (m *IcpeOperTopoSattun) GetReceivedSerialNumber() string

func (*IcpeOperTopoSattun) GetReceivedSerialNumberPresent

func (m *IcpeOperTopoSattun) GetReceivedSerialNumberPresent() bool

func (*IcpeOperTopoSattun) GetSatelliteId

func (m *IcpeOperTopoSattun) GetSatelliteId() uint32

func (*IcpeOperTopoSattun) GetType

func (m *IcpeOperTopoSattun) GetType() string

func (*IcpeOperTopoSattun) GetVlanId

func (m *IcpeOperTopoSattun) GetVlanId() uint32

func (*IcpeOperTopoSattun) ProtoMessage

func (*IcpeOperTopoSattun) ProtoMessage()

func (*IcpeOperTopoSattun) Reset

func (m *IcpeOperTopoSattun) Reset()

func (*IcpeOperTopoSattun) String

func (m *IcpeOperTopoSattun) String() string

func (*IcpeOperTopoSattun) XXX_DiscardUnknown

func (m *IcpeOperTopoSattun) XXX_DiscardUnknown()

func (*IcpeOperTopoSattun) XXX_Marshal

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

func (*IcpeOperTopoSattun) XXX_Merge

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

func (*IcpeOperTopoSattun) XXX_Size

func (m *IcpeOperTopoSattun) XXX_Size() int

func (*IcpeOperTopoSattun) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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