@Generated(value="software.amazon.awssdk:codegen") public final class VirtualMachine extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualMachine.Builder,VirtualMachine>
A virtual machine that is on a hypervisor.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VirtualMachine.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachine.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostName()
The host name of the virtual machine.
|
String |
hypervisorId()
The ID of the virtual machine's hypervisor.
|
Instant |
lastBackupDate()
The most recent date a virtual machine was backed up, in Unix format and UTC time.
|
String |
name()
The name of the virtual machine.
|
String |
path()
The path of the virtual machine.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the virtual machine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VirtualMachine.Builder> |
serializableBuilderClass() |
VirtualMachine.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostName()
The host name of the virtual machine.
public final String hypervisorId()
The ID of the virtual machine's hypervisor.
public final Instant lastBackupDate()
The most recent date a virtual machine was backed up, in Unix format and UTC time.
public final String name()
The name of the virtual machine.
public final String path()
The path of the virtual machine.
public final String resourceArn()
The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.public VirtualMachine.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VirtualMachine.Builder,VirtualMachine>public static VirtualMachine.Builder builder()
public static Class<? extends VirtualMachine.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.