Class: Aws::Outposts::Types::StartCapacityTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::StartCapacityTaskInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity.
-
#instance_pools ⇒ Array<Types::InstanceTypeCapacity>
The instance pools specified in the capacity task.
-
#instances_to_exclude ⇒ Types::InstancesToExclude
List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.
-
#order_id ⇒ String
The ID of the Amazon Web Services Outposts order associated with the specified capacity task.
-
#outpost_identifier ⇒ String
The ID or ARN of the Outposts associated with the specified capacity task.
-
#task_action_on_blocking_instances ⇒ String
Specify one of the following options in case an instance is blocking the capacity task from running.
Instance Attribute Details
#dry_run ⇒ Boolean
You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity. Requesting a dry run does not make any changes to your plan.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2053 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :instances_to_exclude, :dry_run, :task_action_on_blocking_instances) SENSITIVE = [] include Aws::Structure end |
#instance_pools ⇒ Array<Types::InstanceTypeCapacity>
The instance pools specified in the capacity task.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2053 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :instances_to_exclude, :dry_run, :task_action_on_blocking_instances) SENSITIVE = [] include Aws::Structure end |
#instances_to_exclude ⇒ Types::InstancesToExclude
List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2053 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :instances_to_exclude, :dry_run, :task_action_on_blocking_instances) SENSITIVE = [] include Aws::Structure end |
#order_id ⇒ String
The ID of the Amazon Web Services Outposts order associated with the specified capacity task.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2053 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :instances_to_exclude, :dry_run, :task_action_on_blocking_instances) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or ARN of the Outposts associated with the specified capacity task.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2053 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :instances_to_exclude, :dry_run, :task_action_on_blocking_instances) SENSITIVE = [] include Aws::Structure end |
#task_action_on_blocking_instances ⇒ String
Specify one of the following options in case an instance is blocking the capacity task from running.
WAIT_FOR_EVACUATION
- Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.FAIL_TASK
- The capacity task fails.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2053 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :instances_to_exclude, :dry_run, :task_action_on_blocking_instances) SENSITIVE = [] include Aws::Structure end |