Class FabricFlavorDescription
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricFlavorDescription
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricFlavorDescription extends Object
Represents fabric flavor instance type description. Used when creating flavor profiles.
-
Constructor Summary
Constructors Constructor Description FabricFlavorDescription()
-
Method Summary
Modifier and Type Method Description FabricFlavorDescription
cpuCount(Integer cpuCount)
boolean
equals(Object o)
Integer
getCpuCount()
Number of CPU cores.Long
getMemoryInMB()
Total amount of memory (in megabytes).String
getName()
The value of the instance type in the corresponding cloud.int
hashCode()
FabricFlavorDescription
memoryInMB(Long memoryInMB)
FabricFlavorDescription
name(String name)
void
setCpuCount(Integer cpuCount)
void
setMemoryInMB(Long memoryInMB)
void
setName(String name)
String
toString()
-
Constructor Details
-
FabricFlavorDescription
public FabricFlavorDescription()
-
-
Method Details
-
memoryInMB
-
getMemoryInMB
Total amount of memory (in megabytes). Mandatory for private clouds such as vSphere. Not populated when inapplicable.- Returns:
- memoryInMB
-
setMemoryInMB
-
name
-
getName
The value of the instance type in the corresponding cloud. Valid and mandatory for public clouds- Returns:
- name
-
setName
-
cpuCount
-
getCpuCount
Number of CPU cores. Mandatory for private clouds such as vSphere. Not populated when inapplicable.- Returns:
- cpuCount
-
setCpuCount
-
equals
-
hashCode
public int hashCode() -
toString
-