cisco_ios_xr_infra_policymgr_oper_policy_manager_nodes_node_policy_map_transient_policy_map_types_transient_policy_map_type_transient_list_unuseds_transient_list_unused

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-infra-policymgr-oper:policy-manager/nodes/node/policy-map/transient-policy-map-types/transient-policy-map-type/transient-list-unuseds/transient-list-unused

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlmgrAppDbBg

type PlmgrAppDbBg struct {
	ObjectType           string                  `protobuf:"bytes,50,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	TotalObjects         uint32                  `protobuf:"varint,51,opt,name=total_objects,json=totalObjects,proto3" json:"total_objects,omitempty"`
	Reference            []*PlmgrObjRefPmapBg    `protobuf:"bytes,52,rep,name=reference,proto3" json:"reference,omitempty"`
	Objects              []*PlmgrObjRefSummaryBg `protobuf:"bytes,53,rep,name=objects,proto3" json:"objects,omitempty"`
	ClassMapReference    []*PlmgrObjCmapDetailBg `protobuf:"bytes,54,rep,name=class_map_reference,json=classMapReference,proto3" json:"class_map_reference,omitempty"`
	Transient            bool                    `protobuf:"varint,55,opt,name=transient,proto3" json:"transient,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PlmgrAppDbBg) Descriptor

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

func (*PlmgrAppDbBg) GetClassMapReference

func (m *PlmgrAppDbBg) GetClassMapReference() []*PlmgrObjCmapDetailBg

func (*PlmgrAppDbBg) GetObjectType

func (m *PlmgrAppDbBg) GetObjectType() string

func (*PlmgrAppDbBg) GetObjects

func (m *PlmgrAppDbBg) GetObjects() []*PlmgrObjRefSummaryBg

func (*PlmgrAppDbBg) GetReference

func (m *PlmgrAppDbBg) GetReference() []*PlmgrObjRefPmapBg

func (*PlmgrAppDbBg) GetTotalObjects

func (m *PlmgrAppDbBg) GetTotalObjects() uint32

func (*PlmgrAppDbBg) GetTransient

func (m *PlmgrAppDbBg) GetTransient() bool

func (*PlmgrAppDbBg) ProtoMessage

func (*PlmgrAppDbBg) ProtoMessage()

func (*PlmgrAppDbBg) Reset

func (m *PlmgrAppDbBg) Reset()

func (*PlmgrAppDbBg) String

func (m *PlmgrAppDbBg) String() string

func (*PlmgrAppDbBg) XXX_DiscardUnknown

func (m *PlmgrAppDbBg) XXX_DiscardUnknown()

func (*PlmgrAppDbBg) XXX_Marshal

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

func (*PlmgrAppDbBg) XXX_Merge

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

func (*PlmgrAppDbBg) XXX_Size

func (m *PlmgrAppDbBg) XXX_Size() int

func (*PlmgrAppDbBg) XXX_Unmarshal

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

type PlmgrAppDbBg_KEYS

type PlmgrAppDbBg_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Type                 string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	PolicyMapName        string   `protobuf:"bytes,3,opt,name=policy_map_name,json=policyMapName,proto3" json:"policy_map_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PlmgrAppDbBg_KEYS) Descriptor

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

func (*PlmgrAppDbBg_KEYS) GetNodeName

func (m *PlmgrAppDbBg_KEYS) GetNodeName() string

func (*PlmgrAppDbBg_KEYS) GetPolicyMapName

func (m *PlmgrAppDbBg_KEYS) GetPolicyMapName() string

func (*PlmgrAppDbBg_KEYS) GetType

func (m *PlmgrAppDbBg_KEYS) GetType() string

func (*PlmgrAppDbBg_KEYS) ProtoMessage

func (*PlmgrAppDbBg_KEYS) ProtoMessage()

func (*PlmgrAppDbBg_KEYS) Reset

func (m *PlmgrAppDbBg_KEYS) Reset()

func (*PlmgrAppDbBg_KEYS) String

func (m *PlmgrAppDbBg_KEYS) String() string

func (*PlmgrAppDbBg_KEYS) XXX_DiscardUnknown

func (m *PlmgrAppDbBg_KEYS) XXX_DiscardUnknown()

func (*PlmgrAppDbBg_KEYS) XXX_Marshal

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

func (*PlmgrAppDbBg_KEYS) XXX_Merge

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

func (*PlmgrAppDbBg_KEYS) XXX_Size

func (m *PlmgrAppDbBg_KEYS) XXX_Size() int

func (*PlmgrAppDbBg_KEYS) XXX_Unmarshal

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

type PlmgrObjCmapDetailBg

type PlmgrObjCmapDetailBg struct {
	TotalReferenceObjects uint32           `` /* 127-byte string literal not displayed */
	PolicyMapReference    []*PlmgrPmapList `protobuf:"bytes,2,rep,name=policy_map_reference,json=policyMapReference,proto3" json:"policy_map_reference,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*PlmgrObjCmapDetailBg) Descriptor

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

func (*PlmgrObjCmapDetailBg) GetPolicyMapReference

func (m *PlmgrObjCmapDetailBg) GetPolicyMapReference() []*PlmgrPmapList

func (*PlmgrObjCmapDetailBg) GetTotalReferenceObjects

func (m *PlmgrObjCmapDetailBg) GetTotalReferenceObjects() uint32

func (*PlmgrObjCmapDetailBg) ProtoMessage

func (*PlmgrObjCmapDetailBg) ProtoMessage()

func (*PlmgrObjCmapDetailBg) Reset

func (m *PlmgrObjCmapDetailBg) Reset()

func (*PlmgrObjCmapDetailBg) String

func (m *PlmgrObjCmapDetailBg) String() string

func (*PlmgrObjCmapDetailBg) XXX_DiscardUnknown

func (m *PlmgrObjCmapDetailBg) XXX_DiscardUnknown()

func (*PlmgrObjCmapDetailBg) XXX_Marshal

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

func (*PlmgrObjCmapDetailBg) XXX_Merge

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

func (*PlmgrObjCmapDetailBg) XXX_Size

func (m *PlmgrObjCmapDetailBg) XXX_Size() int

func (*PlmgrObjCmapDetailBg) XXX_Unmarshal

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

type PlmgrObjRefPmapBg

type PlmgrObjRefPmapBg struct {
	TotalInternalReferenceObjects uint32   `` /* 153-byte string literal not displayed */
	TotalClassMaps                uint32   `protobuf:"varint,2,opt,name=total_class_maps,json=totalClassMaps,proto3" json:"total_class_maps,omitempty"`
	TotalFlows                    uint32   `protobuf:"varint,3,opt,name=total_flows,json=totalFlows,proto3" json:"total_flows,omitempty"`
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*PlmgrObjRefPmapBg) Descriptor

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

func (*PlmgrObjRefPmapBg) GetTotalClassMaps

func (m *PlmgrObjRefPmapBg) GetTotalClassMaps() uint32

func (*PlmgrObjRefPmapBg) GetTotalFlows

func (m *PlmgrObjRefPmapBg) GetTotalFlows() uint32

func (*PlmgrObjRefPmapBg) GetTotalInternalReferenceObjects

func (m *PlmgrObjRefPmapBg) GetTotalInternalReferenceObjects() uint32

func (*PlmgrObjRefPmapBg) ProtoMessage

func (*PlmgrObjRefPmapBg) ProtoMessage()

func (*PlmgrObjRefPmapBg) Reset

func (m *PlmgrObjRefPmapBg) Reset()

func (*PlmgrObjRefPmapBg) String

func (m *PlmgrObjRefPmapBg) String() string

func (*PlmgrObjRefPmapBg) XXX_DiscardUnknown

func (m *PlmgrObjRefPmapBg) XXX_DiscardUnknown()

func (*PlmgrObjRefPmapBg) XXX_Marshal

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

func (*PlmgrObjRefPmapBg) XXX_Merge

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

func (*PlmgrObjRefPmapBg) XXX_Size

func (m *PlmgrObjRefPmapBg) XXX_Size() int

func (*PlmgrObjRefPmapBg) XXX_Unmarshal

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

type PlmgrObjRefSummaryBg

type PlmgrObjRefSummaryBg struct {
	ObjectName           string   `protobuf:"bytes,1,opt,name=object_name,json=objectName,proto3" json:"object_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PlmgrObjRefSummaryBg) Descriptor

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

func (*PlmgrObjRefSummaryBg) GetObjectName

func (m *PlmgrObjRefSummaryBg) GetObjectName() string

func (*PlmgrObjRefSummaryBg) ProtoMessage

func (*PlmgrObjRefSummaryBg) ProtoMessage()

func (*PlmgrObjRefSummaryBg) Reset

func (m *PlmgrObjRefSummaryBg) Reset()

func (*PlmgrObjRefSummaryBg) String

func (m *PlmgrObjRefSummaryBg) String() string

func (*PlmgrObjRefSummaryBg) XXX_DiscardUnknown

func (m *PlmgrObjRefSummaryBg) XXX_DiscardUnknown()

func (*PlmgrObjRefSummaryBg) XXX_Marshal

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

func (*PlmgrObjRefSummaryBg) XXX_Merge

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

func (*PlmgrObjRefSummaryBg) XXX_Size

func (m *PlmgrObjRefSummaryBg) XXX_Size() int

func (*PlmgrObjRefSummaryBg) XXX_Unmarshal

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

type PlmgrPmapList

type PlmgrPmapList struct {
	ObjectType           string   `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	PolicyMapName        string   `protobuf:"bytes,2,opt,name=policy_map_name,json=policyMapName,proto3" json:"policy_map_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PlmgrPmapList) Descriptor

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

func (*PlmgrPmapList) GetObjectType

func (m *PlmgrPmapList) GetObjectType() string

func (*PlmgrPmapList) GetPolicyMapName

func (m *PlmgrPmapList) GetPolicyMapName() string

func (*PlmgrPmapList) ProtoMessage

func (*PlmgrPmapList) ProtoMessage()

func (*PlmgrPmapList) Reset

func (m *PlmgrPmapList) Reset()

func (*PlmgrPmapList) String

func (m *PlmgrPmapList) String() string

func (*PlmgrPmapList) XXX_DiscardUnknown

func (m *PlmgrPmapList) XXX_DiscardUnknown()

func (*PlmgrPmapList) XXX_Marshal

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

func (*PlmgrPmapList) XXX_Merge

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

func (*PlmgrPmapList) XXX_Size

func (m *PlmgrPmapList) XXX_Size() int

func (*PlmgrPmapList) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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