cisco_ios_xr_ptp_oper_ptp_nodes_node_node_interface_foreign_masters_node_interface_foreign_master

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-ptp-oper:ptp/nodes/node/node-interface-foreign-masters/node-interface-foreign-master

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 PtpBagClock

type PtpBagClock struct {
	ClockId              uint64                `protobuf:"varint,1,opt,name=clock_id,json=clockId,proto3" json:"clock_id,omitempty"`
	Priority1            uint32                `protobuf:"varint,2,opt,name=priority1,proto3" json:"priority1,omitempty"`
	Priority2            uint32                `protobuf:"varint,3,opt,name=priority2,proto3" json:"priority2,omitempty"`
	Class                uint32                `protobuf:"varint,4,opt,name=class,proto3" json:"class,omitempty"`
	Accuracy             uint32                `protobuf:"varint,5,opt,name=accuracy,proto3" json:"accuracy,omitempty"`
	OffsetLogVariance    uint32                `protobuf:"varint,6,opt,name=offset_log_variance,json=offsetLogVariance,proto3" json:"offset_log_variance,omitempty"`
	StepsRemoved         uint32                `protobuf:"varint,7,opt,name=steps_removed,json=stepsRemoved,proto3" json:"steps_removed,omitempty"`
	TimeSource           string                `protobuf:"bytes,8,opt,name=time_source,json=timeSource,proto3" json:"time_source,omitempty"`
	UtcOffset            *PtpBagClockUtcOffset `protobuf:"bytes,9,opt,name=utc_offset,json=utcOffset,proto3" json:"utc_offset,omitempty"`
	FrequencyTraceable   bool                  `protobuf:"varint,10,opt,name=frequency_traceable,json=frequencyTraceable,proto3" json:"frequency_traceable,omitempty"`
	TimeTraceable        bool                  `protobuf:"varint,11,opt,name=time_traceable,json=timeTraceable,proto3" json:"time_traceable,omitempty"`
	Timescale            string                `protobuf:"bytes,12,opt,name=timescale,proto3" json:"timescale,omitempty"`
	LeapSeconds          string                `protobuf:"bytes,13,opt,name=leap_seconds,json=leapSeconds,proto3" json:"leap_seconds,omitempty"`
	Receiver             *PtpBagPortId         `protobuf:"bytes,14,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Sender               *PtpBagPortId         `protobuf:"bytes,15,opt,name=sender,proto3" json:"sender,omitempty"`
	Local                bool                  `protobuf:"varint,16,opt,name=local,proto3" json:"local,omitempty"`
	ConfiguredClockClass uint32                `protobuf:"varint,17,opt,name=configured_clock_class,json=configuredClockClass,proto3" json:"configured_clock_class,omitempty"`
	ConfiguredPriority   uint32                `protobuf:"varint,18,opt,name=configured_priority,json=configuredPriority,proto3" json:"configured_priority,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PtpBagClock) Descriptor

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

func (*PtpBagClock) GetAccuracy

func (m *PtpBagClock) GetAccuracy() uint32

func (*PtpBagClock) GetClass

func (m *PtpBagClock) GetClass() uint32

func (*PtpBagClock) GetClockId

func (m *PtpBagClock) GetClockId() uint64

func (*PtpBagClock) GetConfiguredClockClass

func (m *PtpBagClock) GetConfiguredClockClass() uint32

func (*PtpBagClock) GetConfiguredPriority

func (m *PtpBagClock) GetConfiguredPriority() uint32

func (*PtpBagClock) GetFrequencyTraceable

func (m *PtpBagClock) GetFrequencyTraceable() bool

func (*PtpBagClock) GetLeapSeconds

func (m *PtpBagClock) GetLeapSeconds() string

func (*PtpBagClock) GetLocal

func (m *PtpBagClock) GetLocal() bool

func (*PtpBagClock) GetOffsetLogVariance

func (m *PtpBagClock) GetOffsetLogVariance() uint32

func (*PtpBagClock) GetPriority1

func (m *PtpBagClock) GetPriority1() uint32

func (*PtpBagClock) GetPriority2

func (m *PtpBagClock) GetPriority2() uint32

func (*PtpBagClock) GetReceiver

func (m *PtpBagClock) GetReceiver() *PtpBagPortId

func (*PtpBagClock) GetSender

func (m *PtpBagClock) GetSender() *PtpBagPortId

func (*PtpBagClock) GetStepsRemoved

func (m *PtpBagClock) GetStepsRemoved() uint32

func (*PtpBagClock) GetTimeSource

func (m *PtpBagClock) GetTimeSource() string

func (*PtpBagClock) GetTimeTraceable

func (m *PtpBagClock) GetTimeTraceable() bool

func (*PtpBagClock) GetTimescale

func (m *PtpBagClock) GetTimescale() string

func (*PtpBagClock) GetUtcOffset

func (m *PtpBagClock) GetUtcOffset() *PtpBagClockUtcOffset

func (*PtpBagClock) ProtoMessage

func (*PtpBagClock) ProtoMessage()

func (*PtpBagClock) Reset

func (m *PtpBagClock) Reset()

func (*PtpBagClock) String

func (m *PtpBagClock) String() string

func (*PtpBagClock) XXX_DiscardUnknown

func (m *PtpBagClock) XXX_DiscardUnknown()

func (*PtpBagClock) XXX_Marshal

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

func (*PtpBagClock) XXX_Merge

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

func (*PtpBagClock) XXX_Size

func (m *PtpBagClock) XXX_Size() int

func (*PtpBagClock) XXX_Unmarshal

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

type PtpBagClockUtcOffset

type PtpBagClockUtcOffset struct {
	CurrentOffset        string   `protobuf:"bytes,1,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
	OffsetValid          bool     `protobuf:"varint,2,opt,name=offset_valid,json=offsetValid,proto3" json:"offset_valid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagClockUtcOffset) Descriptor

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

func (*PtpBagClockUtcOffset) GetCurrentOffset

func (m *PtpBagClockUtcOffset) GetCurrentOffset() string

func (*PtpBagClockUtcOffset) GetOffsetValid

func (m *PtpBagClockUtcOffset) GetOffsetValid() bool

func (*PtpBagClockUtcOffset) ProtoMessage

func (*PtpBagClockUtcOffset) ProtoMessage()

func (*PtpBagClockUtcOffset) Reset

func (m *PtpBagClockUtcOffset) Reset()

func (*PtpBagClockUtcOffset) String

func (m *PtpBagClockUtcOffset) String() string

func (*PtpBagClockUtcOffset) XXX_DiscardUnknown

func (m *PtpBagClockUtcOffset) XXX_DiscardUnknown()

func (*PtpBagClockUtcOffset) XXX_Marshal

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

func (*PtpBagClockUtcOffset) XXX_Merge

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

func (*PtpBagClockUtcOffset) XXX_Size

func (m *PtpBagClockUtcOffset) XXX_Size() int

func (*PtpBagClockUtcOffset) XXX_Unmarshal

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

type PtpBagForeignClock

type PtpBagForeignClock struct {
	ForeignClock         *PtpBagClock        `protobuf:"bytes,1,opt,name=foreign_clock,json=foreignClock,proto3" json:"foreign_clock,omitempty"`
	IsQualified          bool                `protobuf:"varint,2,opt,name=is_qualified,json=isQualified,proto3" json:"is_qualified,omitempty"`
	IsGrandmaster        bool                `protobuf:"varint,3,opt,name=is_grandmaster,json=isGrandmaster,proto3" json:"is_grandmaster,omitempty"`
	CommunicationModel   string              `protobuf:"bytes,4,opt,name=communication_model,json=communicationModel,proto3" json:"communication_model,omitempty"`
	IsKnown              bool                `protobuf:"varint,5,opt,name=is_known,json=isKnown,proto3" json:"is_known,omitempty"`
	TimeKnownFor         uint32              `protobuf:"varint,6,opt,name=time_known_for,json=timeKnownFor,proto3" json:"time_known_for,omitempty"`
	ForeignDomain        uint32              `protobuf:"varint,7,opt,name=foreign_domain,json=foreignDomain,proto3" json:"foreign_domain,omitempty"`
	Address              *PtpBagAddress      `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"`
	ConfiguredPriority   uint32              `protobuf:"varint,9,opt,name=configured_priority,json=configuredPriority,proto3" json:"configured_priority,omitempty"`
	ConfiguredClockClass uint32              `protobuf:"varint,10,opt,name=configured_clock_class,json=configuredClockClass,proto3" json:"configured_clock_class,omitempty"`
	DelayAsymmetry       int32               `protobuf:"zigzag32,11,opt,name=delay_asymmetry,json=delayAsymmetry,proto3" json:"delay_asymmetry,omitempty"`
	AnnounceGrant        *PtpBagUnicastGrant `protobuf:"bytes,12,opt,name=announce_grant,json=announceGrant,proto3" json:"announce_grant,omitempty"`
	SyncGrant            *PtpBagUnicastGrant `protobuf:"bytes,13,opt,name=sync_grant,json=syncGrant,proto3" json:"sync_grant,omitempty"`
	DelayResponseGrant   *PtpBagUnicastGrant `protobuf:"bytes,14,opt,name=delay_response_grant,json=delayResponseGrant,proto3" json:"delay_response_grant,omitempty"`
	PtsfLossAnnounce     bool                `protobuf:"varint,15,opt,name=ptsf_loss_announce,json=ptsfLossAnnounce,proto3" json:"ptsf_loss_announce,omitempty"`
	PtsfLossSync         bool                `protobuf:"varint,16,opt,name=ptsf_loss_sync,json=ptsfLossSync,proto3" json:"ptsf_loss_sync,omitempty"`
	IsDnu                bool                `protobuf:"varint,17,opt,name=is_dnu,json=isDnu,proto3" json:"is_dnu,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*PtpBagForeignClock) Descriptor

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

func (*PtpBagForeignClock) GetAddress

func (m *PtpBagForeignClock) GetAddress() *PtpBagAddress

func (*PtpBagForeignClock) GetAnnounceGrant

func (m *PtpBagForeignClock) GetAnnounceGrant() *PtpBagUnicastGrant

func (*PtpBagForeignClock) GetCommunicationModel

func (m *PtpBagForeignClock) GetCommunicationModel() string

func (*PtpBagForeignClock) GetConfiguredClockClass

func (m *PtpBagForeignClock) GetConfiguredClockClass() uint32

func (*PtpBagForeignClock) GetConfiguredPriority

func (m *PtpBagForeignClock) GetConfiguredPriority() uint32

func (*PtpBagForeignClock) GetDelayAsymmetry

func (m *PtpBagForeignClock) GetDelayAsymmetry() int32

func (*PtpBagForeignClock) GetDelayResponseGrant

func (m *PtpBagForeignClock) GetDelayResponseGrant() *PtpBagUnicastGrant

func (*PtpBagForeignClock) GetForeignClock

func (m *PtpBagForeignClock) GetForeignClock() *PtpBagClock

func (*PtpBagForeignClock) GetForeignDomain

func (m *PtpBagForeignClock) GetForeignDomain() uint32

func (*PtpBagForeignClock) GetIsDnu

func (m *PtpBagForeignClock) GetIsDnu() bool

func (*PtpBagForeignClock) GetIsGrandmaster

func (m *PtpBagForeignClock) GetIsGrandmaster() bool

func (*PtpBagForeignClock) GetIsKnown

func (m *PtpBagForeignClock) GetIsKnown() bool

func (*PtpBagForeignClock) GetIsQualified

func (m *PtpBagForeignClock) GetIsQualified() bool

func (*PtpBagForeignClock) GetPtsfLossAnnounce

func (m *PtpBagForeignClock) GetPtsfLossAnnounce() bool

func (*PtpBagForeignClock) GetPtsfLossSync

func (m *PtpBagForeignClock) GetPtsfLossSync() bool

func (*PtpBagForeignClock) GetSyncGrant

func (m *PtpBagForeignClock) GetSyncGrant() *PtpBagUnicastGrant

func (*PtpBagForeignClock) GetTimeKnownFor

func (m *PtpBagForeignClock) GetTimeKnownFor() uint32

func (*PtpBagForeignClock) ProtoMessage

func (*PtpBagForeignClock) ProtoMessage()

func (*PtpBagForeignClock) Reset

func (m *PtpBagForeignClock) Reset()

func (*PtpBagForeignClock) String

func (m *PtpBagForeignClock) String() string

func (*PtpBagForeignClock) XXX_DiscardUnknown

func (m *PtpBagForeignClock) XXX_DiscardUnknown()

func (*PtpBagForeignClock) XXX_Marshal

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

func (*PtpBagForeignClock) XXX_Merge

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

func (*PtpBagForeignClock) XXX_Size

func (m *PtpBagForeignClock) XXX_Size() int

func (*PtpBagForeignClock) XXX_Unmarshal

func (m *PtpBagForeignClock) 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 PtpBagPortId

type PtpBagPortId struct {
	ClockId              uint64   `protobuf:"varint,1,opt,name=clock_id,json=clockId,proto3" json:"clock_id,omitempty"`
	PortNumber           uint32   `protobuf:"varint,2,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagPortId) Descriptor

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

func (*PtpBagPortId) GetClockId

func (m *PtpBagPortId) GetClockId() uint64

func (*PtpBagPortId) GetPortNumber

func (m *PtpBagPortId) GetPortNumber() uint32

func (*PtpBagPortId) ProtoMessage

func (*PtpBagPortId) ProtoMessage()

func (*PtpBagPortId) Reset

func (m *PtpBagPortId) Reset()

func (*PtpBagPortId) String

func (m *PtpBagPortId) String() string

func (*PtpBagPortId) XXX_DiscardUnknown

func (m *PtpBagPortId) XXX_DiscardUnknown()

func (*PtpBagPortId) XXX_Marshal

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

func (*PtpBagPortId) XXX_Merge

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

func (*PtpBagPortId) XXX_Size

func (m *PtpBagPortId) XXX_Size() int

func (*PtpBagPortId) XXX_Unmarshal

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

type PtpBagUnicastGrant

type PtpBagUnicastGrant struct {
	LogGrantInterval     string   `protobuf:"bytes,1,opt,name=log_grant_interval,json=logGrantInterval,proto3" json:"log_grant_interval,omitempty"`
	GrantDuration        uint32   `protobuf:"varint,2,opt,name=grant_duration,json=grantDuration,proto3" json:"grant_duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PtpBagUnicastGrant) Descriptor

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

func (*PtpBagUnicastGrant) GetGrantDuration

func (m *PtpBagUnicastGrant) GetGrantDuration() uint32

func (*PtpBagUnicastGrant) GetLogGrantInterval

func (m *PtpBagUnicastGrant) GetLogGrantInterval() string

func (*PtpBagUnicastGrant) ProtoMessage

func (*PtpBagUnicastGrant) ProtoMessage()

func (*PtpBagUnicastGrant) Reset

func (m *PtpBagUnicastGrant) Reset()

func (*PtpBagUnicastGrant) String

func (m *PtpBagUnicastGrant) String() string

func (*PtpBagUnicastGrant) XXX_DiscardUnknown

func (m *PtpBagUnicastGrant) XXX_DiscardUnknown()

func (*PtpBagUnicastGrant) XXX_Marshal

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

func (*PtpBagUnicastGrant) XXX_Merge

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

func (*PtpBagUnicastGrant) XXX_Size

func (m *PtpBagUnicastGrant) XXX_Size() int

func (*PtpBagUnicastGrant) XXX_Unmarshal

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

type PtpIfClockInfo

type PtpIfClockInfo struct {
	PortNumber           uint32                `protobuf:"varint,50,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"`
	ForeignClock         []*PtpBagForeignClock `protobuf:"bytes,51,rep,name=foreign_clock,json=foreignClock,proto3" json:"foreign_clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PtpIfClockInfo) Descriptor

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

func (*PtpIfClockInfo) GetForeignClock

func (m *PtpIfClockInfo) GetForeignClock() []*PtpBagForeignClock

func (*PtpIfClockInfo) GetPortNumber

func (m *PtpIfClockInfo) GetPortNumber() uint32

func (*PtpIfClockInfo) ProtoMessage

func (*PtpIfClockInfo) ProtoMessage()

func (*PtpIfClockInfo) Reset

func (m *PtpIfClockInfo) Reset()

func (*PtpIfClockInfo) String

func (m *PtpIfClockInfo) String() string

func (*PtpIfClockInfo) XXX_DiscardUnknown

func (m *PtpIfClockInfo) XXX_DiscardUnknown()

func (*PtpIfClockInfo) XXX_Marshal

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

func (*PtpIfClockInfo) XXX_Merge

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

func (*PtpIfClockInfo) XXX_Size

func (m *PtpIfClockInfo) XXX_Size() int

func (*PtpIfClockInfo) XXX_Unmarshal

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

type PtpIfClockInfo_KEYS

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

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

func (*PtpIfClockInfo_KEYS) GetInterfaceName

func (m *PtpIfClockInfo_KEYS) GetInterfaceName() string

func (*PtpIfClockInfo_KEYS) GetNodeName

func (m *PtpIfClockInfo_KEYS) GetNodeName() string

func (*PtpIfClockInfo_KEYS) ProtoMessage

func (*PtpIfClockInfo_KEYS) ProtoMessage()

func (*PtpIfClockInfo_KEYS) Reset

func (m *PtpIfClockInfo_KEYS) Reset()

func (*PtpIfClockInfo_KEYS) String

func (m *PtpIfClockInfo_KEYS) String() string

func (*PtpIfClockInfo_KEYS) XXX_DiscardUnknown

func (m *PtpIfClockInfo_KEYS) XXX_DiscardUnknown()

func (*PtpIfClockInfo_KEYS) XXX_Marshal

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

func (*PtpIfClockInfo_KEYS) XXX_Merge

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

func (*PtpIfClockInfo_KEYS) XXX_Size

func (m *PtpIfClockInfo_KEYS) XXX_Size() int

func (*PtpIfClockInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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