Class FabricFlavor
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricFlavor
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricFlavor extends Object
Represents a fabric flavor from the corresponding cloud end-point
-
Constructor Summary
Constructors Constructor Description FabricFlavor() -
Method Summary
Modifier and Type Method Description FabricFlavorbootDiskSizeInMB(Integer bootDiskSizeInMB)FabricFlavorcpuCount(Integer cpuCount)FabricFlavordataDiskMaxCount(Integer dataDiskMaxCount)FabricFlavordataDiskSizeInMB(Integer dataDiskSizeInMB)booleanequals(Object o)IntegergetBootDiskSizeInMB()Size of the boot disk (in megabytes).IntegergetCpuCount()Number of CPU cores.IntegergetDataDiskMaxCount()Number of data disks.IntegergetDataDiskSizeInMB()Size of the data disks (in megabytes).StringgetId()The internal identification used by the corresponding cloud end-pointLonggetMemoryInMB()Total amount of memory (in megabytes).StringgetName()The value of the instance type in the corresponding cloud.StringgetNetworkType()The type of network supported by this instance type.StringgetStorageType()The type of storage supported by this instance type.inthashCode()FabricFlavorid(String id)FabricFlavormemoryInMB(Long memoryInMB)FabricFlavorname(String name)FabricFlavornetworkType(String networkType)voidsetBootDiskSizeInMB(Integer bootDiskSizeInMB)voidsetCpuCount(Integer cpuCount)voidsetDataDiskMaxCount(Integer dataDiskMaxCount)voidsetDataDiskSizeInMB(Integer dataDiskSizeInMB)voidsetId(String id)voidsetMemoryInMB(Long memoryInMB)voidsetName(String name)voidsetNetworkType(String networkType)voidsetStorageType(String storageType)FabricFlavorstorageType(String storageType)StringtoString()
-
Constructor Details
-
FabricFlavor
public FabricFlavor()
-
-
Method Details
-
bootDiskSizeInMB
-
getBootDiskSizeInMB
Size of the boot disk (in megabytes). Not populated when inapplicable.- Returns:
- bootDiskSizeInMB
-
setBootDiskSizeInMB
-
memoryInMB
-
getMemoryInMB
Total amount of memory (in megabytes). Not populated when inapplicable.- Returns:
- memoryInMB
-
setMemoryInMB
-
name
-
getName
The value of the instance type in the corresponding cloud.- Returns:
- name
-
setName
-
storageType
-
getStorageType
The type of storage supported by this instance type. Not populated when inapplicable.- Returns:
- storageType
-
setStorageType
-
id
-
getId
The internal identification used by the corresponding cloud end-point- Returns:
- id
-
setId
-
dataDiskSizeInMB
-
getDataDiskSizeInMB
Size of the data disks (in megabytes). Not populated when inapplicable.- Returns:
- dataDiskSizeInMB
-
setDataDiskSizeInMB
-
dataDiskMaxCount
-
getDataDiskMaxCount
Number of data disks. Not populated when inapplicable.- Returns:
- dataDiskMaxCount
-
setDataDiskMaxCount
-
networkType
-
getNetworkType
The type of network supported by this instance type. Not populated when inapplicable.- Returns:
- networkType
-
setNetworkType
-
cpuCount
-
getCpuCount
Number of CPU cores. Not populated when inapplicable.- Returns:
- cpuCount
-
setCpuCount
-
equals
-
hashCode
public int hashCode() -
toString
-