public class PodLimitsInstance extends AbstractModel
Constructor and Description |
---|
PodLimitsInstance() |
PodLimitsInstance(PodLimitsInstance source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceFamily()
Get The instance family to which the model belongs
Note: this field may return `null`, indicating that no valid value can be obtained.
|
String |
getInstanceType()
Get Instance type
Note: this field may return `null`, indicating that no valid value can be obtained.
|
PodLimitsByType |
getPodLimits()
Get The maximum number of Pods in the VPC-CNI mode supported by the model
Note: this field may return `null`, indicating that no valid value can be obtained.
|
String |
getZone()
Get The availability zone where the model is located
Note: this field may return `null`, indicating that no valid value can be obtained.
|
void |
setInstanceFamily(String InstanceFamily)
Set The instance family to which the model belongs
Note: this field may return `null`, indicating that no valid value can be obtained.
|
void |
setInstanceType(String InstanceType)
Set Instance type
Note: this field may return `null`, indicating that no valid value can be obtained.
|
void |
setPodLimits(PodLimitsByType PodLimits)
Set The maximum number of Pods in the VPC-CNI mode supported by the model
Note: this field may return `null`, indicating that no valid value can be obtained.
|
void |
setZone(String Zone)
Set The availability zone where the model is located
Note: this field may return `null`, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PodLimitsInstance()
public PodLimitsInstance(PodLimitsInstance source)
public String getZone()
public void setZone(String Zone)
Zone
- The availability zone where the model is located
Note: this field may return `null`, indicating that no valid value can be obtained.public String getInstanceFamily()
public void setInstanceFamily(String InstanceFamily)
InstanceFamily
- The instance family to which the model belongs
Note: this field may return `null`, indicating that no valid value can be obtained.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Instance type
Note: this field may return `null`, indicating that no valid value can be obtained.public PodLimitsByType getPodLimits()
public void setPodLimits(PodLimitsByType PodLimits)
PodLimits
- The maximum number of Pods in the VPC-CNI mode supported by the model
Note: this field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.