Class: Aws::EC2::Types::CreatePlacementGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreatePlacementGroupRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.
-
#group_name ⇒ String
A name for the placement group.
-
#linked_group_id ⇒ String
Reserved for future use.
-
#operator ⇒ Types::OperatorRequest
Reserved for internal use.
-
#parent_group_id ⇒ String
The ID of a parent placement group.
-
#partition_count ⇒ Integer
The number of partitions.
-
#spread_level ⇒ String
Determines how placement groups spread instances.
-
#strategy ⇒ String
The placement strategy.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the new placement group.
Instance Attribute Details
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the operation,
without actually making the request, and provides an error response.
If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
A name for the placement group. Must be unique within the scope of your account for the Region.
Constraints: Up to 255 ASCII characters
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#linked_group_id ⇒ String
Reserved for future use.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ Types::OperatorRequest
Reserved for internal use.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#parent_group_id ⇒ String
The ID of a parent placement group. Valid only when Strategy is
set to cluster.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
The number of partitions. Valid only when Strategy is set to
partition.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#spread_level ⇒ String
Determines how placement groups spread instances.
Host – You can use
hostonly with Outpost placement groups.Rack – No usage restrictions.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#strategy ⇒ String
The placement strategy.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the new placement group.
14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14567 class CreatePlacementGroupRequest < Struct.new( :partition_count, :tag_specifications, :spread_level, :linked_group_id, :operator, :parent_group_id, :dry_run, :group_name, :strategy) SENSITIVE = [] include Aws::Structure end |