@Generated(value="software.amazon.awssdk:codegen") public final class VcenterBasedRemoteInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>
Details about the server in vCenter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VcenterBasedRemoteInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VcenterBasedRemoteInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OSType |
osType()
The type of the operating system.
|
String |
osTypeAsString()
The type of the operating system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VcenterBasedRemoteInfo.Builder> |
serializableBuilderClass() |
VcenterBasedRemoteInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vcenterConfigurationTimeStamp()
The time when the remote server based on vCenter was last configured.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OSType osType()
The type of the operating system.
If the service returns an enum value that is not available in the current SDK version, osType will
return OSType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
osTypeAsString().
OSTypepublic final String osTypeAsString()
The type of the operating system.
If the service returns an enum value that is not available in the current SDK version, osType will
return OSType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
osTypeAsString().
OSTypepublic final String vcenterConfigurationTimeStamp()
The time when the remote server based on vCenter was last configured.
public VcenterBasedRemoteInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>public static VcenterBasedRemoteInfo.Builder builder()
public static Class<? extends VcenterBasedRemoteInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.