cisco_ios_xr_ptp_oper_ptp_nodes_node_node_interface_unicast_peers_node_interface_unicast_peer

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-unicast-peers/node-interface-unicast-peer

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

type PtpBagUnicastPeer struct {
	Address              *PtpBagAddress      `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	AnnounceGrant        *PtpBagUnicastGrant `protobuf:"bytes,2,opt,name=announce_grant,json=announceGrant,proto3" json:"announce_grant,omitempty"`
	SyncGrant            *PtpBagUnicastGrant `protobuf:"bytes,3,opt,name=sync_grant,json=syncGrant,proto3" json:"sync_grant,omitempty"`
	DelayResponseGrant   *PtpBagUnicastGrant `protobuf:"bytes,4,opt,name=delay_response_grant,json=delayResponseGrant,proto3" json:"delay_response_grant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*PtpBagUnicastPeer) Descriptor

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

func (*PtpBagUnicastPeer) GetAddress

func (m *PtpBagUnicastPeer) GetAddress() *PtpBagAddress

func (*PtpBagUnicastPeer) GetAnnounceGrant

func (m *PtpBagUnicastPeer) GetAnnounceGrant() *PtpBagUnicastGrant

func (*PtpBagUnicastPeer) GetDelayResponseGrant

func (m *PtpBagUnicastPeer) GetDelayResponseGrant() *PtpBagUnicastGrant

func (*PtpBagUnicastPeer) GetSyncGrant

func (m *PtpBagUnicastPeer) GetSyncGrant() *PtpBagUnicastGrant

func (*PtpBagUnicastPeer) ProtoMessage

func (*PtpBagUnicastPeer) ProtoMessage()

func (*PtpBagUnicastPeer) Reset

func (m *PtpBagUnicastPeer) Reset()

func (*PtpBagUnicastPeer) String

func (m *PtpBagUnicastPeer) String() string

func (*PtpBagUnicastPeer) XXX_DiscardUnknown

func (m *PtpBagUnicastPeer) XXX_DiscardUnknown()

func (*PtpBagUnicastPeer) XXX_Marshal

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

func (*PtpBagUnicastPeer) XXX_Merge

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

func (*PtpBagUnicastPeer) XXX_Size

func (m *PtpBagUnicastPeer) XXX_Size() int

func (*PtpBagUnicastPeer) XXX_Unmarshal

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

type PtpIfUnicastPeerInfo

type PtpIfUnicastPeerInfo struct {
	Name                 string               `protobuf:"bytes,50,opt,name=name,proto3" json:"name,omitempty"`
	PortNumber           uint32               `protobuf:"varint,51,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"`
	Peers                []*PtpBagUnicastPeer `protobuf:"bytes,52,rep,name=peers,proto3" json:"peers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PtpIfUnicastPeerInfo) Descriptor

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

func (*PtpIfUnicastPeerInfo) GetName

func (m *PtpIfUnicastPeerInfo) GetName() string

func (*PtpIfUnicastPeerInfo) GetPeers

func (m *PtpIfUnicastPeerInfo) GetPeers() []*PtpBagUnicastPeer

func (*PtpIfUnicastPeerInfo) GetPortNumber

func (m *PtpIfUnicastPeerInfo) GetPortNumber() uint32

func (*PtpIfUnicastPeerInfo) ProtoMessage

func (*PtpIfUnicastPeerInfo) ProtoMessage()

func (*PtpIfUnicastPeerInfo) Reset

func (m *PtpIfUnicastPeerInfo) Reset()

func (*PtpIfUnicastPeerInfo) String

func (m *PtpIfUnicastPeerInfo) String() string

func (*PtpIfUnicastPeerInfo) XXX_DiscardUnknown

func (m *PtpIfUnicastPeerInfo) XXX_DiscardUnknown()

func (*PtpIfUnicastPeerInfo) XXX_Marshal

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

func (*PtpIfUnicastPeerInfo) XXX_Merge

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

func (*PtpIfUnicastPeerInfo) XXX_Size

func (m *PtpIfUnicastPeerInfo) XXX_Size() int

func (*PtpIfUnicastPeerInfo) XXX_Unmarshal

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

type PtpIfUnicastPeerInfo_KEYS

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

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

func (*PtpIfUnicastPeerInfo_KEYS) GetInterfaceName

func (m *PtpIfUnicastPeerInfo_KEYS) GetInterfaceName() string

func (*PtpIfUnicastPeerInfo_KEYS) GetNodeName

func (m *PtpIfUnicastPeerInfo_KEYS) GetNodeName() string

func (*PtpIfUnicastPeerInfo_KEYS) ProtoMessage

func (*PtpIfUnicastPeerInfo_KEYS) ProtoMessage()

func (*PtpIfUnicastPeerInfo_KEYS) Reset

func (m *PtpIfUnicastPeerInfo_KEYS) Reset()

func (*PtpIfUnicastPeerInfo_KEYS) String

func (m *PtpIfUnicastPeerInfo_KEYS) String() string

func (*PtpIfUnicastPeerInfo_KEYS) XXX_DiscardUnknown

func (m *PtpIfUnicastPeerInfo_KEYS) XXX_DiscardUnknown()

func (*PtpIfUnicastPeerInfo_KEYS) XXX_Marshal

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

func (*PtpIfUnicastPeerInfo_KEYS) XXX_Merge

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

func (*PtpIfUnicastPeerInfo_KEYS) XXX_Size

func (m *PtpIfUnicastPeerInfo_KEYS) XXX_Size() int

func (*PtpIfUnicastPeerInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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