AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ModifyHosts operation.
Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled,
any instances that you launch with a tenancy of host
but without a specific
host ID are placed onto any available Dedicated Host in your account that has auto-placement
enabled. When auto-placement is disabled, you need to provide a host ID to have the
instance launch onto a specific host. If no host ID is provided, the instance is launched
onto a suitable host with auto-placement enabled.
You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ModifyHostsRequest : AmazonEC2Request IAmazonWebServiceRequest
The ModifyHostsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ModifyHostsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AutoPlacement | Amazon.EC2.AutoPlacement |
Gets and sets the property AutoPlacement. Specify whether to enable or disable auto-placement. |
![]() |
HostIds | System.Collections.Generic.List<System.String> |
Gets and sets the property HostIds. The IDs of the Dedicated Hosts to modify. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
HostMaintenance | Amazon.EC2.HostMaintenance |
Gets and sets the property HostMaintenance. Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide. |
![]() |
HostRecovery | Amazon.EC2.HostRecovery |
Gets and sets the property HostRecovery. Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide. |
![]() |
InstanceFamily | System.String |
Gets and sets the property InstanceFamily. Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family. If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request. |
![]() |
InstanceType | System.String |
Gets and sets the property InstanceType. Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type. If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer