cisco_ios_xr_ncs4k_freqsync_oper_frequency_synchronization_interface_datas_interface_data

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-ncs4k-freqsync-oper:frequency-synchronization/interface-datas/interface-data

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FsyncBagClockId

type FsyncBagClockId struct {
	Node                 string   `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ClockName            string   `protobuf:"bytes,3,opt,name=clock_name,json=clockName,proto3" json:"clock_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FsyncBagClockId) Descriptor

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

func (*FsyncBagClockId) GetClockName

func (m *FsyncBagClockId) GetClockName() string

func (*FsyncBagClockId) GetId

func (m *FsyncBagClockId) GetId() uint32

func (*FsyncBagClockId) GetNode

func (m *FsyncBagClockId) GetNode() string

func (*FsyncBagClockId) ProtoMessage

func (*FsyncBagClockId) ProtoMessage()

func (*FsyncBagClockId) Reset

func (m *FsyncBagClockId) Reset()

func (*FsyncBagClockId) String

func (m *FsyncBagClockId) String() string

func (*FsyncBagClockId) XXX_DiscardUnknown

func (m *FsyncBagClockId) XXX_DiscardUnknown()

func (*FsyncBagClockId) XXX_Marshal

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

func (*FsyncBagClockId) XXX_Merge

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

func (*FsyncBagClockId) XXX_Size

func (m *FsyncBagClockId) XXX_Size() int

func (*FsyncBagClockId) XXX_Unmarshal

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

type FsyncBagEthEsmcStats

type FsyncBagEthEsmcStats struct {
	EsmcEventsSent        uint32   `protobuf:"varint,1,opt,name=esmc_events_sent,json=esmcEventsSent,proto3" json:"esmc_events_sent,omitempty"`
	EsmcEventsReceived    uint32   `protobuf:"varint,2,opt,name=esmc_events_received,json=esmcEventsReceived,proto3" json:"esmc_events_received,omitempty"`
	EsmcInfosSent         uint32   `protobuf:"varint,3,opt,name=esmc_infos_sent,json=esmcInfosSent,proto3" json:"esmc_infos_sent,omitempty"`
	EsmcInfosReceived     uint32   `protobuf:"varint,4,opt,name=esmc_infos_received,json=esmcInfosReceived,proto3" json:"esmc_infos_received,omitempty"`
	EsmcDnUsSent          uint32   `protobuf:"varint,5,opt,name=esmc_dn_us_sent,json=esmcDnUsSent,proto3" json:"esmc_dn_us_sent,omitempty"`
	EsmcDnUsReceived      uint32   `protobuf:"varint,6,opt,name=esmc_dn_us_received,json=esmcDnUsReceived,proto3" json:"esmc_dn_us_received,omitempty"`
	EsmcMalformedReceived uint32   `` /* 127-byte string literal not displayed */
	EsmcReceivedError     uint32   `protobuf:"varint,8,opt,name=esmc_received_error,json=esmcReceivedError,proto3" json:"esmc_received_error,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*FsyncBagEthEsmcStats) Descriptor

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

func (*FsyncBagEthEsmcStats) GetEsmcDnUsReceived

func (m *FsyncBagEthEsmcStats) GetEsmcDnUsReceived() uint32

func (*FsyncBagEthEsmcStats) GetEsmcDnUsSent

func (m *FsyncBagEthEsmcStats) GetEsmcDnUsSent() uint32

func (*FsyncBagEthEsmcStats) GetEsmcEventsReceived

func (m *FsyncBagEthEsmcStats) GetEsmcEventsReceived() uint32

func (*FsyncBagEthEsmcStats) GetEsmcEventsSent

func (m *FsyncBagEthEsmcStats) GetEsmcEventsSent() uint32

func (*FsyncBagEthEsmcStats) GetEsmcInfosReceived

func (m *FsyncBagEthEsmcStats) GetEsmcInfosReceived() uint32

func (*FsyncBagEthEsmcStats) GetEsmcInfosSent

func (m *FsyncBagEthEsmcStats) GetEsmcInfosSent() uint32

func (*FsyncBagEthEsmcStats) GetEsmcMalformedReceived

func (m *FsyncBagEthEsmcStats) GetEsmcMalformedReceived() uint32

func (*FsyncBagEthEsmcStats) GetEsmcReceivedError

func (m *FsyncBagEthEsmcStats) GetEsmcReceivedError() uint32

func (*FsyncBagEthEsmcStats) ProtoMessage

func (*FsyncBagEthEsmcStats) ProtoMessage()

func (*FsyncBagEthEsmcStats) Reset

func (m *FsyncBagEthEsmcStats) Reset()

func (*FsyncBagEthEsmcStats) String

func (m *FsyncBagEthEsmcStats) String() string

func (*FsyncBagEthEsmcStats) XXX_DiscardUnknown

func (m *FsyncBagEthEsmcStats) XXX_DiscardUnknown()

func (*FsyncBagEthEsmcStats) XXX_Marshal

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

func (*FsyncBagEthEsmcStats) XXX_Merge

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

func (*FsyncBagEthEsmcStats) XXX_Size

func (m *FsyncBagEthEsmcStats) XXX_Size() int

func (*FsyncBagEthEsmcStats) XXX_Unmarshal

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

type FsyncBagEthPeerInfo

type FsyncBagEthPeerInfo struct {
	PeerState            string             `protobuf:"bytes,1,opt,name=peer_state,json=peerState,proto3" json:"peer_state,omitempty"`
	PeerStateTime        *FsyncBagTimestamp `protobuf:"bytes,2,opt,name=peer_state_time,json=peerStateTime,proto3" json:"peer_state_time,omitempty"`
	LastSsm              *FsyncBagTimestamp `protobuf:"bytes,3,opt,name=last_ssm,json=lastSsm,proto3" json:"last_ssm,omitempty"`
	PeerUpCount          uint32             `protobuf:"varint,4,opt,name=peer_up_count,json=peerUpCount,proto3" json:"peer_up_count,omitempty"`
	PeerTimeoutCount     uint32             `protobuf:"varint,5,opt,name=peer_timeout_count,json=peerTimeoutCount,proto3" json:"peer_timeout_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*FsyncBagEthPeerInfo) Descriptor

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

func (*FsyncBagEthPeerInfo) GetLastSsm

func (m *FsyncBagEthPeerInfo) GetLastSsm() *FsyncBagTimestamp

func (*FsyncBagEthPeerInfo) GetPeerState

func (m *FsyncBagEthPeerInfo) GetPeerState() string

func (*FsyncBagEthPeerInfo) GetPeerStateTime

func (m *FsyncBagEthPeerInfo) GetPeerStateTime() *FsyncBagTimestamp

func (*FsyncBagEthPeerInfo) GetPeerTimeoutCount

func (m *FsyncBagEthPeerInfo) GetPeerTimeoutCount() uint32

func (*FsyncBagEthPeerInfo) GetPeerUpCount

func (m *FsyncBagEthPeerInfo) GetPeerUpCount() uint32

func (*FsyncBagEthPeerInfo) ProtoMessage

func (*FsyncBagEthPeerInfo) ProtoMessage()

func (*FsyncBagEthPeerInfo) Reset

func (m *FsyncBagEthPeerInfo) Reset()

func (*FsyncBagEthPeerInfo) String

func (m *FsyncBagEthPeerInfo) String() string

func (*FsyncBagEthPeerInfo) XXX_DiscardUnknown

func (m *FsyncBagEthPeerInfo) XXX_DiscardUnknown()

func (*FsyncBagEthPeerInfo) XXX_Marshal

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

func (*FsyncBagEthPeerInfo) XXX_Merge

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

func (*FsyncBagEthPeerInfo) XXX_Size

func (m *FsyncBagEthPeerInfo) XXX_Size() int

func (*FsyncBagEthPeerInfo) XXX_Unmarshal

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

type FsyncBagQl

type FsyncBagQl struct {
	QualityLevelOption      string   `protobuf:"bytes,1,opt,name=quality_level_option,json=qualityLevelOption,proto3" json:"quality_level_option,omitempty"`
	Option1Value            string   `protobuf:"bytes,2,opt,name=option1_value,json=option1Value,proto3" json:"option1_value,omitempty"`
	Option2Generation1Value string   `` /* 132-byte string literal not displayed */
	Option2Generation2Value string   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*FsyncBagQl) Descriptor

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

func (*FsyncBagQl) GetOption1Value

func (m *FsyncBagQl) GetOption1Value() string

func (*FsyncBagQl) GetOption2Generation1Value

func (m *FsyncBagQl) GetOption2Generation1Value() string

func (*FsyncBagQl) GetOption2Generation2Value

func (m *FsyncBagQl) GetOption2Generation2Value() string

func (*FsyncBagQl) GetQualityLevelOption

func (m *FsyncBagQl) GetQualityLevelOption() string

func (*FsyncBagQl) ProtoMessage

func (*FsyncBagQl) ProtoMessage()

func (*FsyncBagQl) Reset

func (m *FsyncBagQl) Reset()

func (*FsyncBagQl) String

func (m *FsyncBagQl) String() string

func (*FsyncBagQl) XXX_DiscardUnknown

func (m *FsyncBagQl) XXX_DiscardUnknown()

func (*FsyncBagQl) XXX_Marshal

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

func (*FsyncBagQl) XXX_Merge

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

func (*FsyncBagQl) XXX_Size

func (m *FsyncBagQl) XXX_Size() int

func (*FsyncBagQl) XXX_Unmarshal

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

type FsyncBagSourceId

type FsyncBagSourceId struct {
	SourceClass              string           `protobuf:"bytes,1,opt,name=source_class,json=sourceClass,proto3" json:"source_class,omitempty"`
	EthernetInterface        string           `protobuf:"bytes,2,opt,name=ethernet_interface,json=ethernetInterface,proto3" json:"ethernet_interface,omitempty"`
	SonetInterface           string           `protobuf:"bytes,3,opt,name=sonet_interface,json=sonetInterface,proto3" json:"sonet_interface,omitempty"`
	ClockId                  *FsyncBagClockId `protobuf:"bytes,4,opt,name=clock_id,json=clockId,proto3" json:"clock_id,omitempty"`
	InternalClockId          *FsyncBagClockId `protobuf:"bytes,5,opt,name=internal_clock_id,json=internalClockId,proto3" json:"internal_clock_id,omitempty"`
	PtpNode                  string           `protobuf:"bytes,6,opt,name=ptp_node,json=ptpNode,proto3" json:"ptp_node,omitempty"`
	SatelliteAccessInterface string           `` /* 135-byte string literal not displayed */
	NtpNode                  string           `protobuf:"bytes,8,opt,name=ntp_node,json=ntpNode,proto3" json:"ntp_node,omitempty"`
	GnssReceiverId           *FsyncBagClockId `protobuf:"bytes,9,opt,name=gnss_receiver_id,json=gnssReceiverId,proto3" json:"gnss_receiver_id,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}         `json:"-"`
	XXX_unrecognized         []byte           `json:"-"`
	XXX_sizecache            int32            `json:"-"`
}

func (*FsyncBagSourceId) Descriptor

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

func (*FsyncBagSourceId) GetClockId

func (m *FsyncBagSourceId) GetClockId() *FsyncBagClockId

func (*FsyncBagSourceId) GetEthernetInterface

func (m *FsyncBagSourceId) GetEthernetInterface() string

func (*FsyncBagSourceId) GetGnssReceiverId

func (m *FsyncBagSourceId) GetGnssReceiverId() *FsyncBagClockId

func (*FsyncBagSourceId) GetInternalClockId

func (m *FsyncBagSourceId) GetInternalClockId() *FsyncBagClockId

func (*FsyncBagSourceId) GetNtpNode

func (m *FsyncBagSourceId) GetNtpNode() string

func (*FsyncBagSourceId) GetPtpNode

func (m *FsyncBagSourceId) GetPtpNode() string

func (*FsyncBagSourceId) GetSatelliteAccessInterface

func (m *FsyncBagSourceId) GetSatelliteAccessInterface() string

func (*FsyncBagSourceId) GetSonetInterface

func (m *FsyncBagSourceId) GetSonetInterface() string

func (*FsyncBagSourceId) GetSourceClass

func (m *FsyncBagSourceId) GetSourceClass() string

func (*FsyncBagSourceId) ProtoMessage

func (*FsyncBagSourceId) ProtoMessage()

func (*FsyncBagSourceId) Reset

func (m *FsyncBagSourceId) Reset()

func (*FsyncBagSourceId) String

func (m *FsyncBagSourceId) String() string

func (*FsyncBagSourceId) XXX_DiscardUnknown

func (m *FsyncBagSourceId) XXX_DiscardUnknown()

func (*FsyncBagSourceId) XXX_Marshal

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

func (*FsyncBagSourceId) XXX_Merge

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

func (*FsyncBagSourceId) XXX_Size

func (m *FsyncBagSourceId) XXX_Size() int

func (*FsyncBagSourceId) XXX_Unmarshal

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

type FsyncBagSpInfo

type FsyncBagSpInfo struct {
	SelectionPoint            uint32   `protobuf:"varint,1,opt,name=selection_point,json=selectionPoint,proto3" json:"selection_point,omitempty"`
	SelectionPointDescription string   `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*FsyncBagSpInfo) Descriptor

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

func (*FsyncBagSpInfo) GetSelectionPoint

func (m *FsyncBagSpInfo) GetSelectionPoint() uint32

func (*FsyncBagSpInfo) GetSelectionPointDescription

func (m *FsyncBagSpInfo) GetSelectionPointDescription() string

func (*FsyncBagSpInfo) ProtoMessage

func (*FsyncBagSpInfo) ProtoMessage()

func (*FsyncBagSpInfo) Reset

func (m *FsyncBagSpInfo) Reset()

func (*FsyncBagSpInfo) String

func (m *FsyncBagSpInfo) String() string

func (*FsyncBagSpInfo) XXX_DiscardUnknown

func (m *FsyncBagSpInfo) XXX_DiscardUnknown()

func (*FsyncBagSpInfo) XXX_Marshal

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

func (*FsyncBagSpInfo) XXX_Merge

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

func (*FsyncBagSpInfo) XXX_Size

func (m *FsyncBagSpInfo) XXX_Size() int

func (*FsyncBagSpInfo) XXX_Unmarshal

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

type FsyncBagTimestamp

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

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

func (*FsyncBagTimestamp) GetNanoseconds

func (m *FsyncBagTimestamp) GetNanoseconds() uint32

func (*FsyncBagTimestamp) GetSeconds

func (m *FsyncBagTimestamp) GetSeconds() uint32

func (*FsyncBagTimestamp) ProtoMessage

func (*FsyncBagTimestamp) ProtoMessage()

func (*FsyncBagTimestamp) Reset

func (m *FsyncBagTimestamp) Reset()

func (*FsyncBagTimestamp) String

func (m *FsyncBagTimestamp) String() string

func (*FsyncBagTimestamp) XXX_DiscardUnknown

func (m *FsyncBagTimestamp) XXX_DiscardUnknown()

func (*FsyncBagTimestamp) XXX_Marshal

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

func (*FsyncBagTimestamp) XXX_Merge

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

func (*FsyncBagTimestamp) XXX_Size

func (m *FsyncBagTimestamp) XXX_Size() int

func (*FsyncBagTimestamp) XXX_Unmarshal

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

type FsyncIfInfoV2

type FsyncIfInfoV2 struct {
	Source                      *FsyncBagSourceId     `protobuf:"bytes,50,opt,name=source,proto3" json:"source,omitempty"`
	Name                        string                `protobuf:"bytes,51,opt,name=name,proto3" json:"name,omitempty"`
	State                       string                `protobuf:"bytes,52,opt,name=state,proto3" json:"state,omitempty"`
	SsmEnabled                  bool                  `protobuf:"varint,53,opt,name=ssm_enabled,json=ssmEnabled,proto3" json:"ssm_enabled,omitempty"`
	Squelched                   bool                  `protobuf:"varint,54,opt,name=squelched,proto3" json:"squelched,omitempty"`
	SelectionInput              bool                  `protobuf:"varint,55,opt,name=selection_input,json=selectionInput,proto3" json:"selection_input,omitempty"`
	Priority                    uint32                `protobuf:"varint,56,opt,name=priority,proto3" json:"priority,omitempty"`
	TimeOfDayPriority           uint32                `protobuf:"varint,57,opt,name=time_of_day_priority,json=timeOfDayPriority,proto3" json:"time_of_day_priority,omitempty"`
	SelectedSource              *FsyncBagSourceId     `protobuf:"bytes,58,opt,name=selected_source,json=selectedSource,proto3" json:"selected_source,omitempty"`
	DampingState                string                `protobuf:"bytes,59,opt,name=damping_state,json=dampingState,proto3" json:"damping_state,omitempty"`
	DampingTime                 uint32                `protobuf:"varint,60,opt,name=damping_time,json=dampingTime,proto3" json:"damping_time,omitempty"`
	WaitToRestoreTime           uint32                `protobuf:"varint,61,opt,name=wait_to_restore_time,json=waitToRestoreTime,proto3" json:"wait_to_restore_time,omitempty"`
	SupportsFrequency           bool                  `protobuf:"varint,62,opt,name=supports_frequency,json=supportsFrequency,proto3" json:"supports_frequency,omitempty"`
	SupportsTimeOfDay           bool                  `protobuf:"varint,63,opt,name=supports_time_of_day,json=supportsTimeOfDay,proto3" json:"supports_time_of_day,omitempty"`
	QualityLevelReceived        *FsyncBagQl           `protobuf:"bytes,64,opt,name=quality_level_received,json=qualityLevelReceived,proto3" json:"quality_level_received,omitempty"`
	QualityLevelDamped          *FsyncBagQl           `protobuf:"bytes,65,opt,name=quality_level_damped,json=qualityLevelDamped,proto3" json:"quality_level_damped,omitempty"`
	QualityLevelEffectiveInput  *FsyncBagQl           `` /* 144-byte string literal not displayed */
	QualityLevelEffectiveOutput *FsyncBagQl           `` /* 147-byte string literal not displayed */
	QualityLevelSelectedSource  *FsyncBagQl           `` /* 144-byte string literal not displayed */
	SpaSelectionPoint           []*FsyncBagSpInfo     `protobuf:"bytes,69,rep,name=spa_selection_point,json=spaSelectionPoint,proto3" json:"spa_selection_point,omitempty"`
	NodeSelectionPoint          []*FsyncBagSpInfo     `protobuf:"bytes,70,rep,name=node_selection_point,json=nodeSelectionPoint,proto3" json:"node_selection_point,omitempty"`
	EthernetPeerInformation     *FsyncBagEthPeerInfo  `` /* 133-byte string literal not displayed */
	EsmcStatistics              *FsyncBagEthEsmcStats `protobuf:"bytes,72,opt,name=esmc_statistics,json=esmcStatistics,proto3" json:"esmc_statistics,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}              `json:"-"`
	XXX_unrecognized            []byte                `json:"-"`
	XXX_sizecache               int32                 `json:"-"`
}

func (*FsyncIfInfoV2) Descriptor

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

func (*FsyncIfInfoV2) GetDampingState

func (m *FsyncIfInfoV2) GetDampingState() string

func (*FsyncIfInfoV2) GetDampingTime

func (m *FsyncIfInfoV2) GetDampingTime() uint32

func (*FsyncIfInfoV2) GetEsmcStatistics

func (m *FsyncIfInfoV2) GetEsmcStatistics() *FsyncBagEthEsmcStats

func (*FsyncIfInfoV2) GetEthernetPeerInformation

func (m *FsyncIfInfoV2) GetEthernetPeerInformation() *FsyncBagEthPeerInfo

func (*FsyncIfInfoV2) GetName

func (m *FsyncIfInfoV2) GetName() string

func (*FsyncIfInfoV2) GetNodeSelectionPoint

func (m *FsyncIfInfoV2) GetNodeSelectionPoint() []*FsyncBagSpInfo

func (*FsyncIfInfoV2) GetPriority

func (m *FsyncIfInfoV2) GetPriority() uint32

func (*FsyncIfInfoV2) GetQualityLevelDamped

func (m *FsyncIfInfoV2) GetQualityLevelDamped() *FsyncBagQl

func (*FsyncIfInfoV2) GetQualityLevelEffectiveInput

func (m *FsyncIfInfoV2) GetQualityLevelEffectiveInput() *FsyncBagQl

func (*FsyncIfInfoV2) GetQualityLevelEffectiveOutput

func (m *FsyncIfInfoV2) GetQualityLevelEffectiveOutput() *FsyncBagQl

func (*FsyncIfInfoV2) GetQualityLevelReceived

func (m *FsyncIfInfoV2) GetQualityLevelReceived() *FsyncBagQl

func (*FsyncIfInfoV2) GetQualityLevelSelectedSource

func (m *FsyncIfInfoV2) GetQualityLevelSelectedSource() *FsyncBagQl

func (*FsyncIfInfoV2) GetSelectedSource

func (m *FsyncIfInfoV2) GetSelectedSource() *FsyncBagSourceId

func (*FsyncIfInfoV2) GetSelectionInput

func (m *FsyncIfInfoV2) GetSelectionInput() bool

func (*FsyncIfInfoV2) GetSource

func (m *FsyncIfInfoV2) GetSource() *FsyncBagSourceId

func (*FsyncIfInfoV2) GetSpaSelectionPoint

func (m *FsyncIfInfoV2) GetSpaSelectionPoint() []*FsyncBagSpInfo

func (*FsyncIfInfoV2) GetSquelched

func (m *FsyncIfInfoV2) GetSquelched() bool

func (*FsyncIfInfoV2) GetSsmEnabled

func (m *FsyncIfInfoV2) GetSsmEnabled() bool

func (*FsyncIfInfoV2) GetState

func (m *FsyncIfInfoV2) GetState() string

func (*FsyncIfInfoV2) GetSupportsFrequency

func (m *FsyncIfInfoV2) GetSupportsFrequency() bool

func (*FsyncIfInfoV2) GetSupportsTimeOfDay

func (m *FsyncIfInfoV2) GetSupportsTimeOfDay() bool

func (*FsyncIfInfoV2) GetTimeOfDayPriority

func (m *FsyncIfInfoV2) GetTimeOfDayPriority() uint32

func (*FsyncIfInfoV2) GetWaitToRestoreTime

func (m *FsyncIfInfoV2) GetWaitToRestoreTime() uint32

func (*FsyncIfInfoV2) ProtoMessage

func (*FsyncIfInfoV2) ProtoMessage()

func (*FsyncIfInfoV2) Reset

func (m *FsyncIfInfoV2) Reset()

func (*FsyncIfInfoV2) String

func (m *FsyncIfInfoV2) String() string

func (*FsyncIfInfoV2) XXX_DiscardUnknown

func (m *FsyncIfInfoV2) XXX_DiscardUnknown()

func (*FsyncIfInfoV2) XXX_Marshal

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

func (*FsyncIfInfoV2) XXX_Merge

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

func (*FsyncIfInfoV2) XXX_Size

func (m *FsyncIfInfoV2) XXX_Size() int

func (*FsyncIfInfoV2) XXX_Unmarshal

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

type FsyncIfInfoV2_KEYS

type FsyncIfInfoV2_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 (*FsyncIfInfoV2_KEYS) Descriptor

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

func (*FsyncIfInfoV2_KEYS) GetInterfaceName

func (m *FsyncIfInfoV2_KEYS) GetInterfaceName() string

func (*FsyncIfInfoV2_KEYS) ProtoMessage

func (*FsyncIfInfoV2_KEYS) ProtoMessage()

func (*FsyncIfInfoV2_KEYS) Reset

func (m *FsyncIfInfoV2_KEYS) Reset()

func (*FsyncIfInfoV2_KEYS) String

func (m *FsyncIfInfoV2_KEYS) String() string

func (*FsyncIfInfoV2_KEYS) XXX_DiscardUnknown

func (m *FsyncIfInfoV2_KEYS) XXX_DiscardUnknown()

func (*FsyncIfInfoV2_KEYS) XXX_Marshal

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

func (*FsyncIfInfoV2_KEYS) XXX_Merge

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

func (*FsyncIfInfoV2_KEYS) XXX_Size

func (m *FsyncIfInfoV2_KEYS) XXX_Size() int

func (*FsyncIfInfoV2_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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