Class: Aws::EC2::Types::PlacementGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PlacementGroup
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a placement group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the placement group.
-
#group_id ⇒ String
The ID of the placement group.
-
#group_name ⇒ String
The name of the placement group.
-
#linked_group_id ⇒ String
Reserved for future use.
-
#operator ⇒ Types::OperatorResponse
The service provider that manages the Placement Group.
-
#parent_group_id ⇒ String
The ID of the parent placement group.
-
#partition_count ⇒ Integer
The number of partitions.
-
#spread_level ⇒ String
The spread level for the placement group.
-
#state ⇒ String
The state of the placement group.
-
#strategy ⇒ String
The placement strategy.
-
#tags ⇒ Array<Types::Tag>
Any tags applied to the placement group.
Instance Attribute Details
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the placement group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the placement group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the placement group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#linked_group_id ⇒ String
Reserved for future use.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ Types::OperatorResponse
The service provider that manages the Placement Group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#parent_group_id ⇒ String
The ID of the parent placement group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
The number of partitions. Valid only if strategy is set to
partition.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#spread_level ⇒ String
The spread level for the placement group. Only Outpost placement groups can be spread across hosts.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the placement group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#strategy ⇒ String
The placement strategy.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags applied to the placement group.
70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70152 class PlacementGroup < Struct.new( :group_name, :state, :strategy, :partition_count, :group_id, :tags, :group_arn, :spread_level, :linked_group_id, :operator, :parent_group_id) SENSITIVE = [] include Aws::Structure end |