Host
An ESX host that runs on an Amazon EC2 bare metal instance.
Contents
Note
In the following list, the required parameters are described first.
- createdAt
-
The date and time that the host was created.
Type: Timestamp
Required: No
- dedicatedHostId
-
The unique ID of the Amazon EC2 Dedicated Host.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 25.
Pattern:
h-[a-f0-9]{8}([a-f0-9]{9})?Required: No
- ec2InstanceId
-
The unique ID of the EC2 instance that represents the host.
Type: String
Required: No
- hostName
-
The DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.
Type: String
Pattern:
([a-zA-Z0-9\-]*)Required: No
- hostState
-
The state of the host.
Type: String
Valid Values:
CREATING | CREATED | UPDATING | DELETING | DELETED | CREATE_FAILED | UPDATE_FAILEDRequired: No
- instanceType
-
The EC2 instance type of the host.
Note
EC2 instances created through Amazon EVS do not support associating an IAM instance profile.
Type: String
Valid Values:
i4i.metal | i7i.metal-24xlRequired: No
- ipAddress
-
The IP address of the host.
Type: String
Pattern:
(\d{1,3}\.){3}\d{1,3}Required: No
- keyName
-
The name of the SSH key that is used to access the host.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_-]+Required: No
- modifiedAt
-
The date and time that the host was modified.
Type: Timestamp
Required: No
- networkInterfaces
-
The elastic network interfaces that are attached to the host.
Type: Array of NetworkInterface objects
Array Members: Minimum number of 0 items. Maximum number of 2 items.
Required: No
- placementGroupId
-
The unique ID of the placement group where the host is placed.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 25.
Pattern:
pg-[a-f0-9]{8}([a-f0-9]{9})?Required: No
- stateDetails
-
A detailed description of the
hostStateof a host.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: