@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VmServer.Builder> |
serializableBuilderClass() |
VmServer.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
|
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VmServer.Builder,VmServer>public static VmServer.Builder builder()
public static Class<? extends VmServer.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.