@hashgraph/solo
Preparing search index...
src/business/runtime-state/model/pod-metrics
PodMetrics
Class PodMetrics
Hierarchy (
View Summary
)
Metrics
PodMetrics
Index
Constructors
constructor
Properties
cpu
In
Millicores
memory
In
Mebibytes
namespace
pod
Name
Methods
to
String
Constructors
constructor
new
PodMetrics
(
namespace
:
NamespaceName
,
podName
:
PodName
,
cpuInMillicores
:
number
,
memoryInMebibytes
:
number
,
)
:
PodMetrics
Parameters
namespace
:
NamespaceName
podName
:
PodName
cpuInMillicores
:
number
memoryInMebibytes
:
number
Returns
PodMetrics
Properties
Readonly
cpu
In
Millicores
cpuInMillicores
:
number
Readonly
memory
In
Mebibytes
memoryInMebibytes
:
number
Readonly
namespace
namespace
:
NamespaceName
Readonly
pod
Name
podName
:
PodName
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cpu
In
Millicores
memory
In
Mebibytes
namespace
pod
Name
Methods
to
String
@hashgraph/solo
Loading...
Returns a string representation of an object.