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

#asset_idString

The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_id,
  :instance_pools,
  :instances_to_exclude,
  :dry_run,
  :task_action_on_blocking_instances)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_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:



2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_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.



2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_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)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_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)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_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)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2137

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :asset_id,
  :instance_pools,
  :instances_to_exclude,
  :dry_run,
  :task_action_on_blocking_instances)
  SENSITIVE = []
  include Aws::Structure
end