Class GetHypervisorV2Result
- java.lang.Object
-
- com.pulumi.openstack.compute.outputs.GetHypervisorV2Result
-
public final class GetHypervisorV2Result extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetHypervisorV2Result.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetHypervisorV2Result.Builderbuilder()static GetHypervisorV2Result.Builderbuilder(GetHypervisorV2Result defaults)java.lang.Integerdisk()java.lang.StringhostIp()java.lang.Stringhostname()java.lang.Stringid()java.lang.Integermemory()java.lang.Stringstate()java.lang.Stringstatus()java.lang.Stringtype()java.lang.Integervcpus()
-
-
-
Method Detail
-
disk
public java.lang.Integer disk()
- Returns:
- The amount in GigaBytes of local storage the hypervisor can provide
-
hostIp
public java.lang.String hostIp()
- Returns:
- The IP address of the Hypervisor
-
hostname
public java.lang.String hostname()
- Returns:
- See Argument Reference above.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
memory
public java.lang.Integer memory()
- Returns:
- The number in MegaBytes of memory the hypervisor can provide
-
state
public java.lang.String state()
- Returns:
- The state of the hypervisor (`up` or `down`)
-
status
public java.lang.String status()
- Returns:
- The status of the hypervisor (`enabled` or `disabled`)
-
type
public java.lang.String type()
- Returns:
- The type of the hypervisor (example: `QEMU`)
-
vcpus
public java.lang.Integer vcpus()
- Returns:
- The number of virtual CPUs the hypervisor can provide
-
builder
public static GetHypervisorV2Result.Builder builder()
-
builder
public static GetHypervisorV2Result.Builder builder(GetHypervisorV2Result defaults)
-
-