cisco_ios_xr_ptp_oper_ptp_nodes_node_node_interfaces_node_interface

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-ptp-oper:ptp/nodes/node/node-interfaces/node-interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PtpBagAddress

type PtpBagAddress struct {
	Encapsulation        string              `protobuf:"bytes,1,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	AddressUnknown       bool                `protobuf:"varint,2,opt,name=address_unknown,json=addressUnknown,proto3" json:"address_unknown,omitempty"`
	MacAddress           *PtpBagMacAddrType  `protobuf:"bytes,3,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Ipv4Address          string              `protobuf:"bytes,4,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          *PtpBagIpv6AddrType `protobuf:"bytes,5,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*PtpBagAddress) Descriptor

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

func (*PtpBagAddress) GetAddressUnknown

func (m *PtpBagAddress) GetAddressUnknown() bool

func (*PtpBagAddress) GetEncapsulation

func (m *PtpBagAddress) GetEncapsulation() string

func (*PtpBagAddress) GetIpv4Address

func (m *PtpBagAddress) GetIpv4Address() string

func (*PtpBagAddress) GetIpv6Address

func (m *PtpBagAddress) GetIpv6Address() *PtpBagIpv6AddrType

func (*PtpBagAddress) GetMacAddress

func (m *PtpBagAddress) GetMacAddress() *PtpBagMacAddrType

func (*PtpBagAddress) ProtoMessage

func (*PtpBagAddress) ProtoMessage()

func (*PtpBagAddress) Reset

func (m *PtpBagAddress) Reset()

func (*PtpBagAddress) String

func (m *PtpBagAddress) String() string

func (*PtpBagAddress) XXX_DiscardUnknown

func (m *PtpBagAddress) XXX_DiscardUnknown()

func (*PtpBagAddress) XXX_Marshal

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

func (*PtpBagAddress) XXX_Merge

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

func (*PtpBagAddress) XXX_Size

func (m *PtpBagAddress) XXX_Size() int

func (*PtpBagAddress) XXX_Unmarshal

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

type PtpBagClockClassMapping

type PtpBagClockClassMapping struct {
	FromClockClass       uint32   `protobuf:"varint,1,opt,name=from_clock_class,json=fromClockClass,proto3" json:"from_clock_class,omitempty"`
	ToClockClass         uint32   `protobuf:"varint,2,opt,name=to_clock_class,json=toClockClass,proto3" json:"to_clock_class,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagClockClassMapping) Descriptor

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

func (*PtpBagClockClassMapping) GetFromClockClass

func (m *PtpBagClockClassMapping) GetFromClockClass() uint32

func (*PtpBagClockClassMapping) GetToClockClass

func (m *PtpBagClockClassMapping) GetToClockClass() uint32

func (*PtpBagClockClassMapping) ProtoMessage

func (*PtpBagClockClassMapping) ProtoMessage()

func (*PtpBagClockClassMapping) Reset

func (m *PtpBagClockClassMapping) Reset()

func (*PtpBagClockClassMapping) String

func (m *PtpBagClockClassMapping) String() string

func (*PtpBagClockClassMapping) XXX_DiscardUnknown

func (m *PtpBagClockClassMapping) XXX_DiscardUnknown()

func (*PtpBagClockClassMapping) XXX_Marshal

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

func (*PtpBagClockClassMapping) XXX_Merge

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

func (*PtpBagClockClassMapping) XXX_Size

func (m *PtpBagClockClassMapping) XXX_Size() int

func (*PtpBagClockClassMapping) XXX_Unmarshal

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

type PtpBagIpv4AddrList

type PtpBagIpv4AddrList struct {
	Addr                 []string `protobuf:"bytes,1,rep,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagIpv4AddrList) Descriptor

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

func (*PtpBagIpv4AddrList) GetAddr

func (m *PtpBagIpv4AddrList) GetAddr() []string

func (*PtpBagIpv4AddrList) ProtoMessage

func (*PtpBagIpv4AddrList) ProtoMessage()

func (*PtpBagIpv4AddrList) Reset

func (m *PtpBagIpv4AddrList) Reset()

func (*PtpBagIpv4AddrList) String

func (m *PtpBagIpv4AddrList) String() string

func (*PtpBagIpv4AddrList) XXX_DiscardUnknown

func (m *PtpBagIpv4AddrList) XXX_DiscardUnknown()

func (*PtpBagIpv4AddrList) XXX_Marshal

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

func (*PtpBagIpv4AddrList) XXX_Merge

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

func (*PtpBagIpv4AddrList) XXX_Size

func (m *PtpBagIpv4AddrList) XXX_Size() int

func (*PtpBagIpv4AddrList) XXX_Unmarshal

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

type PtpBagIpv6AddrList

type PtpBagIpv6AddrList struct {
	Addr                 []string `protobuf:"bytes,1,rep,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagIpv6AddrList) Descriptor

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

func (*PtpBagIpv6AddrList) GetAddr

func (m *PtpBagIpv6AddrList) GetAddr() []string

func (*PtpBagIpv6AddrList) ProtoMessage

func (*PtpBagIpv6AddrList) ProtoMessage()

func (*PtpBagIpv6AddrList) Reset

func (m *PtpBagIpv6AddrList) Reset()

func (*PtpBagIpv6AddrList) String

func (m *PtpBagIpv6AddrList) String() string

func (*PtpBagIpv6AddrList) XXX_DiscardUnknown

func (m *PtpBagIpv6AddrList) XXX_DiscardUnknown()

func (*PtpBagIpv6AddrList) XXX_Marshal

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

func (*PtpBagIpv6AddrList) XXX_Merge

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

func (*PtpBagIpv6AddrList) XXX_Size

func (m *PtpBagIpv6AddrList) XXX_Size() int

func (*PtpBagIpv6AddrList) XXX_Unmarshal

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

type PtpBagIpv6AddrType

type PtpBagIpv6AddrType struct {
	Ipv6Address          string   `protobuf:"bytes,1,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagIpv6AddrType) Descriptor

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

func (*PtpBagIpv6AddrType) GetIpv6Address

func (m *PtpBagIpv6AddrType) GetIpv6Address() string

func (*PtpBagIpv6AddrType) ProtoMessage

func (*PtpBagIpv6AddrType) ProtoMessage()

func (*PtpBagIpv6AddrType) Reset

func (m *PtpBagIpv6AddrType) Reset()

func (*PtpBagIpv6AddrType) String

func (m *PtpBagIpv6AddrType) String() string

func (*PtpBagIpv6AddrType) XXX_DiscardUnknown

func (m *PtpBagIpv6AddrType) XXX_DiscardUnknown()

func (*PtpBagIpv6AddrType) XXX_Marshal

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

func (*PtpBagIpv6AddrType) XXX_Merge

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

func (*PtpBagIpv6AddrType) XXX_Size

func (m *PtpBagIpv6AddrType) XXX_Size() int

func (*PtpBagIpv6AddrType) XXX_Unmarshal

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

type PtpBagMacAddrType

type PtpBagMacAddrType struct {
	Macaddr              string   `protobuf:"bytes,1,opt,name=macaddr,proto3" json:"macaddr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagMacAddrType) Descriptor

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

func (*PtpBagMacAddrType) GetMacaddr

func (m *PtpBagMacAddrType) GetMacaddr() string

func (*PtpBagMacAddrType) ProtoMessage

func (*PtpBagMacAddrType) ProtoMessage()

func (*PtpBagMacAddrType) Reset

func (m *PtpBagMacAddrType) Reset()

func (*PtpBagMacAddrType) String

func (m *PtpBagMacAddrType) String() string

func (*PtpBagMacAddrType) XXX_DiscardUnknown

func (m *PtpBagMacAddrType) XXX_DiscardUnknown()

func (*PtpBagMacAddrType) XXX_Marshal

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

func (*PtpBagMacAddrType) XXX_Merge

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

func (*PtpBagMacAddrType) XXX_Size

func (m *PtpBagMacAddrType) XXX_Size() int

func (*PtpBagMacAddrType) XXX_Unmarshal

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

type PtpBagMasterTableEntry

type PtpBagMasterTableEntry struct {
	Address              *PtpBagAddress `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	CommunicationModel   string         `protobuf:"bytes,2,opt,name=communication_model,json=communicationModel,proto3" json:"communication_model,omitempty"`
	Priority             uint32         `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	Known                bool           `protobuf:"varint,4,opt,name=known,proto3" json:"known,omitempty"`
	Qualified            bool           `protobuf:"varint,5,opt,name=qualified,proto3" json:"qualified,omitempty"`
	IsGrandmaster        bool           `protobuf:"varint,6,opt,name=is_grandmaster,json=isGrandmaster,proto3" json:"is_grandmaster,omitempty"`
	PtsfLossAnnounce     uint32         `protobuf:"varint,7,opt,name=ptsf_loss_announce,json=ptsfLossAnnounce,proto3" json:"ptsf_loss_announce,omitempty"`
	PtsfLossSync         uint32         `protobuf:"varint,8,opt,name=ptsf_loss_sync,json=ptsfLossSync,proto3" json:"ptsf_loss_sync,omitempty"`
	IsNonnegotiated      bool           `protobuf:"varint,9,opt,name=is_nonnegotiated,json=isNonnegotiated,proto3" json:"is_nonnegotiated,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PtpBagMasterTableEntry) Descriptor

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

func (*PtpBagMasterTableEntry) GetAddress

func (m *PtpBagMasterTableEntry) GetAddress() *PtpBagAddress

func (*PtpBagMasterTableEntry) GetCommunicationModel

func (m *PtpBagMasterTableEntry) GetCommunicationModel() string

func (*PtpBagMasterTableEntry) GetIsGrandmaster

func (m *PtpBagMasterTableEntry) GetIsGrandmaster() bool

func (*PtpBagMasterTableEntry) GetIsNonnegotiated

func (m *PtpBagMasterTableEntry) GetIsNonnegotiated() bool

func (*PtpBagMasterTableEntry) GetKnown

func (m *PtpBagMasterTableEntry) GetKnown() bool

func (*PtpBagMasterTableEntry) GetPriority

func (m *PtpBagMasterTableEntry) GetPriority() uint32

func (*PtpBagMasterTableEntry) GetPtsfLossAnnounce

func (m *PtpBagMasterTableEntry) GetPtsfLossAnnounce() uint32

func (*PtpBagMasterTableEntry) GetPtsfLossSync

func (m *PtpBagMasterTableEntry) GetPtsfLossSync() uint32

func (*PtpBagMasterTableEntry) GetQualified

func (m *PtpBagMasterTableEntry) GetQualified() bool

func (*PtpBagMasterTableEntry) ProtoMessage

func (*PtpBagMasterTableEntry) ProtoMessage()

func (*PtpBagMasterTableEntry) Reset

func (m *PtpBagMasterTableEntry) Reset()

func (*PtpBagMasterTableEntry) String

func (m *PtpBagMasterTableEntry) String() string

func (*PtpBagMasterTableEntry) XXX_DiscardUnknown

func (m *PtpBagMasterTableEntry) XXX_DiscardUnknown()

func (*PtpBagMasterTableEntry) XXX_Marshal

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

func (*PtpBagMasterTableEntry) XXX_Merge

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

func (*PtpBagMasterTableEntry) XXX_Size

func (m *PtpBagMasterTableEntry) XXX_Size() int

func (*PtpBagMasterTableEntry) XXX_Unmarshal

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

type PtpBagProfileInteropCfg

type PtpBagProfileInteropCfg struct {
	Priority1            uint32                     `protobuf:"varint,1,opt,name=priority1,proto3" json:"priority1,omitempty"`
	Priority2            uint32                     `protobuf:"varint,2,opt,name=priority2,proto3" json:"priority2,omitempty"`
	Accuracy             uint32                     `protobuf:"varint,3,opt,name=accuracy,proto3" json:"accuracy,omitempty"`
	ClassDefault         uint32                     `protobuf:"varint,4,opt,name=class_default,json=classDefault,proto3" json:"class_default,omitempty"`
	ClassMapping         []*PtpBagClockClassMapping `protobuf:"bytes,5,rep,name=class_mapping,json=classMapping,proto3" json:"class_mapping,omitempty"`
	OffsetLogVariance    uint32                     `protobuf:"varint,6,opt,name=offset_log_variance,json=offsetLogVariance,proto3" json:"offset_log_variance,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*PtpBagProfileInteropCfg) Descriptor

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

func (*PtpBagProfileInteropCfg) GetAccuracy

func (m *PtpBagProfileInteropCfg) GetAccuracy() uint32

func (*PtpBagProfileInteropCfg) GetClassDefault

func (m *PtpBagProfileInteropCfg) GetClassDefault() uint32

func (*PtpBagProfileInteropCfg) GetClassMapping

func (m *PtpBagProfileInteropCfg) GetClassMapping() []*PtpBagClockClassMapping

func (*PtpBagProfileInteropCfg) GetOffsetLogVariance

func (m *PtpBagProfileInteropCfg) GetOffsetLogVariance() uint32

func (*PtpBagProfileInteropCfg) GetPriority1

func (m *PtpBagProfileInteropCfg) GetPriority1() uint32

func (*PtpBagProfileInteropCfg) GetPriority2

func (m *PtpBagProfileInteropCfg) GetPriority2() uint32

func (*PtpBagProfileInteropCfg) ProtoMessage

func (*PtpBagProfileInteropCfg) ProtoMessage()

func (*PtpBagProfileInteropCfg) Reset

func (m *PtpBagProfileInteropCfg) Reset()

func (*PtpBagProfileInteropCfg) String

func (m *PtpBagProfileInteropCfg) String() string

func (*PtpBagProfileInteropCfg) XXX_DiscardUnknown

func (m *PtpBagProfileInteropCfg) XXX_DiscardUnknown()

func (*PtpBagProfileInteropCfg) XXX_Marshal

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

func (*PtpBagProfileInteropCfg) XXX_Merge

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

func (*PtpBagProfileInteropCfg) XXX_Size

func (m *PtpBagProfileInteropCfg) XXX_Size() int

func (*PtpBagProfileInteropCfg) XXX_Unmarshal

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

type PtpIfInfo

type PtpIfInfo struct {
	PortState                  string                    `protobuf:"bytes,50,opt,name=port_state,json=portState,proto3" json:"port_state,omitempty"`
	PortNumber                 uint32                    `protobuf:"varint,51,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"`
	LineState                  string                    `protobuf:"bytes,52,opt,name=line_state,json=lineState,proto3" json:"line_state,omitempty"`
	Encapsulation              string                    `protobuf:"bytes,53,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	Ipv6Address                string                    `protobuf:"bytes,54,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	Ipv4Address                string                    `protobuf:"bytes,55,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6AddressArray           *PtpBagIpv6AddrList       `protobuf:"bytes,56,opt,name=ipv6_address_array,json=ipv6AddressArray,proto3" json:"ipv6_address_array,omitempty"`
	Ipv4AddressArray           *PtpBagIpv4AddrList       `protobuf:"bytes,57,opt,name=ipv4_address_array,json=ipv4AddressArray,proto3" json:"ipv4_address_array,omitempty"`
	MacAddress                 *PtpBagMacAddrType        `protobuf:"bytes,58,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	TwoStep                    bool                      `protobuf:"varint,59,opt,name=two_step,json=twoStep,proto3" json:"two_step,omitempty"`
	CommunicationModel         string                    `protobuf:"bytes,60,opt,name=communication_model,json=communicationModel,proto3" json:"communication_model,omitempty"`
	LogSyncInterval            int32                     `protobuf:"zigzag32,61,opt,name=log_sync_interval,json=logSyncInterval,proto3" json:"log_sync_interval,omitempty"`
	LogAnnounceInterval        int32                     `protobuf:"zigzag32,62,opt,name=log_announce_interval,json=logAnnounceInterval,proto3" json:"log_announce_interval,omitempty"`
	AnnounceTimeout            uint32                    `protobuf:"varint,63,opt,name=announce_timeout,json=announceTimeout,proto3" json:"announce_timeout,omitempty"`
	LogMinDelayRequestInterval int32                     `` /* 149-byte string literal not displayed */
	MasterTable                []*PtpBagMasterTableEntry `protobuf:"bytes,65,rep,name=master_table,json=masterTable,proto3" json:"master_table,omitempty"`
	ConfiguredPortState        string                    `protobuf:"bytes,66,opt,name=configured_port_state,json=configuredPortState,proto3" json:"configured_port_state,omitempty"`
	SupportsUnicast            bool                      `protobuf:"varint,67,opt,name=supports_unicast,json=supportsUnicast,proto3" json:"supports_unicast,omitempty"`
	SupportsMaster             bool                      `protobuf:"varint,68,opt,name=supports_master,json=supportsMaster,proto3" json:"supports_master,omitempty"`
	SupportsOneStep            bool                      `protobuf:"varint,69,opt,name=supports_one_step,json=supportsOneStep,proto3" json:"supports_one_step,omitempty"`
	SupportsTwoStep            bool                      `protobuf:"varint,70,opt,name=supports_two_step,json=supportsTwoStep,proto3" json:"supports_two_step,omitempty"`
	SupportsEthernet           bool                      `protobuf:"varint,71,opt,name=supports_ethernet,json=supportsEthernet,proto3" json:"supports_ethernet,omitempty"`
	SupportsMulticast          bool                      `protobuf:"varint,72,opt,name=supports_multicast,json=supportsMulticast,proto3" json:"supports_multicast,omitempty"`
	SupportsIpv4               bool                      `protobuf:"varint,73,opt,name=supports_ipv4,json=supportsIpv4,proto3" json:"supports_ipv4,omitempty"`
	SupportsIpv6               bool                      `protobuf:"varint,74,opt,name=supports_ipv6,json=supportsIpv6,proto3" json:"supports_ipv6,omitempty"`
	SupportsSlave              bool                      `protobuf:"varint,75,opt,name=supports_slave,json=supportsSlave,proto3" json:"supports_slave,omitempty"`
	SupportsSourceIp           bool                      `protobuf:"varint,76,opt,name=supports_source_ip,json=supportsSourceIp,proto3" json:"supports_source_ip,omitempty"`
	MaxSyncRate                uint32                    `protobuf:"varint,77,opt,name=max_sync_rate,json=maxSyncRate,proto3" json:"max_sync_rate,omitempty"`
	EventCos                   uint32                    `protobuf:"varint,78,opt,name=event_cos,json=eventCos,proto3" json:"event_cos,omitempty"`
	GeneralCos                 uint32                    `protobuf:"varint,79,opt,name=general_cos,json=generalCos,proto3" json:"general_cos,omitempty"`
	EventDscp                  uint32                    `protobuf:"varint,80,opt,name=event_dscp,json=eventDscp,proto3" json:"event_dscp,omitempty"`
	GeneralDscp                uint32                    `protobuf:"varint,81,opt,name=general_dscp,json=generalDscp,proto3" json:"general_dscp,omitempty"`
	UnicastPeers               uint32                    `protobuf:"varint,82,opt,name=unicast_peers,json=unicastPeers,proto3" json:"unicast_peers,omitempty"`
	LocalPriority              uint32                    `protobuf:"varint,83,opt,name=local_priority,json=localPriority,proto3" json:"local_priority,omitempty"`
	SignalFail                 bool                      `protobuf:"varint,84,opt,name=signal_fail,json=signalFail,proto3" json:"signal_fail,omitempty"`
	ProfileInterop             bool                      `protobuf:"varint,85,opt,name=profile_interop,json=profileInterop,proto3" json:"profile_interop,omitempty"`
	InteropDomain              uint32                    `protobuf:"varint,86,opt,name=interop_domain,json=interopDomain,proto3" json:"interop_domain,omitempty"`
	InteropProfile             string                    `protobuf:"bytes,87,opt,name=interop_profile,json=interopProfile,proto3" json:"interop_profile,omitempty"`
	IngressConversion          *PtpBagProfileInteropCfg  `protobuf:"bytes,88,opt,name=ingress_conversion,json=ingressConversion,proto3" json:"ingress_conversion,omitempty"`
	EgressConversion           *PtpBagProfileInteropCfg  `protobuf:"bytes,89,opt,name=egress_conversion,json=egressConversion,proto3" json:"egress_conversion,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}                  `json:"-"`
	XXX_unrecognized           []byte                    `json:"-"`
	XXX_sizecache              int32                     `json:"-"`
}

func (*PtpIfInfo) Descriptor

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

func (*PtpIfInfo) GetAnnounceTimeout

func (m *PtpIfInfo) GetAnnounceTimeout() uint32

func (*PtpIfInfo) GetCommunicationModel

func (m *PtpIfInfo) GetCommunicationModel() string

func (*PtpIfInfo) GetConfiguredPortState

func (m *PtpIfInfo) GetConfiguredPortState() string

func (*PtpIfInfo) GetEgressConversion

func (m *PtpIfInfo) GetEgressConversion() *PtpBagProfileInteropCfg

func (*PtpIfInfo) GetEncapsulation

func (m *PtpIfInfo) GetEncapsulation() string

func (*PtpIfInfo) GetEventCos

func (m *PtpIfInfo) GetEventCos() uint32

func (*PtpIfInfo) GetEventDscp

func (m *PtpIfInfo) GetEventDscp() uint32

func (*PtpIfInfo) GetGeneralCos

func (m *PtpIfInfo) GetGeneralCos() uint32

func (*PtpIfInfo) GetGeneralDscp

func (m *PtpIfInfo) GetGeneralDscp() uint32

func (*PtpIfInfo) GetIngressConversion

func (m *PtpIfInfo) GetIngressConversion() *PtpBagProfileInteropCfg

func (*PtpIfInfo) GetInteropDomain

func (m *PtpIfInfo) GetInteropDomain() uint32

func (*PtpIfInfo) GetInteropProfile

func (m *PtpIfInfo) GetInteropProfile() string

func (*PtpIfInfo) GetIpv4Address

func (m *PtpIfInfo) GetIpv4Address() string

func (*PtpIfInfo) GetIpv4AddressArray

func (m *PtpIfInfo) GetIpv4AddressArray() *PtpBagIpv4AddrList

func (*PtpIfInfo) GetIpv6Address

func (m *PtpIfInfo) GetIpv6Address() string

func (*PtpIfInfo) GetIpv6AddressArray

func (m *PtpIfInfo) GetIpv6AddressArray() *PtpBagIpv6AddrList

func (*PtpIfInfo) GetLineState

func (m *PtpIfInfo) GetLineState() string

func (*PtpIfInfo) GetLocalPriority

func (m *PtpIfInfo) GetLocalPriority() uint32

func (*PtpIfInfo) GetLogAnnounceInterval

func (m *PtpIfInfo) GetLogAnnounceInterval() int32

func (*PtpIfInfo) GetLogMinDelayRequestInterval

func (m *PtpIfInfo) GetLogMinDelayRequestInterval() int32

func (*PtpIfInfo) GetLogSyncInterval

func (m *PtpIfInfo) GetLogSyncInterval() int32

func (*PtpIfInfo) GetMacAddress

func (m *PtpIfInfo) GetMacAddress() *PtpBagMacAddrType

func (*PtpIfInfo) GetMasterTable

func (m *PtpIfInfo) GetMasterTable() []*PtpBagMasterTableEntry

func (*PtpIfInfo) GetMaxSyncRate

func (m *PtpIfInfo) GetMaxSyncRate() uint32

func (*PtpIfInfo) GetPortNumber

func (m *PtpIfInfo) GetPortNumber() uint32

func (*PtpIfInfo) GetPortState

func (m *PtpIfInfo) GetPortState() string

func (*PtpIfInfo) GetProfileInterop

func (m *PtpIfInfo) GetProfileInterop() bool

func (*PtpIfInfo) GetSignalFail

func (m *PtpIfInfo) GetSignalFail() bool

func (*PtpIfInfo) GetSupportsEthernet

func (m *PtpIfInfo) GetSupportsEthernet() bool

func (*PtpIfInfo) GetSupportsIpv4

func (m *PtpIfInfo) GetSupportsIpv4() bool

func (*PtpIfInfo) GetSupportsIpv6

func (m *PtpIfInfo) GetSupportsIpv6() bool

func (*PtpIfInfo) GetSupportsMaster

func (m *PtpIfInfo) GetSupportsMaster() bool

func (*PtpIfInfo) GetSupportsMulticast

func (m *PtpIfInfo) GetSupportsMulticast() bool

func (*PtpIfInfo) GetSupportsOneStep

func (m *PtpIfInfo) GetSupportsOneStep() bool

func (*PtpIfInfo) GetSupportsSlave

func (m *PtpIfInfo) GetSupportsSlave() bool

func (*PtpIfInfo) GetSupportsSourceIp

func (m *PtpIfInfo) GetSupportsSourceIp() bool

func (*PtpIfInfo) GetSupportsTwoStep

func (m *PtpIfInfo) GetSupportsTwoStep() bool

func (*PtpIfInfo) GetSupportsUnicast

func (m *PtpIfInfo) GetSupportsUnicast() bool

func (*PtpIfInfo) GetTwoStep

func (m *PtpIfInfo) GetTwoStep() bool

func (*PtpIfInfo) GetUnicastPeers

func (m *PtpIfInfo) GetUnicastPeers() uint32

func (*PtpIfInfo) ProtoMessage

func (*PtpIfInfo) ProtoMessage()

func (*PtpIfInfo) Reset

func (m *PtpIfInfo) Reset()

func (*PtpIfInfo) String

func (m *PtpIfInfo) String() string

func (*PtpIfInfo) XXX_DiscardUnknown

func (m *PtpIfInfo) XXX_DiscardUnknown()

func (*PtpIfInfo) XXX_Marshal

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

func (*PtpIfInfo) XXX_Merge

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

func (*PtpIfInfo) XXX_Size

func (m *PtpIfInfo) XXX_Size() int

func (*PtpIfInfo) XXX_Unmarshal

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

type PtpIfInfo_KEYS

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

func (*PtpIfInfo_KEYS) Descriptor

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

func (*PtpIfInfo_KEYS) GetInterfaceName

func (m *PtpIfInfo_KEYS) GetInterfaceName() string

func (*PtpIfInfo_KEYS) GetNodeName

func (m *PtpIfInfo_KEYS) GetNodeName() string

func (*PtpIfInfo_KEYS) ProtoMessage

func (*PtpIfInfo_KEYS) ProtoMessage()

func (*PtpIfInfo_KEYS) Reset

func (m *PtpIfInfo_KEYS) Reset()

func (*PtpIfInfo_KEYS) String

func (m *PtpIfInfo_KEYS) String() string

func (*PtpIfInfo_KEYS) XXX_DiscardUnknown

func (m *PtpIfInfo_KEYS) XXX_DiscardUnknown()

func (*PtpIfInfo_KEYS) XXX_Marshal

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

func (*PtpIfInfo_KEYS) XXX_Merge

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

func (*PtpIfInfo_KEYS) XXX_Size

func (m *PtpIfInfo_KEYS) XXX_Size() int

func (*PtpIfInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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