cisco_ios_xr_ip_daps_oper_address_pool_service_nodes_node_pools_pool_allocated_addresses

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DapsPoolAllocations

type DapsPoolAllocations struct {
	VrfName              string             `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	Used                 uint32             `protobuf:"varint,2,opt,name=used,proto3" json:"used,omitempty"`
	Excluded             uint32             `protobuf:"varint,3,opt,name=excluded,proto3" json:"excluded,omitempty"`
	Free                 uint32             `protobuf:"varint,4,opt,name=free,proto3" json:"free,omitempty"`
	Total                uint32             `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	Utilization          uint32             `protobuf:"varint,6,opt,name=utilization,proto3" json:"utilization,omitempty"`
	HighThreshold        *DapsPoolThreshold `protobuf:"bytes,7,opt,name=high_threshold,json=highThreshold,proto3" json:"high_threshold,omitempty"`
	LowThreshold         *DapsPoolThreshold `protobuf:"bytes,8,opt,name=low_threshold,json=lowThreshold,proto3" json:"low_threshold,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DapsPoolAllocations) Descriptor

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

func (*DapsPoolAllocations) GetExcluded

func (m *DapsPoolAllocations) GetExcluded() uint32

func (*DapsPoolAllocations) GetFree

func (m *DapsPoolAllocations) GetFree() uint32

func (*DapsPoolAllocations) GetHighThreshold

func (m *DapsPoolAllocations) GetHighThreshold() *DapsPoolThreshold

func (*DapsPoolAllocations) GetLowThreshold

func (m *DapsPoolAllocations) GetLowThreshold() *DapsPoolThreshold

func (*DapsPoolAllocations) GetTotal

func (m *DapsPoolAllocations) GetTotal() uint32

func (*DapsPoolAllocations) GetUsed

func (m *DapsPoolAllocations) GetUsed() uint32

func (*DapsPoolAllocations) GetUtilization

func (m *DapsPoolAllocations) GetUtilization() uint32

func (*DapsPoolAllocations) GetVrfName

func (m *DapsPoolAllocations) GetVrfName() string

func (*DapsPoolAllocations) ProtoMessage

func (*DapsPoolAllocations) ProtoMessage()

func (*DapsPoolAllocations) Reset

func (m *DapsPoolAllocations) Reset()

func (*DapsPoolAllocations) String

func (m *DapsPoolAllocations) String() string

func (*DapsPoolAllocations) XXX_DiscardUnknown

func (m *DapsPoolAllocations) XXX_DiscardUnknown()

func (*DapsPoolAllocations) XXX_Marshal

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

func (*DapsPoolAllocations) XXX_Merge

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

func (*DapsPoolAllocations) XXX_Size

func (m *DapsPoolAllocations) XXX_Size() int

func (*DapsPoolAllocations) XXX_Unmarshal

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

type DapsPoolDetail

type DapsPoolDetail struct {
	PoolAllocations      *DapsPoolAllocations    `protobuf:"bytes,50,opt,name=pool_allocations,json=poolAllocations,proto3" json:"pool_allocations,omitempty"`
	AddressRange         []*DapsPoolRange        `protobuf:"bytes,51,rep,name=address_range,json=addressRange,proto3" json:"address_range,omitempty"`
	InUseAddress         []*DapsPoolInUseAddress `protobuf:"bytes,52,rep,name=in_use_address,json=inUseAddress,proto3" json:"in_use_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*DapsPoolDetail) Descriptor

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

func (*DapsPoolDetail) GetAddressRange

func (m *DapsPoolDetail) GetAddressRange() []*DapsPoolRange

func (*DapsPoolDetail) GetInUseAddress

func (m *DapsPoolDetail) GetInUseAddress() []*DapsPoolInUseAddress

func (*DapsPoolDetail) GetPoolAllocations

func (m *DapsPoolDetail) GetPoolAllocations() *DapsPoolAllocations

func (*DapsPoolDetail) ProtoMessage

func (*DapsPoolDetail) ProtoMessage()

func (*DapsPoolDetail) Reset

func (m *DapsPoolDetail) Reset()

func (*DapsPoolDetail) String

func (m *DapsPoolDetail) String() string

func (*DapsPoolDetail) XXX_DiscardUnknown

func (m *DapsPoolDetail) XXX_DiscardUnknown()

func (*DapsPoolDetail) XXX_Marshal

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

func (*DapsPoolDetail) XXX_Merge

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

func (*DapsPoolDetail) XXX_Size

func (m *DapsPoolDetail) XXX_Size() int

func (*DapsPoolDetail) XXX_Unmarshal

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

type DapsPoolDetail_KEYS

type DapsPoolDetail_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 (*DapsPoolDetail_KEYS) Descriptor

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

func (*DapsPoolDetail_KEYS) GetNodeName

func (m *DapsPoolDetail_KEYS) GetNodeName() string

func (*DapsPoolDetail_KEYS) GetPoolName

func (m *DapsPoolDetail_KEYS) GetPoolName() string

func (*DapsPoolDetail_KEYS) ProtoMessage

func (*DapsPoolDetail_KEYS) ProtoMessage()

func (*DapsPoolDetail_KEYS) Reset

func (m *DapsPoolDetail_KEYS) Reset()

func (*DapsPoolDetail_KEYS) String

func (m *DapsPoolDetail_KEYS) String() string

func (*DapsPoolDetail_KEYS) XXX_DiscardUnknown

func (m *DapsPoolDetail_KEYS) XXX_DiscardUnknown()

func (*DapsPoolDetail_KEYS) XXX_Marshal

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

func (*DapsPoolDetail_KEYS) XXX_Merge

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

func (*DapsPoolDetail_KEYS) XXX_Size

func (m *DapsPoolDetail_KEYS) XXX_Size() int

func (*DapsPoolDetail_KEYS) XXX_Unmarshal

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

type DapsPoolInUseAddress

type DapsPoolInUseAddress struct {
	Address              *IpAddrSt `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ClientType           string    `protobuf:"bytes,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DapsPoolInUseAddress) Descriptor

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

func (*DapsPoolInUseAddress) GetAddress

func (m *DapsPoolInUseAddress) GetAddress() *IpAddrSt

func (*DapsPoolInUseAddress) GetClientType

func (m *DapsPoolInUseAddress) GetClientType() string

func (*DapsPoolInUseAddress) ProtoMessage

func (*DapsPoolInUseAddress) ProtoMessage()

func (*DapsPoolInUseAddress) Reset

func (m *DapsPoolInUseAddress) Reset()

func (*DapsPoolInUseAddress) String

func (m *DapsPoolInUseAddress) String() string

func (*DapsPoolInUseAddress) XXX_DiscardUnknown

func (m *DapsPoolInUseAddress) XXX_DiscardUnknown()

func (*DapsPoolInUseAddress) XXX_Marshal

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

func (*DapsPoolInUseAddress) XXX_Merge

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

func (*DapsPoolInUseAddress) XXX_Size

func (m *DapsPoolInUseAddress) XXX_Size() int

func (*DapsPoolInUseAddress) XXX_Unmarshal

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

type DapsPoolRange

type DapsPoolRange struct {
	StartAddress         *IpAddrSt `protobuf:"bytes,1,opt,name=start_address,json=startAddress,proto3" json:"start_address,omitempty"`
	EndAddress           *IpAddrSt `protobuf:"bytes,2,opt,name=end_address,json=endAddress,proto3" json:"end_address,omitempty"`
	Used                 uint32    `protobuf:"varint,3,opt,name=used,proto3" json:"used,omitempty"`
	Excluded             uint32    `protobuf:"varint,4,opt,name=excluded,proto3" json:"excluded,omitempty"`
	Free                 uint32    `protobuf:"varint,5,opt,name=free,proto3" json:"free,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DapsPoolRange) Descriptor

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

func (*DapsPoolRange) GetEndAddress

func (m *DapsPoolRange) GetEndAddress() *IpAddrSt

func (*DapsPoolRange) GetExcluded

func (m *DapsPoolRange) GetExcluded() uint32

func (*DapsPoolRange) GetFree

func (m *DapsPoolRange) GetFree() uint32

func (*DapsPoolRange) GetStartAddress

func (m *DapsPoolRange) GetStartAddress() *IpAddrSt

func (*DapsPoolRange) GetUsed

func (m *DapsPoolRange) GetUsed() uint32

func (*DapsPoolRange) ProtoMessage

func (*DapsPoolRange) ProtoMessage()

func (*DapsPoolRange) Reset

func (m *DapsPoolRange) Reset()

func (*DapsPoolRange) String

func (m *DapsPoolRange) String() string

func (*DapsPoolRange) XXX_DiscardUnknown

func (m *DapsPoolRange) XXX_DiscardUnknown()

func (*DapsPoolRange) XXX_Marshal

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

func (*DapsPoolRange) XXX_Merge

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

func (*DapsPoolRange) XXX_Size

func (m *DapsPoolRange) XXX_Size() int

func (*DapsPoolRange) XXX_Unmarshal

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

type DapsPoolThreshold

type DapsPoolThreshold struct {
	Threshold            uint32   `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Triggers             uint32   `protobuf:"varint,2,opt,name=triggers,proto3" json:"triggers,omitempty"`
	TimeLastCrossed      string   `protobuf:"bytes,3,opt,name=time_last_crossed,json=timeLastCrossed,proto3" json:"time_last_crossed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DapsPoolThreshold) Descriptor

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

func (*DapsPoolThreshold) GetThreshold

func (m *DapsPoolThreshold) GetThreshold() uint32

func (*DapsPoolThreshold) GetTimeLastCrossed

func (m *DapsPoolThreshold) GetTimeLastCrossed() string

func (*DapsPoolThreshold) GetTriggers

func (m *DapsPoolThreshold) GetTriggers() uint32

func (*DapsPoolThreshold) ProtoMessage

func (*DapsPoolThreshold) ProtoMessage()

func (*DapsPoolThreshold) Reset

func (m *DapsPoolThreshold) Reset()

func (*DapsPoolThreshold) String

func (m *DapsPoolThreshold) String() string

func (*DapsPoolThreshold) XXX_DiscardUnknown

func (m *DapsPoolThreshold) XXX_DiscardUnknown()

func (*DapsPoolThreshold) XXX_Marshal

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

func (*DapsPoolThreshold) XXX_Merge

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

func (*DapsPoolThreshold) XXX_Size

func (m *DapsPoolThreshold) XXX_Size() int

func (*DapsPoolThreshold) XXX_Unmarshal

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

type IpAddrSt

type IpAddrSt struct {
	Address              *IpAddrUn `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*IpAddrSt) Descriptor

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

func (*IpAddrSt) GetAddress

func (m *IpAddrSt) GetAddress() *IpAddrUn

func (*IpAddrSt) ProtoMessage

func (*IpAddrSt) ProtoMessage()

func (*IpAddrSt) Reset

func (m *IpAddrSt) Reset()

func (*IpAddrSt) String

func (m *IpAddrSt) String() string

func (*IpAddrSt) XXX_DiscardUnknown

func (m *IpAddrSt) XXX_DiscardUnknown()

func (*IpAddrSt) XXX_Marshal

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

func (*IpAddrSt) XXX_Merge

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

func (*IpAddrSt) XXX_Size

func (m *IpAddrSt) XXX_Size() int

func (*IpAddrSt) XXX_Unmarshal

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

type IpAddrUn

type IpAddrUn struct {
	AddressFamily        string   `protobuf:"bytes,1,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpAddrUn) Descriptor

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

func (*IpAddrUn) GetAddressFamily

func (m *IpAddrUn) GetAddressFamily() string

func (*IpAddrUn) GetIpv4Address

func (m *IpAddrUn) GetIpv4Address() string

func (*IpAddrUn) GetIpv6Address

func (m *IpAddrUn) GetIpv6Address() string

func (*IpAddrUn) ProtoMessage

func (*IpAddrUn) ProtoMessage()

func (*IpAddrUn) Reset

func (m *IpAddrUn) Reset()

func (*IpAddrUn) String

func (m *IpAddrUn) String() string

func (*IpAddrUn) XXX_DiscardUnknown

func (m *IpAddrUn) XXX_DiscardUnknown()

func (*IpAddrUn) XXX_Marshal

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

func (*IpAddrUn) XXX_Merge

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

func (*IpAddrUn) XXX_Size

func (m *IpAddrUn) XXX_Size() int

func (*IpAddrUn) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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