cisco_ios_xr_infra_xtc_agent_oper_xtc_on_demand_colors_on_demand_color

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-infra-xtc-agent-oper:xtc/on-demand-colors/on-demand-color

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type XtcDistInfoBag

type XtcDistInfoBag struct {
	DisjointnessType     string   `protobuf:"bytes,1,opt,name=disjointness_type,json=disjointnessType,proto3" json:"disjointness_type,omitempty"`
	GroupId              uint32   `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	SubId                uint32   `protobuf:"varint,3,opt,name=sub_id,json=subId,proto3" json:"sub_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*XtcDistInfoBag) Descriptor

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

func (*XtcDistInfoBag) GetDisjointnessType

func (m *XtcDistInfoBag) GetDisjointnessType() string

func (*XtcDistInfoBag) GetGroupId

func (m *XtcDistInfoBag) GetGroupId() uint32

func (*XtcDistInfoBag) GetSubId

func (m *XtcDistInfoBag) GetSubId() uint32

func (*XtcDistInfoBag) ProtoMessage

func (*XtcDistInfoBag) ProtoMessage()

func (*XtcDistInfoBag) Reset

func (m *XtcDistInfoBag) Reset()

func (*XtcDistInfoBag) String

func (m *XtcDistInfoBag) String() string

func (*XtcDistInfoBag) XXX_DiscardUnknown

func (m *XtcDistInfoBag) XXX_DiscardUnknown()

func (*XtcDistInfoBag) XXX_Marshal

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

func (*XtcDistInfoBag) XXX_Merge

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

func (*XtcDistInfoBag) XXX_Size

func (m *XtcDistInfoBag) XXX_Size() int

func (*XtcDistInfoBag) XXX_Unmarshal

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

type XtcOnDemandColorBag

type XtcOnDemandColorBag struct {
	ColorXr              uint32          `protobuf:"varint,50,opt,name=color_xr,json=colorXr,proto3" json:"color_xr,omitempty"`
	DisjointPathInfo     *XtcDistInfoBag `protobuf:"bytes,51,opt,name=disjoint_path_info,json=disjointPathInfo,proto3" json:"disjoint_path_info,omitempty"`
	AbsoluteMargin       uint32          `protobuf:"varint,52,opt,name=absolute_margin,json=absoluteMargin,proto3" json:"absolute_margin,omitempty"`
	RelativeMargin       uint32          `protobuf:"varint,53,opt,name=relative_margin,json=relativeMargin,proto3" json:"relative_margin,omitempty"`
	MaximumSidDepth      uint32          `protobuf:"varint,54,opt,name=maximum_sid_depth,json=maximumSidDepth,proto3" json:"maximum_sid_depth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*XtcOnDemandColorBag) Descriptor

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

func (*XtcOnDemandColorBag) GetAbsoluteMargin

func (m *XtcOnDemandColorBag) GetAbsoluteMargin() uint32

func (*XtcOnDemandColorBag) GetColorXr

func (m *XtcOnDemandColorBag) GetColorXr() uint32

func (*XtcOnDemandColorBag) GetDisjointPathInfo

func (m *XtcOnDemandColorBag) GetDisjointPathInfo() *XtcDistInfoBag

func (*XtcOnDemandColorBag) GetMaximumSidDepth

func (m *XtcOnDemandColorBag) GetMaximumSidDepth() uint32

func (*XtcOnDemandColorBag) GetRelativeMargin

func (m *XtcOnDemandColorBag) GetRelativeMargin() uint32

func (*XtcOnDemandColorBag) ProtoMessage

func (*XtcOnDemandColorBag) ProtoMessage()

func (*XtcOnDemandColorBag) Reset

func (m *XtcOnDemandColorBag) Reset()

func (*XtcOnDemandColorBag) String

func (m *XtcOnDemandColorBag) String() string

func (*XtcOnDemandColorBag) XXX_DiscardUnknown

func (m *XtcOnDemandColorBag) XXX_DiscardUnknown()

func (*XtcOnDemandColorBag) XXX_Marshal

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

func (*XtcOnDemandColorBag) XXX_Merge

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

func (*XtcOnDemandColorBag) XXX_Size

func (m *XtcOnDemandColorBag) XXX_Size() int

func (*XtcOnDemandColorBag) XXX_Unmarshal

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

type XtcOnDemandColorBag_KEYS

type XtcOnDemandColorBag_KEYS struct {
	Color                uint32   `protobuf:"varint,1,opt,name=color,proto3" json:"color,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*XtcOnDemandColorBag_KEYS) Descriptor

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

func (*XtcOnDemandColorBag_KEYS) GetColor

func (m *XtcOnDemandColorBag_KEYS) GetColor() uint32

func (*XtcOnDemandColorBag_KEYS) ProtoMessage

func (*XtcOnDemandColorBag_KEYS) ProtoMessage()

func (*XtcOnDemandColorBag_KEYS) Reset

func (m *XtcOnDemandColorBag_KEYS) Reset()

func (*XtcOnDemandColorBag_KEYS) String

func (m *XtcOnDemandColorBag_KEYS) String() string

func (*XtcOnDemandColorBag_KEYS) XXX_DiscardUnknown

func (m *XtcOnDemandColorBag_KEYS) XXX_DiscardUnknown()

func (*XtcOnDemandColorBag_KEYS) XXX_Marshal

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

func (*XtcOnDemandColorBag_KEYS) XXX_Merge

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

func (*XtcOnDemandColorBag_KEYS) XXX_Size

func (m *XtcOnDemandColorBag_KEYS) XXX_Size() int

func (*XtcOnDemandColorBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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