Class: Aws::Outposts::Types::StartCapacityTaskInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

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.

Returns:

  • (Boolean)


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_poolsArray<Types::InstanceTypeCapacity>

The instance pools specified in the capacity task.

Returns:



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_excludeTypes::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_idString

The ID of the Amazon Web Services Outposts order associated with the specified capacity task.

Returns:

  • (String)


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_identifierString

The ID or ARN of the Outposts associated with the specified capacity task.

Returns:

  • (String)


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_instancesString

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.

Returns:

  • (String)


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