Class: Aws::EC2::Types::AvailabilityZone

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

Overview

Describes Availability Zones, Local Zones, and Wavelength Zones.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geographyArray<Types::AvailabilityZoneGeography>

The geography information for the Availability Zone or Local Zone. The geography is returned as a list.



3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#group_long_nameString

The long name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the zone group. For example:

  • Availability Zones - us-east-1-zg-1

  • Local Zones - us-west-2-lax-1

  • Wavelength Zones - us-east-1-wl1-bos-wlz-1

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#messagesArray<Types::AvailabilityZoneMessage>

Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

Returns:



3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#network_border_groupString

The name of the network border group.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#opt_in_statusString

For Availability Zones, this parameter always has the value of opt-in-not-required.

For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in and not-opted-in.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#parent_zone_idString

The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#parent_zone_nameString

The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The name of the Region.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are available, unavailable, and constrained.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#sub_geographyArray<Types::AvailabilityZoneSubGeography>

The sub-geography information for the Availability Zone or Local Zone. The sub-geography is returned as a list.



3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#zone_idString

The ID of the Availability Zone, Local Zone, or Wavelength Zone.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#zone_nameString

The name of the Availability Zone, Local Zone, or Wavelength Zone.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#zone_typeString

The type of zone.

Valid values: availability-zone | local-zone | wavelength-zone

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3889

class AvailabilityZone < Struct.new(
  :opt_in_status,
  :messages,
  :region_name,
  :zone_name,
  :zone_id,
  :group_name,
  :network_border_group,
  :zone_type,
  :parent_zone_name,
  :parent_zone_id,
  :group_long_name,
  :geography,
  :sub_geography,
  :state)
  SENSITIVE = []
  include Aws::Structure
end