cisco_ios_xr_ptp_oper_ptp_interface_interops_interface_interop

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/interface-interops/interface-interop

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 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 PtpBagProfileInterop

type PtpBagProfileInterop struct {
	FromPriority1         uint32   `protobuf:"varint,1,opt,name=from_priority1,json=fromPriority1,proto3" json:"from_priority1,omitempty"`
	ToPriority1           uint32   `protobuf:"varint,2,opt,name=to_priority1,json=toPriority1,proto3" json:"to_priority1,omitempty"`
	FromPriority2         uint32   `protobuf:"varint,3,opt,name=from_priority2,json=fromPriority2,proto3" json:"from_priority2,omitempty"`
	ToPriority2           uint32   `protobuf:"varint,4,opt,name=to_priority2,json=toPriority2,proto3" json:"to_priority2,omitempty"`
	FromAccuracy          uint32   `protobuf:"varint,5,opt,name=from_accuracy,json=fromAccuracy,proto3" json:"from_accuracy,omitempty"`
	ToAccuracy            uint32   `protobuf:"varint,6,opt,name=to_accuracy,json=toAccuracy,proto3" json:"to_accuracy,omitempty"`
	FromClockClass        uint32   `protobuf:"varint,7,opt,name=from_clock_class,json=fromClockClass,proto3" json:"from_clock_class,omitempty"`
	ToClockClass          uint32   `protobuf:"varint,8,opt,name=to_clock_class,json=toClockClass,proto3" json:"to_clock_class,omitempty"`
	FromOffsetLogVariance uint32   `` /* 129-byte string literal not displayed */
	ToOffsetLogVariance   uint32   `protobuf:"varint,10,opt,name=to_offset_log_variance,json=toOffsetLogVariance,proto3" json:"to_offset_log_variance,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*PtpBagProfileInterop) Descriptor

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

func (*PtpBagProfileInterop) GetFromAccuracy

func (m *PtpBagProfileInterop) GetFromAccuracy() uint32

func (*PtpBagProfileInterop) GetFromClockClass

func (m *PtpBagProfileInterop) GetFromClockClass() uint32

func (*PtpBagProfileInterop) GetFromOffsetLogVariance

func (m *PtpBagProfileInterop) GetFromOffsetLogVariance() uint32

func (*PtpBagProfileInterop) GetFromPriority1

func (m *PtpBagProfileInterop) GetFromPriority1() uint32

func (*PtpBagProfileInterop) GetFromPriority2

func (m *PtpBagProfileInterop) GetFromPriority2() uint32

func (*PtpBagProfileInterop) GetToAccuracy

func (m *PtpBagProfileInterop) GetToAccuracy() uint32

func (*PtpBagProfileInterop) GetToClockClass

func (m *PtpBagProfileInterop) GetToClockClass() uint32

func (*PtpBagProfileInterop) GetToOffsetLogVariance

func (m *PtpBagProfileInterop) GetToOffsetLogVariance() uint32

func (*PtpBagProfileInterop) GetToPriority1

func (m *PtpBagProfileInterop) GetToPriority1() uint32

func (*PtpBagProfileInterop) GetToPriority2

func (m *PtpBagProfileInterop) GetToPriority2() uint32

func (*PtpBagProfileInterop) ProtoMessage

func (*PtpBagProfileInterop) ProtoMessage()

func (*PtpBagProfileInterop) Reset

func (m *PtpBagProfileInterop) Reset()

func (*PtpBagProfileInterop) String

func (m *PtpBagProfileInterop) String() string

func (*PtpBagProfileInterop) XXX_DiscardUnknown

func (m *PtpBagProfileInterop) XXX_DiscardUnknown()

func (*PtpBagProfileInterop) XXX_Marshal

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

func (*PtpBagProfileInterop) XXX_Merge

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

func (*PtpBagProfileInterop) XXX_Size

func (m *PtpBagProfileInterop) XXX_Size() int

func (*PtpBagProfileInterop) XXX_Unmarshal

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

type PtpBagProfileInteropPeer

type PtpBagProfileInteropPeer struct {
	Address              *PtpBagAddress        `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Interop              *PtpBagProfileInterop `protobuf:"bytes,2,opt,name=interop,proto3" json:"interop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PtpBagProfileInteropPeer) Descriptor

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

func (*PtpBagProfileInteropPeer) GetAddress

func (m *PtpBagProfileInteropPeer) GetAddress() *PtpBagAddress

func (*PtpBagProfileInteropPeer) GetInterop

func (*PtpBagProfileInteropPeer) ProtoMessage

func (*PtpBagProfileInteropPeer) ProtoMessage()

func (*PtpBagProfileInteropPeer) Reset

func (m *PtpBagProfileInteropPeer) Reset()

func (*PtpBagProfileInteropPeer) String

func (m *PtpBagProfileInteropPeer) String() string

func (*PtpBagProfileInteropPeer) XXX_DiscardUnknown

func (m *PtpBagProfileInteropPeer) XXX_DiscardUnknown()

func (*PtpBagProfileInteropPeer) XXX_Marshal

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

func (*PtpBagProfileInteropPeer) XXX_Merge

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

func (*PtpBagProfileInteropPeer) XXX_Size

func (m *PtpBagProfileInteropPeer) XXX_Size() int

func (*PtpBagProfileInteropPeer) XXX_Unmarshal

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

type PtpIfInteropInfo

type PtpIfInteropInfo struct {
	LocalDomain          uint32                      `protobuf:"varint,50,opt,name=local_domain,json=localDomain,proto3" json:"local_domain,omitempty"`
	InteropDomain        uint32                      `protobuf:"varint,51,opt,name=interop_domain,json=interopDomain,proto3" json:"interop_domain,omitempty"`
	LocalProfile         string                      `protobuf:"bytes,52,opt,name=local_profile,json=localProfile,proto3" json:"local_profile,omitempty"`
	InteropProfile       string                      `protobuf:"bytes,53,opt,name=interop_profile,json=interopProfile,proto3" json:"interop_profile,omitempty"`
	IngressInterop       []*PtpBagProfileInteropPeer `protobuf:"bytes,54,rep,name=ingress_interop,json=ingressInterop,proto3" json:"ingress_interop,omitempty"`
	EgressInterop        *PtpBagProfileInterop       `protobuf:"bytes,55,opt,name=egress_interop,json=egressInterop,proto3" json:"egress_interop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*PtpIfInteropInfo) Descriptor

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

func (*PtpIfInteropInfo) GetEgressInterop

func (m *PtpIfInteropInfo) GetEgressInterop() *PtpBagProfileInterop

func (*PtpIfInteropInfo) GetIngressInterop

func (m *PtpIfInteropInfo) GetIngressInterop() []*PtpBagProfileInteropPeer

func (*PtpIfInteropInfo) GetInteropDomain

func (m *PtpIfInteropInfo) GetInteropDomain() uint32

func (*PtpIfInteropInfo) GetInteropProfile

func (m *PtpIfInteropInfo) GetInteropProfile() string

func (*PtpIfInteropInfo) GetLocalDomain

func (m *PtpIfInteropInfo) GetLocalDomain() uint32

func (*PtpIfInteropInfo) GetLocalProfile

func (m *PtpIfInteropInfo) GetLocalProfile() string

func (*PtpIfInteropInfo) ProtoMessage

func (*PtpIfInteropInfo) ProtoMessage()

func (*PtpIfInteropInfo) Reset

func (m *PtpIfInteropInfo) Reset()

func (*PtpIfInteropInfo) String

func (m *PtpIfInteropInfo) String() string

func (*PtpIfInteropInfo) XXX_DiscardUnknown

func (m *PtpIfInteropInfo) XXX_DiscardUnknown()

func (*PtpIfInteropInfo) XXX_Marshal

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

func (*PtpIfInteropInfo) XXX_Merge

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

func (*PtpIfInteropInfo) XXX_Size

func (m *PtpIfInteropInfo) XXX_Size() int

func (*PtpIfInteropInfo) XXX_Unmarshal

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

type PtpIfInteropInfo_KEYS

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

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

func (*PtpIfInteropInfo_KEYS) GetInterfaceName

func (m *PtpIfInteropInfo_KEYS) GetInterfaceName() string

func (*PtpIfInteropInfo_KEYS) ProtoMessage

func (*PtpIfInteropInfo_KEYS) ProtoMessage()

func (*PtpIfInteropInfo_KEYS) Reset

func (m *PtpIfInteropInfo_KEYS) Reset()

func (*PtpIfInteropInfo_KEYS) String

func (m *PtpIfInteropInfo_KEYS) String() string

func (*PtpIfInteropInfo_KEYS) XXX_DiscardUnknown

func (m *PtpIfInteropInfo_KEYS) XXX_DiscardUnknown()

func (*PtpIfInteropInfo_KEYS) XXX_Marshal

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

func (*PtpIfInteropInfo_KEYS) XXX_Merge

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

func (*PtpIfInteropInfo_KEYS) XXX_Size

func (m *PtpIfInteropInfo_KEYS) XXX_Size() int

func (*PtpIfInteropInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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