cisco_ios_xr_ip_daps_oper_address_pool_service_nodes_node_pools_pool_configuration

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-ip-daps-oper:address-pool-service/nodes/node/pools/pool/configuration

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DapsPoolSergInfo

type DapsPoolSergInfo struct {
	PreferredRole        string   `protobuf:"bytes,1,opt,name=preferred_role,json=preferredRole,proto3" json:"preferred_role,omitempty"`
	PeerDown             bool     `protobuf:"varint,2,opt,name=peer_down,json=peerDown,proto3" json:"peer_down,omitempty"`
	VerifyPend           bool     `protobuf:"varint,3,opt,name=verify_pend,json=verifyPend,proto3" json:"verify_pend,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DapsPoolSergInfo) Descriptor

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

func (*DapsPoolSergInfo) GetPeerDown

func (m *DapsPoolSergInfo) GetPeerDown() bool

func (*DapsPoolSergInfo) GetPreferredRole

func (m *DapsPoolSergInfo) GetPreferredRole() string

func (*DapsPoolSergInfo) GetVerifyPend

func (m *DapsPoolSergInfo) GetVerifyPend() bool

func (*DapsPoolSergInfo) ProtoMessage

func (*DapsPoolSergInfo) ProtoMessage()

func (*DapsPoolSergInfo) Reset

func (m *DapsPoolSergInfo) Reset()

func (*DapsPoolSergInfo) String

func (m *DapsPoolSergInfo) String() string

func (*DapsPoolSergInfo) XXX_DiscardUnknown

func (m *DapsPoolSergInfo) XXX_DiscardUnknown()

func (*DapsPoolSergInfo) XXX_Marshal

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

func (*DapsPoolSergInfo) XXX_Merge

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

func (*DapsPoolSergInfo) XXX_Size

func (m *DapsPoolSergInfo) XXX_Size() int

func (*DapsPoolSergInfo) XXX_Unmarshal

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

type IpDapsShowPoolCfg

type IpDapsShowPoolCfg struct {
	PoolName             string            `protobuf:"bytes,50,opt,name=pool_name,json=poolName,proto3" json:"pool_name,omitempty"`
	PoolId               uint32            `protobuf:"varint,51,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	VrfName              string            `protobuf:"bytes,52,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	PoolScope            string            `protobuf:"bytes,53,opt,name=pool_scope,json=poolScope,proto3" json:"pool_scope,omitempty"`
	PoolPrefixLength     uint32            `protobuf:"varint,54,opt,name=pool_prefix_length,json=poolPrefixLength,proto3" json:"pool_prefix_length,omitempty"`
	HighUtilizationMark  uint32            `protobuf:"varint,55,opt,name=high_utilization_mark,json=highUtilizationMark,proto3" json:"high_utilization_mark,omitempty"`
	LowUtilizationMark   uint32            `protobuf:"varint,56,opt,name=low_utilization_mark,json=lowUtilizationMark,proto3" json:"low_utilization_mark,omitempty"`
	CurrentUtilization   uint32            `protobuf:"varint,57,opt,name=current_utilization,json=currentUtilization,proto3" json:"current_utilization,omitempty"`
	UtilizationHighCount uint32            `protobuf:"varint,58,opt,name=utilization_high_count,json=utilizationHighCount,proto3" json:"utilization_high_count,omitempty"`
	UtilizationLowCount  uint32            `protobuf:"varint,59,opt,name=utilization_low_count,json=utilizationLowCount,proto3" json:"utilization_low_count,omitempty"`
	SergInfo             *DapsPoolSergInfo `protobuf:"bytes,60,opt,name=serg_info,json=sergInfo,proto3" json:"serg_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*IpDapsShowPoolCfg) Descriptor

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

func (*IpDapsShowPoolCfg) GetCurrentUtilization

func (m *IpDapsShowPoolCfg) GetCurrentUtilization() uint32

func (*IpDapsShowPoolCfg) GetHighUtilizationMark

func (m *IpDapsShowPoolCfg) GetHighUtilizationMark() uint32

func (*IpDapsShowPoolCfg) GetLowUtilizationMark

func (m *IpDapsShowPoolCfg) GetLowUtilizationMark() uint32

func (*IpDapsShowPoolCfg) GetPoolId

func (m *IpDapsShowPoolCfg) GetPoolId() uint32

func (*IpDapsShowPoolCfg) GetPoolName

func (m *IpDapsShowPoolCfg) GetPoolName() string

func (*IpDapsShowPoolCfg) GetPoolPrefixLength

func (m *IpDapsShowPoolCfg) GetPoolPrefixLength() uint32

func (*IpDapsShowPoolCfg) GetPoolScope

func (m *IpDapsShowPoolCfg) GetPoolScope() string

func (*IpDapsShowPoolCfg) GetSergInfo

func (m *IpDapsShowPoolCfg) GetSergInfo() *DapsPoolSergInfo

func (*IpDapsShowPoolCfg) GetUtilizationHighCount

func (m *IpDapsShowPoolCfg) GetUtilizationHighCount() uint32

func (*IpDapsShowPoolCfg) GetUtilizationLowCount

func (m *IpDapsShowPoolCfg) GetUtilizationLowCount() uint32

func (*IpDapsShowPoolCfg) GetVrfName

func (m *IpDapsShowPoolCfg) GetVrfName() string

func (*IpDapsShowPoolCfg) ProtoMessage

func (*IpDapsShowPoolCfg) ProtoMessage()

func (*IpDapsShowPoolCfg) Reset

func (m *IpDapsShowPoolCfg) Reset()

func (*IpDapsShowPoolCfg) String

func (m *IpDapsShowPoolCfg) String() string

func (*IpDapsShowPoolCfg) XXX_DiscardUnknown

func (m *IpDapsShowPoolCfg) XXX_DiscardUnknown()

func (*IpDapsShowPoolCfg) XXX_Marshal

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

func (*IpDapsShowPoolCfg) XXX_Merge

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

func (*IpDapsShowPoolCfg) XXX_Size

func (m *IpDapsShowPoolCfg) XXX_Size() int

func (*IpDapsShowPoolCfg) XXX_Unmarshal

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

type IpDapsShowPoolCfg_KEYS

type IpDapsShowPoolCfg_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	PoolName             string   `protobuf:"bytes,2,opt,name=pool_name,json=poolName,proto3" json:"pool_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpDapsShowPoolCfg_KEYS) Descriptor

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

func (*IpDapsShowPoolCfg_KEYS) GetNodeName

func (m *IpDapsShowPoolCfg_KEYS) GetNodeName() string

func (*IpDapsShowPoolCfg_KEYS) GetPoolName

func (m *IpDapsShowPoolCfg_KEYS) GetPoolName() string

func (*IpDapsShowPoolCfg_KEYS) ProtoMessage

func (*IpDapsShowPoolCfg_KEYS) ProtoMessage()

func (*IpDapsShowPoolCfg_KEYS) Reset

func (m *IpDapsShowPoolCfg_KEYS) Reset()

func (*IpDapsShowPoolCfg_KEYS) String

func (m *IpDapsShowPoolCfg_KEYS) String() string

func (*IpDapsShowPoolCfg_KEYS) XXX_DiscardUnknown

func (m *IpDapsShowPoolCfg_KEYS) XXX_DiscardUnknown()

func (*IpDapsShowPoolCfg_KEYS) XXX_Marshal

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

func (*IpDapsShowPoolCfg_KEYS) XXX_Merge

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

func (*IpDapsShowPoolCfg_KEYS) XXX_Size

func (m *IpDapsShowPoolCfg_KEYS) XXX_Size() int

func (*IpDapsShowPoolCfg_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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