public class InstanceSpecInfo extends Object
| Constructor and Description |
|---|
InstanceSpecInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSpec() |
String |
getManagedMode() |
Integer |
getMaxCapacityTiB() |
String |
getMetaSpec() |
Integer |
getMinCapacityTiB() |
Integer |
getStepCapacityTiB() |
List<StockInfo> |
getStockInfos() |
InstanceSpecInfo |
setDataSpec(String dataSpec) |
InstanceSpecInfo |
setManagedMode(String managedMode) |
InstanceSpecInfo |
setMaxCapacityTiB(Integer maxCapacityTiB) |
InstanceSpecInfo |
setMetaSpec(String metaSpec) |
InstanceSpecInfo |
setMinCapacityTiB(Integer minCapacityTiB) |
InstanceSpecInfo |
setStepCapacityTiB(Integer stepCapacityTiB) |
InstanceSpecInfo |
setStockInfos(List<StockInfo> stockInfos) |
String |
toString() |
public InstanceSpecInfo setManagedMode(String managedMode)
public String getManagedMode()
public InstanceSpecInfo setMetaSpec(String metaSpec)
public String getMetaSpec()
public InstanceSpecInfo setDataSpec(String dataSpec)
public String getDataSpec()
public InstanceSpecInfo setMinCapacityTiB(Integer minCapacityTiB)
public Integer getMinCapacityTiB()
public InstanceSpecInfo setStepCapacityTiB(Integer stepCapacityTiB)
public Integer getStepCapacityTiB()
public InstanceSpecInfo setMaxCapacityTiB(Integer maxCapacityTiB)
public Integer getMaxCapacityTiB()
public InstanceSpecInfo setStockInfos(List<StockInfo> stockInfos)
Copyright © 2026. All rights reserved.