@Generated(value="software.amazon.awssdk:codegen") public final class Hypervisor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Hypervisor.Builder,Hypervisor>
Represents the hypervisor's permissions to which the gateway will connect.
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Hypervisor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Hypervisor.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
host()
The server host of the hypervisor.
|
String |
hypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor.
|
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
|
String |
name()
The name of the hypervisor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Hypervisor.Builder> |
serializableBuilderClass() |
HypervisorState |
state()
The state of the hypervisor.
|
String |
stateAsString()
The state of the hypervisor.
|
Hypervisor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String host()
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
public final String hypervisorArn()
The Amazon Resource Name (ARN) of the hypervisor.
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
public final String name()
The name of the hypervisor.
public final HypervisorState state()
The state of the hypervisor.
If the service returns an enum value that is not available in the current SDK version, state will return
HypervisorState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
HypervisorStatepublic final String stateAsString()
The state of the hypervisor.
If the service returns an enum value that is not available in the current SDK version, state will return
HypervisorState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
HypervisorStatepublic Hypervisor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Hypervisor.Builder,Hypervisor>public static Hypervisor.Builder builder()
public static Class<? extends Hypervisor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.