AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::EC2::Model::AvailabilityZone Class Reference

#include <AvailabilityZone.h>

Public Member Functions

AWS_EC2_API AvailabilityZone ()=default
 
AWS_EC2_API AvailabilityZone (const Aws::Utils::Xml::XmlNode &xmlNode)
 
AWS_EC2_API AvailabilityZoneoperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
AWS_EC2_API void OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
 
AWS_EC2_API void OutputToStream (Aws::OStream &oStream, const char *location) const
 
 
bool OptInStatusHasBeenSet () const
 
 
 
 
bool MessagesHasBeenSet () const
 
template<typename MessagesT = Aws::Vector<AvailabilityZoneMessage>>
void SetMessages (MessagesT &&value)
 
template<typename MessagesT = Aws::Vector<AvailabilityZoneMessage>>
AvailabilityZoneWithMessages (MessagesT &&value)
 
template<typename MessagesT = AvailabilityZoneMessage>
AvailabilityZoneAddMessages (MessagesT &&value)
 
const Aws::StringGetRegionName () const
 
bool RegionNameHasBeenSet () const
 
template<typename RegionNameT = Aws::String>
void SetRegionName (RegionNameT &&value)
 
template<typename RegionNameT = Aws::String>
AvailabilityZoneWithRegionName (RegionNameT &&value)
 
const Aws::StringGetZoneName () const
 
bool ZoneNameHasBeenSet () const
 
template<typename ZoneNameT = Aws::String>
void SetZoneName (ZoneNameT &&value)
 
template<typename ZoneNameT = Aws::String>
AvailabilityZoneWithZoneName (ZoneNameT &&value)
 
const Aws::StringGetZoneId () const
 
bool ZoneIdHasBeenSet () const
 
template<typename ZoneIdT = Aws::String>
void SetZoneId (ZoneIdT &&value)
 
template<typename ZoneIdT = Aws::String>
AvailabilityZoneWithZoneId (ZoneIdT &&value)
 
const Aws::StringGetGroupName () const
 
bool GroupNameHasBeenSet () const
 
template<typename GroupNameT = Aws::String>
void SetGroupName (GroupNameT &&value)
 
template<typename GroupNameT = Aws::String>
AvailabilityZoneWithGroupName (GroupNameT &&value)
 
 
 
template<typename NetworkBorderGroupT = Aws::String>
void SetNetworkBorderGroup (NetworkBorderGroupT &&value)
 
template<typename NetworkBorderGroupT = Aws::String>
AvailabilityZoneWithNetworkBorderGroup (NetworkBorderGroupT &&value)
 
const Aws::StringGetZoneType () const
 
bool ZoneTypeHasBeenSet () const
 
template<typename ZoneTypeT = Aws::String>
void SetZoneType (ZoneTypeT &&value)
 
template<typename ZoneTypeT = Aws::String>
AvailabilityZoneWithZoneType (ZoneTypeT &&value)
 
const Aws::StringGetParentZoneName () const
 
 
template<typename ParentZoneNameT = Aws::String>
void SetParentZoneName (ParentZoneNameT &&value)
 
template<typename ParentZoneNameT = Aws::String>
AvailabilityZoneWithParentZoneName (ParentZoneNameT &&value)
 
const Aws::StringGetParentZoneId () const
 
bool ParentZoneIdHasBeenSet () const
 
template<typename ParentZoneIdT = Aws::String>
void SetParentZoneId (ParentZoneIdT &&value)
 
template<typename ParentZoneIdT = Aws::String>
AvailabilityZoneWithParentZoneId (ParentZoneIdT &&value)
 
const Aws::StringGetGroupLongName () const
 
 
template<typename GroupLongNameT = Aws::String>
void SetGroupLongName (GroupLongNameT &&value)
 
template<typename GroupLongNameT = Aws::String>
AvailabilityZoneWithGroupLongName (GroupLongNameT &&value)
 
 
bool GeographyHasBeenSet () const
 
template<typename GeographyT = Aws::Vector<AvailabilityZoneGeography>>
void SetGeography (GeographyT &&value)
 
template<typename GeographyT = Aws::Vector<AvailabilityZoneGeography>>
AvailabilityZoneWithGeography (GeographyT &&value)
 
template<typename GeographyT = AvailabilityZoneGeography>
AvailabilityZoneAddGeography (GeographyT &&value)
 
 
bool SubGeographyHasBeenSet () const
 
template<typename SubGeographyT = Aws::Vector<AvailabilityZoneSubGeography>>
void SetSubGeography (SubGeographyT &&value)
 
template<typename SubGeographyT = Aws::Vector<AvailabilityZoneSubGeography>>
AvailabilityZoneWithSubGeography (SubGeographyT &&value)
 
template<typename SubGeographyT = AvailabilityZoneSubGeography>
AvailabilityZoneAddSubGeography (SubGeographyT &&value)
 
 
bool StateHasBeenSet () const
 
 
 

Detailed Description

Describes Availability Zones, Local Zones, and Wavelength Zones.

See Also:

AWS API Reference

Definition at line 34 of file AvailabilityZone.h.

Constructor & Destructor Documentation

◆ AvailabilityZone() [1/2]

AWS_EC2_API Aws::EC2::Model::AvailabilityZone::AvailabilityZone ( )
default

◆ AvailabilityZone() [2/2]

AWS_EC2_API Aws::EC2::Model::AvailabilityZone::AvailabilityZone ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

◆ AddGeography()

template<typename GeographyT = AvailabilityZoneGeography>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::AddGeography ( GeographyT &&  value)
inline

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

Definition at line 273 of file AvailabilityZone.h.

◆ AddMessages()

template<typename MessagesT = AvailabilityZoneMessage>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::AddMessages ( MessagesT &&  value)
inline

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

Definition at line 79 of file AvailabilityZone.h.

◆ AddSubGeography()

template<typename SubGeographyT = AvailabilityZoneSubGeography>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::AddSubGeography ( SubGeographyT &&  value)
inline

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

Definition at line 298 of file AvailabilityZone.h.

◆ GeographyHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::GeographyHasBeenSet ( ) const
inline

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

Definition at line 261 of file AvailabilityZone.h.

◆ GetGeography()

const Aws::Vector< AvailabilityZoneGeography > & Aws::EC2::Model::AvailabilityZone::GetGeography ( ) const
inline

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

Definition at line 260 of file AvailabilityZone.h.

◆ GetGroupLongName()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetGroupLongName ( ) const
inline

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

Definition at line 241 of file AvailabilityZone.h.

◆ GetGroupName()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetGroupName ( ) const
inline

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

Definition at line 147 of file AvailabilityZone.h.

◆ GetMessages()

const Aws::Vector< AvailabilityZoneMessage > & Aws::EC2::Model::AvailabilityZone::GetMessages ( ) const
inline

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

Definition at line 66 of file AvailabilityZone.h.

◆ GetNetworkBorderGroup()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetNetworkBorderGroup ( ) const
inline

The name of the network border group.

Definition at line 165 of file AvailabilityZone.h.

◆ GetOptInStatus()

AvailabilityZoneOptInStatus Aws::EC2::Model::AvailabilityZone::GetOptInStatus ( ) const
inline

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.

Definition at line 50 of file AvailabilityZone.h.

◆ GetParentZoneId()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetParentZoneId ( ) const
inline

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

Definition at line 222 of file AvailabilityZone.h.

◆ GetParentZoneName()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetParentZoneName ( ) const
inline

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

Definition at line 203 of file AvailabilityZone.h.

◆ GetRegionName()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetRegionName ( ) const
inline

The name of the Region.

Definition at line 90 of file AvailabilityZone.h.

◆ GetState()

AvailabilityZoneState Aws::EC2::Model::AvailabilityZone::GetState ( ) const
inline

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

Definition at line 311 of file AvailabilityZone.h.

◆ GetSubGeography()

const Aws::Vector< AvailabilityZoneSubGeography > & Aws::EC2::Model::AvailabilityZone::GetSubGeography ( ) const
inline

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

Definition at line 285 of file AvailabilityZone.h.

◆ GetZoneId()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetZoneId ( ) const
inline

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

Definition at line 126 of file AvailabilityZone.h.

◆ GetZoneName()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetZoneName ( ) const
inline

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

Definition at line 108 of file AvailabilityZone.h.

◆ GetZoneType()

const Aws::String & Aws::EC2::Model::AvailabilityZone::GetZoneType ( ) const
inline

The type of zone.

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

Definition at line 184 of file AvailabilityZone.h.

◆ GroupLongNameHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::GroupLongNameHasBeenSet ( ) const
inline

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

Definition at line 242 of file AvailabilityZone.h.

◆ GroupNameHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::GroupNameHasBeenSet ( ) const
inline

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

Definition at line 148 of file AvailabilityZone.h.

◆ MessagesHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::MessagesHasBeenSet ( ) const
inline

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

Definition at line 67 of file AvailabilityZone.h.

◆ NetworkBorderGroupHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::NetworkBorderGroupHasBeenSet ( ) const
inline

The name of the network border group.

Definition at line 166 of file AvailabilityZone.h.

◆ operator=()

AWS_EC2_API AvailabilityZone & Aws::EC2::Model::AvailabilityZone::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)

◆ OptInStatusHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::OptInStatusHasBeenSet ( ) const
inline

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.

Definition at line 51 of file AvailabilityZone.h.

◆ OutputToStream() [1/2]

AWS_EC2_API void Aws::EC2::Model::AvailabilityZone::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const

◆ OutputToStream() [2/2]

AWS_EC2_API void Aws::EC2::Model::AvailabilityZone::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const

◆ ParentZoneIdHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::ParentZoneIdHasBeenSet ( ) const
inline

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

Definition at line 223 of file AvailabilityZone.h.

◆ ParentZoneNameHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::ParentZoneNameHasBeenSet ( ) const
inline

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

Definition at line 204 of file AvailabilityZone.h.

◆ RegionNameHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::RegionNameHasBeenSet ( ) const
inline

The name of the Region.

Definition at line 91 of file AvailabilityZone.h.

◆ SetGeography()

template<typename GeographyT = Aws::Vector<AvailabilityZoneGeography>>
void Aws::EC2::Model::AvailabilityZone::SetGeography ( GeographyT &&  value)
inline

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

Definition at line 263 of file AvailabilityZone.h.

◆ SetGroupLongName()

template<typename GroupLongNameT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetGroupLongName ( GroupLongNameT &&  value)
inline

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

Definition at line 244 of file AvailabilityZone.h.

◆ SetGroupName()

template<typename GroupNameT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetGroupName ( GroupNameT &&  value)
inline

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

Definition at line 150 of file AvailabilityZone.h.

◆ SetMessages()

template<typename MessagesT = Aws::Vector<AvailabilityZoneMessage>>
void Aws::EC2::Model::AvailabilityZone::SetMessages ( MessagesT &&  value)
inline

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

Definition at line 69 of file AvailabilityZone.h.

◆ SetNetworkBorderGroup()

template<typename NetworkBorderGroupT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetNetworkBorderGroup ( NetworkBorderGroupT &&  value)
inline

The name of the network border group.

Definition at line 168 of file AvailabilityZone.h.

◆ SetOptInStatus()

void Aws::EC2::Model::AvailabilityZone::SetOptInStatus ( AvailabilityZoneOptInStatus  value)
inline

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.

Definition at line 52 of file AvailabilityZone.h.

◆ SetParentZoneId()

template<typename ParentZoneIdT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetParentZoneId ( ParentZoneIdT &&  value)
inline

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

Definition at line 225 of file AvailabilityZone.h.

◆ SetParentZoneName()

template<typename ParentZoneNameT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetParentZoneName ( ParentZoneNameT &&  value)
inline

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

Definition at line 206 of file AvailabilityZone.h.

◆ SetRegionName()

template<typename RegionNameT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetRegionName ( RegionNameT &&  value)
inline

The name of the Region.

Definition at line 93 of file AvailabilityZone.h.

◆ SetState()

void Aws::EC2::Model::AvailabilityZone::SetState ( AvailabilityZoneState  value)
inline

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

Definition at line 313 of file AvailabilityZone.h.

◆ SetSubGeography()

template<typename SubGeographyT = Aws::Vector<AvailabilityZoneSubGeography>>
void Aws::EC2::Model::AvailabilityZone::SetSubGeography ( SubGeographyT &&  value)
inline

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

Definition at line 288 of file AvailabilityZone.h.

◆ SetZoneId()

template<typename ZoneIdT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetZoneId ( ZoneIdT &&  value)
inline

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

Definition at line 129 of file AvailabilityZone.h.

◆ SetZoneName()

template<typename ZoneNameT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetZoneName ( ZoneNameT &&  value)
inline

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

Definition at line 111 of file AvailabilityZone.h.

◆ SetZoneType()

template<typename ZoneTypeT = Aws::String>
void Aws::EC2::Model::AvailabilityZone::SetZoneType ( ZoneTypeT &&  value)
inline

The type of zone.

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

Definition at line 187 of file AvailabilityZone.h.

◆ StateHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::StateHasBeenSet ( ) const
inline

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

Definition at line 312 of file AvailabilityZone.h.

◆ SubGeographyHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::SubGeographyHasBeenSet ( ) const
inline

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

Definition at line 286 of file AvailabilityZone.h.

◆ WithGeography()

template<typename GeographyT = Aws::Vector<AvailabilityZoneGeography>>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithGeography ( GeographyT &&  value)
inline

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

Definition at line 268 of file AvailabilityZone.h.

◆ WithGroupLongName()

template<typename GroupLongNameT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithGroupLongName ( GroupLongNameT &&  value)
inline

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

Definition at line 249 of file AvailabilityZone.h.

◆ WithGroupName()

template<typename GroupNameT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithGroupName ( GroupNameT &&  value)
inline

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

Definition at line 155 of file AvailabilityZone.h.

◆ WithMessages()

template<typename MessagesT = Aws::Vector<AvailabilityZoneMessage>>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithMessages ( MessagesT &&  value)
inline

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

Definition at line 74 of file AvailabilityZone.h.

◆ WithNetworkBorderGroup()

template<typename NetworkBorderGroupT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithNetworkBorderGroup ( NetworkBorderGroupT &&  value)
inline

The name of the network border group.

Definition at line 173 of file AvailabilityZone.h.

◆ WithOptInStatus()

AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithOptInStatus ( AvailabilityZoneOptInStatus  value)
inline

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.

Definition at line 56 of file AvailabilityZone.h.

◆ WithParentZoneId()

template<typename ParentZoneIdT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithParentZoneId ( ParentZoneIdT &&  value)
inline

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

Definition at line 230 of file AvailabilityZone.h.

◆ WithParentZoneName()

template<typename ParentZoneNameT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithParentZoneName ( ParentZoneNameT &&  value)
inline

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

Definition at line 211 of file AvailabilityZone.h.

◆ WithRegionName()

template<typename RegionNameT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithRegionName ( RegionNameT &&  value)
inline

The name of the Region.

Definition at line 98 of file AvailabilityZone.h.

◆ WithState()

AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithState ( AvailabilityZoneState  value)
inline

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

Definition at line 317 of file AvailabilityZone.h.

◆ WithSubGeography()

template<typename SubGeographyT = Aws::Vector<AvailabilityZoneSubGeography>>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithSubGeography ( SubGeographyT &&  value)
inline

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

Definition at line 293 of file AvailabilityZone.h.

◆ WithZoneId()

template<typename ZoneIdT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithZoneId ( ZoneIdT &&  value)
inline

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

Definition at line 134 of file AvailabilityZone.h.

◆ WithZoneName()

template<typename ZoneNameT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithZoneName ( ZoneNameT &&  value)
inline

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

Definition at line 116 of file AvailabilityZone.h.

◆ WithZoneType()

template<typename ZoneTypeT = Aws::String>
AvailabilityZone & Aws::EC2::Model::AvailabilityZone::WithZoneType ( ZoneTypeT &&  value)
inline

The type of zone.

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

Definition at line 192 of file AvailabilityZone.h.

◆ ZoneIdHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::ZoneIdHasBeenSet ( ) const
inline

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

Definition at line 127 of file AvailabilityZone.h.

◆ ZoneNameHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::ZoneNameHasBeenSet ( ) const
inline

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

Definition at line 109 of file AvailabilityZone.h.

◆ ZoneTypeHasBeenSet()

bool Aws::EC2::Model::AvailabilityZone::ZoneTypeHasBeenSet ( ) const
inline

The type of zone.

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

Definition at line 185 of file AvailabilityZone.h.


The documentation for this class was generated from the following file: