Class: Aws::Outposts::Types::Outpost
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::Outpost
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Information about an Outpost.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone.
-
#description ⇒ String
The description of the Outpost.
-
#generation ⇒ String
The Outpost generation.
-
#life_cycle_status ⇒ String
The life cycle status.
-
#name ⇒ String
The name of the Outpost.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
-
#outpost_id ⇒ String
The ID of the Outpost.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the Outpost owner.
-
#rack_scaling_type ⇒ String
The rack scaling type.
-
#site_arn ⇒ String
The Amazon Resource Name (ARN) of the site.
-
#site_id ⇒ String
The ID of the site.
-
#supported_hardware_type ⇒ String
The hardware type.
-
#tags ⇒ Hash<String,String>
The Outpost tags.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Outpost.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#generation ⇒ String
The Outpost generation. Valid values are GENERATION_1 for
first-generation rack deployments and GENERATION_2 for
second-generation rack deployments.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#life_cycle_status ⇒ String
The life cycle status.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Outpost.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID of the Outpost.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the Outpost owner.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#rack_scaling_type ⇒ String
The rack scaling type. Valid values are SINGLE_RACK for
single-rack Outposts and MULTI_RACK for multi-rack Outposts that
can expand across multiple racks.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#site_arn ⇒ String
The Amazon Resource Name (ARN) of the site.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#supported_hardware_type ⇒ String
The hardware type.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The Outpost tags.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2472 class Outpost < Struct.new( :outpost_id, :owner_id, :outpost_arn, :site_id, :name, :description, :life_cycle_status, :availability_zone, :availability_zone_id, :tags, :site_arn, :supported_hardware_type, :generation, :rack_scaling_type) SENSITIVE = [] include Aws::Structure end |