Class: Aws::EC2::Types::LaunchTemplatePlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplatePlacementRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the placement of an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#affinity ⇒ String
The affinity setting for an instance on a Dedicated Host.
-
#availability_zone ⇒ String
The Availability Zone for the instance.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone for the instance.
-
#group_id ⇒ String
The Group Id of a placement group.
-
#group_name ⇒ String
The name of the placement group for the instance.
-
#host_id ⇒ String
The ID of the Dedicated Host for the instance.
-
#host_resource_group_arn ⇒ String
The ARN of the host resource group in which to launch the instances.
-
#partition_number ⇒ Integer
The number of the partition the instance should launch in.
-
#spread_domain ⇒ String
Reserved for future use.
-
#tenancy ⇒ String
The tenancy of the instance.
Instance Attribute Details
#affinity ⇒ String
The affinity setting for an instance on a Dedicated Host.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
The Availability Zone for the instance.
Either AvailabilityZone
or AvailabilityZoneId
can be specified,
but not both
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone for the instance.
Either AvailabilityZone
or AvailabilityZoneId
can be specified,
but not both
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the placement group for the instance.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#host_id ⇒ String
The ID of the Dedicated Host for the instance.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#host_resource_group_arn ⇒ String
The ARN of the host resource group in which to launch the instances.
If you specify a host resource group ARN, omit the Tenancy
parameter or set it to host
.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#partition_number ⇒ Integer
The number of the partition the instance should launch in. Valid
only if the placement group strategy is set to partition
.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#spread_domain ⇒ String
Reserved for future use.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |
#tenancy ⇒ String
The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52570 class LaunchTemplatePlacementRequest < Struct.new( :availability_zone, :availability_zone_id, :affinity, :group_name, :host_id, :tenancy, :spread_domain, :host_resource_group_arn, :partition_number, :group_id) SENSITIVE = [] include Aws::Structure end |