Class HardwareProfileResponse
- java.lang.Object
-
- com.pulumi.azurenative.connectedvmwarevsphere.outputs.HardwareProfileResponse
-
public final class HardwareProfileResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HardwareProfileResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HardwareProfileResponse.Builder
builder()
static HardwareProfileResponse.Builder
builder(HardwareProfileResponse defaults)
java.lang.Boolean
cpuHotAddEnabled()
java.lang.Boolean
cpuHotRemoveEnabled()
java.lang.Boolean
memoryHotAddEnabled()
java.util.Optional<java.lang.Integer>
memorySizeMB()
java.util.Optional<java.lang.Integer>
numCoresPerSocket()
java.util.Optional<java.lang.Integer>
numCPUs()
-
-
-
Method Detail
-
cpuHotAddEnabled
public java.lang.Boolean cpuHotAddEnabled()
- Returns:
- Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
-
cpuHotRemoveEnabled
public java.lang.Boolean cpuHotRemoveEnabled()
- Returns:
- Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
-
memoryHotAddEnabled
public java.lang.Boolean memoryHotAddEnabled()
- Returns:
- Gets or sets a value indicating whether memory can be added while this virtual machine is running.
-
memorySizeMB
public java.util.Optional<java.lang.Integer> memorySizeMB()
- Returns:
- Gets or sets memory size in MBs for the vm.
-
numCPUs
public java.util.Optional<java.lang.Integer> numCPUs()
- Returns:
- Gets or sets the number of vCPUs for the vm.
-
numCoresPerSocket
public java.util.Optional<java.lang.Integer> numCoresPerSocket()
- Returns:
- Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.
-
builder
public static HardwareProfileResponse.Builder builder()
-
builder
public static HardwareProfileResponse.Builder builder(HardwareProfileResponse defaults)
-
-