@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
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.
|
copy
public 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()
.
VmManagerType
public 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()
.
VmManagerType
public final String vmPath()
The VM folder path in the vCenter Server virtual machine inventory tree.
public VmServer.Builder toBuilder()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.