@Generated(value="software.amazon.awssdk:codegen") public final class Host extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Host.Builder,Host>
Describes the properties of the Dedicated Host.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Host.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
allocationTime()
The time that the Dedicated Host was allocated.
|
AllowsMultipleInstanceTypes |
allowsMultipleInstanceTypes()
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only.
|
String |
allowsMultipleInstanceTypesAsString()
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only.
|
AutoPlacement |
autoPlacement()
Whether auto-placement is on or off.
|
String |
autoPlacementAsString()
Whether auto-placement is on or off.
|
String |
availabilityZone()
The Availability Zone of the Dedicated Host.
|
String |
availabilityZoneId()
The ID of the Availability Zone in which the Dedicated Host is allocated.
|
AvailableCapacity |
availableCapacity()
Information about the instances running on the Dedicated Host.
|
static Host.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostId()
The ID of the Dedicated Host.
|
HostProperties |
hostProperties()
The hardware specifications of the Dedicated Host.
|
HostRecovery |
hostRecovery()
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
String |
hostRecoveryAsString()
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
String |
hostReservationId()
The reservation ID of the Dedicated Host.
|
List<HostInstance> |
instances()
The IDs and instance type that are currently running on the Dedicated Host.
|
Boolean |
memberOfServiceLinkedResourceGroup()
Indicates whether the Dedicated Host is in a host resource group.
|
String |
ownerId()
The ID of the AWS account that owns the Dedicated Host.
|
Instant |
releaseTime()
The time that the Dedicated Host was released.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Host.Builder> |
serializableBuilderClass() |
AllocationState |
state()
The Dedicated Host's state.
|
String |
stateAsString()
The Dedicated Host's state.
|
List<Tag> |
tags()
Any tags assigned to the Dedicated Host.
|
Host.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AutoPlacement autoPlacement()
Whether auto-placement is on or off.
If the service returns an enum value that is not available in the current SDK version, autoPlacement
will return AutoPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
autoPlacementAsString().
AutoPlacementpublic String autoPlacementAsString()
Whether auto-placement is on or off.
If the service returns an enum value that is not available in the current SDK version, autoPlacement
will return AutoPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
autoPlacementAsString().
AutoPlacementpublic String availabilityZone()
The Availability Zone of the Dedicated Host.
public AvailableCapacity availableCapacity()
Information about the instances running on the Dedicated Host.
public String clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public String hostId()
The ID of the Dedicated Host.
public HostProperties hostProperties()
The hardware specifications of the Dedicated Host.
public String hostReservationId()
The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn't
have an associated reservation.
null response if the Dedicated Host
doesn't have an associated reservation.public List<HostInstance> instances()
The IDs and instance type that are currently running on the Dedicated Host.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AllocationState state()
The Dedicated Host's state.
If the service returns an enum value that is not available in the current SDK version, state will return
AllocationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AllocationStatepublic String stateAsString()
The Dedicated Host's state.
If the service returns an enum value that is not available in the current SDK version, state will return
AllocationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AllocationStatepublic Instant allocationTime()
The time that the Dedicated Host was allocated.
public Instant releaseTime()
The time that the Dedicated Host was released.
public List<Tag> tags()
Any tags assigned to the Dedicated Host.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public HostRecovery hostRecovery()
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
If the service returns an enum value that is not available in the current SDK version, hostRecovery will
return HostRecovery.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hostRecoveryAsString().
HostRecoverypublic String hostRecoveryAsString()
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
If the service returns an enum value that is not available in the current SDK version, hostRecovery will
return HostRecovery.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hostRecoveryAsString().
HostRecoverypublic AllowsMultipleInstanceTypes allowsMultipleInstanceTypes()
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only. one indicates that the Dedicated Host supports multiple instance types in the
instance family. off indicates that the Dedicated Host supports a single instance type only.
If the service returns an enum value that is not available in the current SDK version,
allowsMultipleInstanceTypes will return AllowsMultipleInstanceTypes.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from allowsMultipleInstanceTypesAsString().
one indicates that the Dedicated Host supports multiple
instance types in the instance family. off indicates that the Dedicated Host supports a
single instance type only.AllowsMultipleInstanceTypespublic String allowsMultipleInstanceTypesAsString()
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only. one indicates that the Dedicated Host supports multiple instance types in the
instance family. off indicates that the Dedicated Host supports a single instance type only.
If the service returns an enum value that is not available in the current SDK version,
allowsMultipleInstanceTypes will return AllowsMultipleInstanceTypes.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from allowsMultipleInstanceTypesAsString().
one indicates that the Dedicated Host supports multiple
instance types in the instance family. off indicates that the Dedicated Host supports a
single instance type only.AllowsMultipleInstanceTypespublic String ownerId()
The ID of the AWS account that owns the Dedicated Host.
public String availabilityZoneId()
The ID of the Availability Zone in which the Dedicated Host is allocated.
public Boolean memberOfServiceLinkedResourceGroup()
Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is
true, the host is in a host resource group; otherwise, it is not.
true, the host is in a host resource group;
otherwise, it is not.public Host.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Host.Builder,Host>public static Host.Builder builder()
public static Class<? extends Host.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.