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 FabricFlavor
bootDiskSizeInMB(Integer bootDiskSizeInMB)
FabricFlavor
cpuCount(Integer cpuCount)
FabricFlavor
dataDiskMaxCount(Integer dataDiskMaxCount)
FabricFlavor
dataDiskSizeInMB(Integer dataDiskSizeInMB)
boolean
equals(Object o)
Integer
getBootDiskSizeInMB()
Size of the boot disk (in megabytes).Integer
getCpuCount()
Number of CPU cores.Integer
getDataDiskMaxCount()
Number of data disks.Integer
getDataDiskSizeInMB()
Size of the data disks (in megabytes).String
getId()
The internal identification used by the corresponding cloud end-pointLong
getMemoryInMB()
Total amount of memory (in megabytes).String
getName()
The value of the instance type in the corresponding cloud.String
getNetworkType()
The type of network supported by this instance type.String
getStorageType()
The type of storage supported by this instance type.int
hashCode()
FabricFlavor
id(String id)
FabricFlavor
memoryInMB(Long memoryInMB)
FabricFlavor
name(String name)
FabricFlavor
networkType(String networkType)
void
setBootDiskSizeInMB(Integer bootDiskSizeInMB)
void
setCpuCount(Integer cpuCount)
void
setDataDiskMaxCount(Integer dataDiskMaxCount)
void
setDataDiskSizeInMB(Integer dataDiskSizeInMB)
void
setId(String id)
void
setMemoryInMB(Long memoryInMB)
void
setName(String name)
void
setNetworkType(String networkType)
void
setStorageType(String storageType)
FabricFlavor
storageType(String storageType)
String
toString()
-
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
-