@Generated(value="software.amazon.awssdk:codegen") public final class VmServer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VmServer.Builder,VmServer>
Represents a VM server.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VmServer.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VmServer.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VmServer.Builder> |
serializableBuilderClass() |
VmServer.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vmManagerName()
The name of the VM manager.
|
VmManagerType |
vmManagerType()
The type of VM management product.
|
String |
vmManagerTypeAsString()
The type of VM management product.
|
String |
vmName()
The name of the VM.
|
String |
vmPath()
The VM folder path in the vCenter Server virtual machine inventory tree.
|
VmServerAddress |
vmServerAddress()
Information about the VM server location.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic VmServerAddress vmServerAddress()
Information about the VM server location.
public String vmName()
The name of the VM.
public String vmManagerName()
The name of the VM manager.
public VmManagerType vmManagerType()
The type of VM management product.
If the service returns an enum value that is not available in the current SDK version, vmManagerType
will return VmManagerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vmManagerTypeAsString().
VmManagerTypepublic String vmManagerTypeAsString()
The type of VM management product.
If the service returns an enum value that is not available in the current SDK version, vmManagerType
will return VmManagerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vmManagerTypeAsString().
VmManagerTypepublic String vmPath()
The VM folder path in the vCenter Server virtual machine inventory tree.
public VmServer.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VmServer.Builder,VmServer>public static VmServer.Builder builder()
public static Class<? extends VmServer.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.