AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes Availability Zones, Local Zones, and Wavelength Zones.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.AvailabilityZone

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class AvailabilityZone

The AvailabilityZone type exposes the following members

Constructors

NameDescription
Public Method AvailabilityZone()

Properties

NameTypeDescription
Public Property GroupName System.String

Gets and sets the property GroupName.

For Availability Zones, this parameter has the same value as the Region name.

For Local Zones, the name of the associated group, for example us-west-2-lax-1.

For Wavelength Zones, the name of the associated group, for example us-east-1-wl1-bos-wlz-1.

Public Property Messages System.Collections.Generic.List<Amazon.EC2.Model.AvailabilityZoneMessage>

Gets and sets the property Messages.

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

Public Property NetworkBorderGroup System.String

Gets and sets the property NetworkBorderGroup.

The name of the network border group.

Public Property OptInStatus Amazon.EC2.AvailabilityZoneOptInStatus

Gets and sets the property OptInStatus.

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.

Public Property ParentZoneId System.String

Gets and sets the property ParentZoneId.

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

Public Property ParentZoneName System.String

Gets and sets the property ParentZoneName.

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

Public Property RegionName System.String

Gets and sets the property RegionName.

The name of the Region.

Public Property State Amazon.EC2.AvailabilityZoneState

Gets and sets the property State.

The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always available.

Public Property ZoneId System.String

Gets and sets the property ZoneId.

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

Public Property ZoneName System.String

Gets and sets the property ZoneName.

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

Public Property ZoneType System.String

Gets and sets the property ZoneType.

The type of zone. The valid values are availability-zone, local-zone, and wavelength-zone.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5