@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()
The VM server location.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VmServerAddress vmServerAddress()
The VM server location.
public final String vmName()
The name of the VM.
public final String vmManagerName()
The name of the VM manager.
public final 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 final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.