cisco_ios_xr_icpe_infra_oper_nv_satellite_satellite_statuses_satellite_status

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-statuses/satellite-status

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IcpeOperCandFabPorts

type IcpeOperCandFabPorts struct {
	ConfiguredPort       []*IcpeOperCandFabPortsCfgd `protobuf:"bytes,1,rep,name=configured_port,json=configuredPort,proto3" json:"configured_port,omitempty"`
	ChannelUp            bool                        `protobuf:"varint,2,opt,name=channel_up,json=channelUp,proto3" json:"channel_up,omitempty"`
	CurrentPort          []*IcpeOperCandFabPortsCurr `protobuf:"bytes,3,rep,name=current_port,json=currentPort,proto3" json:"current_port,omitempty"`
	OutOfSync            bool                        `protobuf:"varint,4,opt,name=out_of_sync,json=outOfSync,proto3" json:"out_of_sync,omitempty"`
	ErrorString          string                      `protobuf:"bytes,5,opt,name=error_string,json=errorString,proto3" json:"error_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*IcpeOperCandFabPorts) Descriptor

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

func (*IcpeOperCandFabPorts) GetChannelUp

func (m *IcpeOperCandFabPorts) GetChannelUp() bool

func (*IcpeOperCandFabPorts) GetConfiguredPort

func (m *IcpeOperCandFabPorts) GetConfiguredPort() []*IcpeOperCandFabPortsCfgd

func (*IcpeOperCandFabPorts) GetCurrentPort

func (m *IcpeOperCandFabPorts) GetCurrentPort() []*IcpeOperCandFabPortsCurr

func (*IcpeOperCandFabPorts) GetErrorString

func (m *IcpeOperCandFabPorts) GetErrorString() string

func (*IcpeOperCandFabPorts) GetOutOfSync

func (m *IcpeOperCandFabPorts) GetOutOfSync() bool

func (*IcpeOperCandFabPorts) ProtoMessage

func (*IcpeOperCandFabPorts) ProtoMessage()

func (*IcpeOperCandFabPorts) Reset

func (m *IcpeOperCandFabPorts) Reset()

func (*IcpeOperCandFabPorts) String

func (m *IcpeOperCandFabPorts) String() string

func (*IcpeOperCandFabPorts) XXX_DiscardUnknown

func (m *IcpeOperCandFabPorts) XXX_DiscardUnknown()

func (*IcpeOperCandFabPorts) XXX_Marshal

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

func (*IcpeOperCandFabPorts) XXX_Merge

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

func (*IcpeOperCandFabPorts) XXX_Size

func (m *IcpeOperCandFabPorts) XXX_Size() int

func (*IcpeOperCandFabPorts) XXX_Unmarshal

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

type IcpeOperCandFabPortsCfgd

type IcpeOperCandFabPortsCfgd struct {
	PortType             string   `protobuf:"bytes,1,opt,name=port_type,json=portType,proto3" json:"port_type,omitempty"`
	Slot                 uint32   `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Subslot              uint32   `protobuf:"varint,3,opt,name=subslot,proto3" json:"subslot,omitempty"`
	Port                 uint32   `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
	Valid                bool     `protobuf:"varint,5,opt,name=valid,proto3" json:"valid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperCandFabPortsCfgd) Descriptor

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

func (*IcpeOperCandFabPortsCfgd) GetPort

func (m *IcpeOperCandFabPortsCfgd) GetPort() uint32

func (*IcpeOperCandFabPortsCfgd) GetPortType

func (m *IcpeOperCandFabPortsCfgd) GetPortType() string

func (*IcpeOperCandFabPortsCfgd) GetSlot

func (m *IcpeOperCandFabPortsCfgd) GetSlot() uint32

func (*IcpeOperCandFabPortsCfgd) GetSubslot

func (m *IcpeOperCandFabPortsCfgd) GetSubslot() uint32

func (*IcpeOperCandFabPortsCfgd) GetValid

func (m *IcpeOperCandFabPortsCfgd) GetValid() bool

func (*IcpeOperCandFabPortsCfgd) ProtoMessage

func (*IcpeOperCandFabPortsCfgd) ProtoMessage()

func (*IcpeOperCandFabPortsCfgd) Reset

func (m *IcpeOperCandFabPortsCfgd) Reset()

func (*IcpeOperCandFabPortsCfgd) String

func (m *IcpeOperCandFabPortsCfgd) String() string

func (*IcpeOperCandFabPortsCfgd) XXX_DiscardUnknown

func (m *IcpeOperCandFabPortsCfgd) XXX_DiscardUnknown()

func (*IcpeOperCandFabPortsCfgd) XXX_Marshal

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

func (*IcpeOperCandFabPortsCfgd) XXX_Merge

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

func (*IcpeOperCandFabPortsCfgd) XXX_Size

func (m *IcpeOperCandFabPortsCfgd) XXX_Size() int

func (*IcpeOperCandFabPortsCfgd) XXX_Unmarshal

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

type IcpeOperCandFabPortsCurr

type IcpeOperCandFabPortsCurr struct {
	PortType             string   `protobuf:"bytes,1,opt,name=port_type,json=portType,proto3" json:"port_type,omitempty"`
	Slot                 uint32   `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Subslot              uint32   `protobuf:"varint,3,opt,name=subslot,proto3" json:"subslot,omitempty"`
	Port                 uint32   `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
	Permanent            bool     `protobuf:"varint,5,opt,name=permanent,proto3" json:"permanent,omitempty"`
	Requested            bool     `protobuf:"varint,6,opt,name=requested,proto3" json:"requested,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperCandFabPortsCurr) Descriptor

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

func (*IcpeOperCandFabPortsCurr) GetPermanent

func (m *IcpeOperCandFabPortsCurr) GetPermanent() bool

func (*IcpeOperCandFabPortsCurr) GetPort

func (m *IcpeOperCandFabPortsCurr) GetPort() uint32

func (*IcpeOperCandFabPortsCurr) GetPortType

func (m *IcpeOperCandFabPortsCurr) GetPortType() string

func (*IcpeOperCandFabPortsCurr) GetRequested

func (m *IcpeOperCandFabPortsCurr) GetRequested() bool

func (*IcpeOperCandFabPortsCurr) GetSlot

func (m *IcpeOperCandFabPortsCurr) GetSlot() uint32

func (*IcpeOperCandFabPortsCurr) GetSubslot

func (m *IcpeOperCandFabPortsCurr) GetSubslot() uint32

func (*IcpeOperCandFabPortsCurr) ProtoMessage

func (*IcpeOperCandFabPortsCurr) ProtoMessage()

func (*IcpeOperCandFabPortsCurr) Reset

func (m *IcpeOperCandFabPortsCurr) Reset()

func (*IcpeOperCandFabPortsCurr) String

func (m *IcpeOperCandFabPortsCurr) String() string

func (*IcpeOperCandFabPortsCurr) XXX_DiscardUnknown

func (m *IcpeOperCandFabPortsCurr) XXX_DiscardUnknown()

func (*IcpeOperCandFabPortsCurr) XXX_Marshal

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

func (*IcpeOperCandFabPortsCurr) XXX_Merge

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

func (*IcpeOperCandFabPortsCurr) XXX_Size

func (m *IcpeOperCandFabPortsCurr) XXX_Size() int

func (*IcpeOperCandFabPortsCurr) XXX_Unmarshal

func (m *IcpeOperCandFabPortsCurr) XXX_Unmarshal(b []byte) error
type IcpeOperCfgdLink struct {
	InterfaceHandle           string               `protobuf:"bytes,1,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	IpAddress                 string               `protobuf:"bytes,2,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	IpAddressAuto             bool                 `protobuf:"varint,3,opt,name=ip_address_auto,json=ipAddressAuto,proto3" json:"ip_address_auto,omitempty"`
	VrfIdPresent              bool                 `protobuf:"varint,4,opt,name=vrf_id_present,json=vrfIdPresent,proto3" json:"vrf_id_present,omitempty"`
	VrfId                     uint32               `protobuf:"varint,5,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	MinimumPreferredLinks     uint32               `` /* 127-byte string literal not displayed */
	NumberActiveLinks         uint32               `protobuf:"varint,7,opt,name=number_active_links,json=numberActiveLinks,proto3" json:"number_active_links,omitempty"`
	MinLinksSatisfied         bool                 `protobuf:"varint,8,opt,name=min_links_satisfied,json=minLinksSatisfied,proto3" json:"min_links_satisfied,omitempty"`
	MinimumRequiredLinks      uint32               `protobuf:"varint,9,opt,name=minimum_required_links,json=minimumRequiredLinks,proto3" json:"minimum_required_links,omitempty"`
	RequiredMinLinksSatisfied bool                 `` /* 142-byte string literal not displayed */
	ConflictReason            string               `protobuf:"bytes,11,opt,name=conflict_reason,json=conflictReason,proto3" json:"conflict_reason,omitempty"`
	ConflictContext           string               `protobuf:"bytes,12,opt,name=conflict_context,json=conflictContext,proto3" json:"conflict_context,omitempty"`
	PortRange                 []*IcpeOperPortRange `protobuf:"bytes,13,rep,name=port_range,json=portRange,proto3" json:"port_range,omitempty"`
	DiscoveredLink            []*IcpeOperDiscdLink `protobuf:"bytes,14,rep,name=discovered_link,json=discoveredLink,proto3" json:"discovered_link,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}             `json:"-"`
	XXX_unrecognized          []byte               `json:"-"`
	XXX_sizecache             int32                `json:"-"`
}

func (*IcpeOperCfgdLink) Descriptor

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

func (*IcpeOperCfgdLink) GetConflictContext

func (m *IcpeOperCfgdLink) GetConflictContext() string

func (*IcpeOperCfgdLink) GetConflictReason

func (m *IcpeOperCfgdLink) GetConflictReason() string
func (m *IcpeOperCfgdLink) GetDiscoveredLink() []*IcpeOperDiscdLink

func (*IcpeOperCfgdLink) GetInterfaceHandle

func (m *IcpeOperCfgdLink) GetInterfaceHandle() string

func (*IcpeOperCfgdLink) GetIpAddress

func (m *IcpeOperCfgdLink) GetIpAddress() string

func (*IcpeOperCfgdLink) GetIpAddressAuto

func (m *IcpeOperCfgdLink) GetIpAddressAuto() bool

func (*IcpeOperCfgdLink) GetMinLinksSatisfied

func (m *IcpeOperCfgdLink) GetMinLinksSatisfied() bool
func (m *IcpeOperCfgdLink) GetMinimumPreferredLinks() uint32
func (m *IcpeOperCfgdLink) GetMinimumRequiredLinks() uint32
func (m *IcpeOperCfgdLink) GetNumberActiveLinks() uint32

func (*IcpeOperCfgdLink) GetPortRange

func (m *IcpeOperCfgdLink) GetPortRange() []*IcpeOperPortRange

func (*IcpeOperCfgdLink) GetRequiredMinLinksSatisfied

func (m *IcpeOperCfgdLink) GetRequiredMinLinksSatisfied() bool

func (*IcpeOperCfgdLink) GetVrfId

func (m *IcpeOperCfgdLink) GetVrfId() uint32

func (*IcpeOperCfgdLink) GetVrfIdPresent

func (m *IcpeOperCfgdLink) GetVrfIdPresent() bool

func (*IcpeOperCfgdLink) ProtoMessage

func (*IcpeOperCfgdLink) ProtoMessage()

func (*IcpeOperCfgdLink) Reset

func (m *IcpeOperCfgdLink) Reset()

func (*IcpeOperCfgdLink) String

func (m *IcpeOperCfgdLink) String() string

func (*IcpeOperCfgdLink) XXX_DiscardUnknown

func (m *IcpeOperCfgdLink) XXX_DiscardUnknown()

func (*IcpeOperCfgdLink) XXX_Marshal

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

func (*IcpeOperCfgdLink) XXX_Merge

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

func (*IcpeOperCfgdLink) XXX_Size

func (m *IcpeOperCfgdLink) XXX_Size() int

func (*IcpeOperCfgdLink) XXX_Unmarshal

func (m *IcpeOperCfgdLink) XXX_Unmarshal(b []byte) error
type IcpeOperDiscdLink struct {
	InterfaceHandle      string   `protobuf:"bytes,1,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	State                string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	ConflictReason       string   `protobuf:"bytes,3,opt,name=conflict_reason,json=conflictReason,proto3" json:"conflict_reason,omitempty"`
	ConflictContext      string   `protobuf:"bytes,4,opt,name=conflict_context,json=conflictContext,proto3" json:"conflict_context,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperDiscdLink) Descriptor

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

func (*IcpeOperDiscdLink) GetConflictContext

func (m *IcpeOperDiscdLink) GetConflictContext() string

func (*IcpeOperDiscdLink) GetConflictReason

func (m *IcpeOperDiscdLink) GetConflictReason() string

func (*IcpeOperDiscdLink) GetInterfaceHandle

func (m *IcpeOperDiscdLink) GetInterfaceHandle() string

func (*IcpeOperDiscdLink) GetState

func (m *IcpeOperDiscdLink) GetState() string

func (*IcpeOperDiscdLink) ProtoMessage

func (*IcpeOperDiscdLink) ProtoMessage()

func (*IcpeOperDiscdLink) Reset

func (m *IcpeOperDiscdLink) Reset()

func (*IcpeOperDiscdLink) String

func (m *IcpeOperDiscdLink) String() string

func (*IcpeOperDiscdLink) XXX_DiscardUnknown

func (m *IcpeOperDiscdLink) XXX_DiscardUnknown()

func (*IcpeOperDiscdLink) XXX_Marshal

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

func (*IcpeOperDiscdLink) XXX_Merge

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

func (*IcpeOperDiscdLink) XXX_Size

func (m *IcpeOperDiscdLink) XXX_Size() int

func (*IcpeOperDiscdLink) XXX_Unmarshal

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

type IcpeOperPortRange

type IcpeOperPortRange struct {
	Slot                 uint32   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	Subslot              uint32   `protobuf:"varint,2,opt,name=subslot,proto3" json:"subslot,omitempty"`
	LowPort              uint32   `protobuf:"varint,3,opt,name=low_port,json=lowPort,proto3" json:"low_port,omitempty"`
	HighPort             uint32   `protobuf:"varint,4,opt,name=high_port,json=highPort,proto3" json:"high_port,omitempty"`
	PortType             string   `protobuf:"bytes,5,opt,name=port_type,json=portType,proto3" json:"port_type,omitempty"`
	ConflictReason       string   `protobuf:"bytes,6,opt,name=conflict_reason,json=conflictReason,proto3" json:"conflict_reason,omitempty"`
	ConflictContext      string   `protobuf:"bytes,7,opt,name=conflict_context,json=conflictContext,proto3" json:"conflict_context,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperPortRange) Descriptor

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

func (*IcpeOperPortRange) GetConflictContext

func (m *IcpeOperPortRange) GetConflictContext() string

func (*IcpeOperPortRange) GetConflictReason

func (m *IcpeOperPortRange) GetConflictReason() string

func (*IcpeOperPortRange) GetHighPort

func (m *IcpeOperPortRange) GetHighPort() uint32

func (*IcpeOperPortRange) GetLowPort

func (m *IcpeOperPortRange) GetLowPort() uint32

func (*IcpeOperPortRange) GetPortType

func (m *IcpeOperPortRange) GetPortType() string

func (*IcpeOperPortRange) GetSlot

func (m *IcpeOperPortRange) GetSlot() uint32

func (*IcpeOperPortRange) GetSubslot

func (m *IcpeOperPortRange) GetSubslot() uint32

func (*IcpeOperPortRange) ProtoMessage

func (*IcpeOperPortRange) ProtoMessage()

func (*IcpeOperPortRange) Reset

func (m *IcpeOperPortRange) Reset()

func (*IcpeOperPortRange) String

func (m *IcpeOperPortRange) String() string

func (*IcpeOperPortRange) XXX_DiscardUnknown

func (m *IcpeOperPortRange) XXX_DiscardUnknown()

func (*IcpeOperPortRange) XXX_Marshal

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

func (*IcpeOperPortRange) XXX_Merge

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

func (*IcpeOperPortRange) XXX_Size

func (m *IcpeOperPortRange) XXX_Size() int

func (*IcpeOperPortRange) XXX_Unmarshal

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

type IcpeOperReloadData

type IcpeOperReloadData struct {
	Level                string   `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	Time                 uint64   `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	Info                 string   `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperReloadData) Descriptor

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

func (*IcpeOperReloadData) GetInfo

func (m *IcpeOperReloadData) GetInfo() string

func (*IcpeOperReloadData) GetLevel

func (m *IcpeOperReloadData) GetLevel() string

func (*IcpeOperReloadData) GetTime

func (m *IcpeOperReloadData) GetTime() uint64

func (*IcpeOperReloadData) ProtoMessage

func (*IcpeOperReloadData) ProtoMessage()

func (*IcpeOperReloadData) Reset

func (m *IcpeOperReloadData) Reset()

func (*IcpeOperReloadData) String

func (m *IcpeOperReloadData) String() string

func (*IcpeOperReloadData) XXX_DiscardUnknown

func (m *IcpeOperReloadData) XXX_DiscardUnknown()

func (*IcpeOperReloadData) XXX_Marshal

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

func (*IcpeOperReloadData) XXX_Merge

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

func (*IcpeOperReloadData) XXX_Size

func (m *IcpeOperReloadData) XXX_Size() int

func (*IcpeOperReloadData) XXX_Unmarshal

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

type IcpeOperSatStatus

type IcpeOperSatStatus struct {
	SatelliteIdXr                 uint32                `protobuf:"varint,50,opt,name=satellite_id_xr,json=satelliteIdXr,proto3" json:"satellite_id_xr,omitempty"`
	CandidateFabricPorts          *IcpeOperCandFabPorts `protobuf:"bytes,51,opt,name=candidate_fabric_ports,json=candidateFabricPorts,proto3" json:"candidate_fabric_ports,omitempty"`
	VersionCheckState             string                `protobuf:"bytes,52,opt,name=version_check_state,json=versionCheckState,proto3" json:"version_check_state,omitempty"`
	RemoteVersionPresent          bool                  `protobuf:"varint,53,opt,name=remote_version_present,json=remoteVersionPresent,proto3" json:"remote_version_present,omitempty"`
	RemoteVersion                 []string              `protobuf:"bytes,54,rep,name=remote_version,json=remoteVersion,proto3" json:"remote_version,omitempty"`
	OpticalStatus                 *IcpeOpticalStatus    `protobuf:"bytes,55,opt,name=optical_status,json=opticalStatus,proto3" json:"optical_status,omitempty"`
	ReloadData                    []*IcpeOperReloadData `protobuf:"bytes,56,rep,name=reload_data,json=reloadData,proto3" json:"reload_data,omitempty"`
	Type                          string                `protobuf:"bytes,57,opt,name=type,proto3" json:"type,omitempty"`
	EthernetFabricSupported       bool                  `` /* 134-byte string literal not displayed */
	OpticalSupported              bool                  `protobuf:"varint,59,opt,name=optical_supported,json=opticalSupported,proto3" json:"optical_supported,omitempty"`
	IpAddress                     string                `protobuf:"bytes,60,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	IpAddressPresent              bool                  `protobuf:"varint,61,opt,name=ip_address_present,json=ipAddressPresent,proto3" json:"ip_address_present,omitempty"`
	IpAddressAuto                 bool                  `protobuf:"varint,62,opt,name=ip_address_auto,json=ipAddressAuto,proto3" json:"ip_address_auto,omitempty"`
	Ipv6Address                   string                `protobuf:"bytes,63,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	Ipv6AddressPresent            bool                  `protobuf:"varint,64,opt,name=ipv6_address_present,json=ipv6AddressPresent,proto3" json:"ipv6_address_present,omitempty"`
	VrfName                       string                `protobuf:"bytes,65,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	Vrfid                         uint32                `protobuf:"varint,66,opt,name=vrfid,proto3" json:"vrfid,omitempty"`
	Description                   string                `protobuf:"bytes,67,opt,name=description,proto3" json:"description,omitempty"`
	DescriptionPresent            bool                  `protobuf:"varint,68,opt,name=description_present,json=descriptionPresent,proto3" json:"description_present,omitempty"`
	MacAddress                    string                `protobuf:"bytes,69,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	MacAddressPresent             bool                  `protobuf:"varint,70,opt,name=mac_address_present,json=macAddressPresent,proto3" json:"mac_address_present,omitempty"`
	ConfiguredSerialNumber        string                `` /* 130-byte string literal not displayed */
	ConfiguredSerialNumberPresent bool                  `` /* 154-byte string literal not displayed */
	ReceivedSerialNumber          string                `protobuf:"bytes,73,opt,name=received_serial_number,json=receivedSerialNumber,proto3" json:"received_serial_number,omitempty"`
	ReceivedSerialNumberPresent   bool                  `` /* 148-byte string literal not displayed */
	Password                      string                `protobuf:"bytes,75,opt,name=password,proto3" json:"password,omitempty"`
	PasswordError                 string                `protobuf:"bytes,76,opt,name=password_error,json=passwordError,proto3" json:"password_error,omitempty"`
	ReceivedHostName              string                `protobuf:"bytes,77,opt,name=received_host_name,json=receivedHostName,proto3" json:"received_host_name,omitempty"`
	CfgdTimeout                   uint32                `protobuf:"varint,78,opt,name=cfgd_timeout,json=cfgdTimeout,proto3" json:"cfgd_timeout,omitempty"`
	TimeoutWarning                uint32                `protobuf:"varint,79,opt,name=timeout_warning,json=timeoutWarning,proto3" json:"timeout_warning,omitempty"`
	ConflictReason                string                `protobuf:"bytes,80,opt,name=conflict_reason,json=conflictReason,proto3" json:"conflict_reason,omitempty"`
	ConflictContext               string                `protobuf:"bytes,81,opt,name=conflict_context,json=conflictContext,proto3" json:"conflict_context,omitempty"`
	RedundancyIccpGroup           uint32                `protobuf:"varint,82,opt,name=redundancy_iccp_group,json=redundancyIccpGroup,proto3" json:"redundancy_iccp_group,omitempty"`
	RecoveryDelayTimeLeft         uint32                `` /* 130-byte string literal not displayed */
	HostTreatingAsActive          bool                  `` /* 127-byte string literal not displayed */
	SatelliteTreatingAsActive     bool                  `` /* 142-byte string literal not displayed */
	RedundancyOutOfSyncTimestamp  *IcpeTimestamp        `` /* 152-byte string literal not displayed */
	SdacpSessionState             string                `protobuf:"bytes,87,opt,name=sdacp_session_state,json=sdacpSessionState,proto3" json:"sdacp_session_state,omitempty"`
	SdacpSessionFailureReason     string                `` /* 141-byte string literal not displayed */
	InstallState                  string                `protobuf:"bytes,89,opt,name=install_state,json=installState,proto3" json:"install_state,omitempty"`
	ConfiguredLink                []*IcpeOperCfgdLink   `protobuf:"bytes,90,rep,name=configured_link,json=configuredLink,proto3" json:"configured_link,omitempty"`
	XXX_NoUnkeyedLiteral          struct{}              `json:"-"`
	XXX_unrecognized              []byte                `json:"-"`
	XXX_sizecache                 int32                 `json:"-"`
}

func (*IcpeOperSatStatus) Descriptor

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

func (*IcpeOperSatStatus) GetCandidateFabricPorts

func (m *IcpeOperSatStatus) GetCandidateFabricPorts() *IcpeOperCandFabPorts

func (*IcpeOperSatStatus) GetCfgdTimeout

func (m *IcpeOperSatStatus) GetCfgdTimeout() uint32
func (m *IcpeOperSatStatus) GetConfiguredLink() []*IcpeOperCfgdLink

func (*IcpeOperSatStatus) GetConfiguredSerialNumber

func (m *IcpeOperSatStatus) GetConfiguredSerialNumber() string

func (*IcpeOperSatStatus) GetConfiguredSerialNumberPresent

func (m *IcpeOperSatStatus) GetConfiguredSerialNumberPresent() bool

func (*IcpeOperSatStatus) GetConflictContext

func (m *IcpeOperSatStatus) GetConflictContext() string

func (*IcpeOperSatStatus) GetConflictReason

func (m *IcpeOperSatStatus) GetConflictReason() string

func (*IcpeOperSatStatus) GetDescription

func (m *IcpeOperSatStatus) GetDescription() string

func (*IcpeOperSatStatus) GetDescriptionPresent

func (m *IcpeOperSatStatus) GetDescriptionPresent() bool

func (*IcpeOperSatStatus) GetEthernetFabricSupported

func (m *IcpeOperSatStatus) GetEthernetFabricSupported() bool

func (*IcpeOperSatStatus) GetHostTreatingAsActive

func (m *IcpeOperSatStatus) GetHostTreatingAsActive() bool

func (*IcpeOperSatStatus) GetInstallState

func (m *IcpeOperSatStatus) GetInstallState() string

func (*IcpeOperSatStatus) GetIpAddress

func (m *IcpeOperSatStatus) GetIpAddress() string

func (*IcpeOperSatStatus) GetIpAddressAuto

func (m *IcpeOperSatStatus) GetIpAddressAuto() bool

func (*IcpeOperSatStatus) GetIpAddressPresent

func (m *IcpeOperSatStatus) GetIpAddressPresent() bool

func (*IcpeOperSatStatus) GetIpv6Address

func (m *IcpeOperSatStatus) GetIpv6Address() string

func (*IcpeOperSatStatus) GetIpv6AddressPresent

func (m *IcpeOperSatStatus) GetIpv6AddressPresent() bool

func (*IcpeOperSatStatus) GetMacAddress

func (m *IcpeOperSatStatus) GetMacAddress() string

func (*IcpeOperSatStatus) GetMacAddressPresent

func (m *IcpeOperSatStatus) GetMacAddressPresent() bool

func (*IcpeOperSatStatus) GetOpticalStatus

func (m *IcpeOperSatStatus) GetOpticalStatus() *IcpeOpticalStatus

func (*IcpeOperSatStatus) GetOpticalSupported

func (m *IcpeOperSatStatus) GetOpticalSupported() bool

func (*IcpeOperSatStatus) GetPassword

func (m *IcpeOperSatStatus) GetPassword() string

func (*IcpeOperSatStatus) GetPasswordError

func (m *IcpeOperSatStatus) GetPasswordError() string

func (*IcpeOperSatStatus) GetReceivedHostName

func (m *IcpeOperSatStatus) GetReceivedHostName() string

func (*IcpeOperSatStatus) GetReceivedSerialNumber

func (m *IcpeOperSatStatus) GetReceivedSerialNumber() string

func (*IcpeOperSatStatus) GetReceivedSerialNumberPresent

func (m *IcpeOperSatStatus) GetReceivedSerialNumberPresent() bool

func (*IcpeOperSatStatus) GetRecoveryDelayTimeLeft

func (m *IcpeOperSatStatus) GetRecoveryDelayTimeLeft() uint32

func (*IcpeOperSatStatus) GetRedundancyIccpGroup

func (m *IcpeOperSatStatus) GetRedundancyIccpGroup() uint32

func (*IcpeOperSatStatus) GetRedundancyOutOfSyncTimestamp

func (m *IcpeOperSatStatus) GetRedundancyOutOfSyncTimestamp() *IcpeTimestamp

func (*IcpeOperSatStatus) GetReloadData

func (m *IcpeOperSatStatus) GetReloadData() []*IcpeOperReloadData

func (*IcpeOperSatStatus) GetRemoteVersion

func (m *IcpeOperSatStatus) GetRemoteVersion() []string

func (*IcpeOperSatStatus) GetRemoteVersionPresent

func (m *IcpeOperSatStatus) GetRemoteVersionPresent() bool

func (*IcpeOperSatStatus) GetSatelliteIdXr

func (m *IcpeOperSatStatus) GetSatelliteIdXr() uint32

func (*IcpeOperSatStatus) GetSatelliteTreatingAsActive

func (m *IcpeOperSatStatus) GetSatelliteTreatingAsActive() bool

func (*IcpeOperSatStatus) GetSdacpSessionFailureReason

func (m *IcpeOperSatStatus) GetSdacpSessionFailureReason() string

func (*IcpeOperSatStatus) GetSdacpSessionState

func (m *IcpeOperSatStatus) GetSdacpSessionState() string

func (*IcpeOperSatStatus) GetTimeoutWarning

func (m *IcpeOperSatStatus) GetTimeoutWarning() uint32

func (*IcpeOperSatStatus) GetType

func (m *IcpeOperSatStatus) GetType() string

func (*IcpeOperSatStatus) GetVersionCheckState

func (m *IcpeOperSatStatus) GetVersionCheckState() string

func (*IcpeOperSatStatus) GetVrfName

func (m *IcpeOperSatStatus) GetVrfName() string

func (*IcpeOperSatStatus) GetVrfid

func (m *IcpeOperSatStatus) GetVrfid() uint32

func (*IcpeOperSatStatus) ProtoMessage

func (*IcpeOperSatStatus) ProtoMessage()

func (*IcpeOperSatStatus) Reset

func (m *IcpeOperSatStatus) Reset()

func (*IcpeOperSatStatus) String

func (m *IcpeOperSatStatus) String() string

func (*IcpeOperSatStatus) XXX_DiscardUnknown

func (m *IcpeOperSatStatus) XXX_DiscardUnknown()

func (*IcpeOperSatStatus) XXX_Marshal

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

func (*IcpeOperSatStatus) XXX_Merge

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

func (*IcpeOperSatStatus) XXX_Size

func (m *IcpeOperSatStatus) XXX_Size() int

func (*IcpeOperSatStatus) XXX_Unmarshal

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

type IcpeOperSatStatus_KEYS

type IcpeOperSatStatus_KEYS struct {
	SatelliteId          uint32   `protobuf:"varint,1,opt,name=satellite_id,json=satelliteId,proto3" json:"satellite_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperSatStatus_KEYS) Descriptor

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

func (*IcpeOperSatStatus_KEYS) GetSatelliteId

func (m *IcpeOperSatStatus_KEYS) GetSatelliteId() uint32

func (*IcpeOperSatStatus_KEYS) ProtoMessage

func (*IcpeOperSatStatus_KEYS) ProtoMessage()

func (*IcpeOperSatStatus_KEYS) Reset

func (m *IcpeOperSatStatus_KEYS) Reset()

func (*IcpeOperSatStatus_KEYS) String

func (m *IcpeOperSatStatus_KEYS) String() string

func (*IcpeOperSatStatus_KEYS) XXX_DiscardUnknown

func (m *IcpeOperSatStatus_KEYS) XXX_DiscardUnknown()

func (*IcpeOperSatStatus_KEYS) XXX_Marshal

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

func (*IcpeOperSatStatus_KEYS) XXX_Merge

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

func (*IcpeOperSatStatus_KEYS) XXX_Size

func (m *IcpeOperSatStatus_KEYS) XXX_Size() int

func (*IcpeOperSatStatus_KEYS) XXX_Unmarshal

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

type IcpeOpticalApplicationState

type IcpeOpticalApplicationState struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	SyncState            string   `protobuf:"bytes,2,opt,name=sync_state,json=syncState,proto3" json:"sync_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOpticalApplicationState) Descriptor

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

func (*IcpeOpticalApplicationState) GetName

func (m *IcpeOpticalApplicationState) GetName() string

func (*IcpeOpticalApplicationState) GetSyncState

func (m *IcpeOpticalApplicationState) GetSyncState() string

func (*IcpeOpticalApplicationState) ProtoMessage

func (*IcpeOpticalApplicationState) ProtoMessage()

func (*IcpeOpticalApplicationState) Reset

func (m *IcpeOpticalApplicationState) Reset()

func (*IcpeOpticalApplicationState) String

func (m *IcpeOpticalApplicationState) String() string

func (*IcpeOpticalApplicationState) XXX_DiscardUnknown

func (m *IcpeOpticalApplicationState) XXX_DiscardUnknown()

func (*IcpeOpticalApplicationState) XXX_Marshal

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

func (*IcpeOpticalApplicationState) XXX_Merge

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

func (*IcpeOpticalApplicationState) XXX_Size

func (m *IcpeOpticalApplicationState) XXX_Size() int

func (*IcpeOpticalApplicationState) XXX_Unmarshal

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

type IcpeOpticalStatus

type IcpeOpticalStatus struct {
	ChassisSyncState     string                         `protobuf:"bytes,1,opt,name=chassis_sync_state,json=chassisSyncState,proto3" json:"chassis_sync_state,omitempty"`
	Application          []*IcpeOpticalApplicationState `protobuf:"bytes,2,rep,name=application,proto3" json:"application,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*IcpeOpticalStatus) Descriptor

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

func (*IcpeOpticalStatus) GetApplication

func (m *IcpeOpticalStatus) GetApplication() []*IcpeOpticalApplicationState

func (*IcpeOpticalStatus) GetChassisSyncState

func (m *IcpeOpticalStatus) GetChassisSyncState() string

func (*IcpeOpticalStatus) ProtoMessage

func (*IcpeOpticalStatus) ProtoMessage()

func (*IcpeOpticalStatus) Reset

func (m *IcpeOpticalStatus) Reset()

func (*IcpeOpticalStatus) String

func (m *IcpeOpticalStatus) String() string

func (*IcpeOpticalStatus) XXX_DiscardUnknown

func (m *IcpeOpticalStatus) XXX_DiscardUnknown()

func (*IcpeOpticalStatus) XXX_Marshal

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

func (*IcpeOpticalStatus) XXX_Merge

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

func (*IcpeOpticalStatus) XXX_Size

func (m *IcpeOpticalStatus) XXX_Size() int

func (*IcpeOpticalStatus) XXX_Unmarshal

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

type IcpeTimestamp

type IcpeTimestamp struct {
	Seconds              uint32   `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanoseconds          uint32   `protobuf:"varint,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeTimestamp) Descriptor

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

func (*IcpeTimestamp) GetNanoseconds

func (m *IcpeTimestamp) GetNanoseconds() uint32

func (*IcpeTimestamp) GetSeconds

func (m *IcpeTimestamp) GetSeconds() uint32

func (*IcpeTimestamp) ProtoMessage

func (*IcpeTimestamp) ProtoMessage()

func (*IcpeTimestamp) Reset

func (m *IcpeTimestamp) Reset()

func (*IcpeTimestamp) String

func (m *IcpeTimestamp) String() string

func (*IcpeTimestamp) XXX_DiscardUnknown

func (m *IcpeTimestamp) XXX_DiscardUnknown()

func (*IcpeTimestamp) XXX_Marshal

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

func (*IcpeTimestamp) XXX_Merge

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

func (*IcpeTimestamp) XXX_Size

func (m *IcpeTimestamp) XXX_Size() int

func (*IcpeTimestamp) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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