Availability Zone
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class AvailabilityZone
Public Class AvailabilityZone
public ref class AvailabilityZone
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| AvailabilityZone()()()() | Initializes a new instance of the AvailabilityZone class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetMessage()()()() |
Checks if Message property is set
| |
| IsSetRegionName()()()() |
Checks if RegionName property is set
| |
| IsSetZoneName()()()() |
Checks if ZoneName property is set
| |
| IsSetZoneState()()()() |
Checks if ZoneState property is set
| |
| Message |
Gets and sets the Message property.
The Availability Zone messages.
| |
| RegionName |
Gets and sets the RegionName property.
Name of the region.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithMessage(array<String>[]()[][]) |
Sets the Message property
| |
| WithRegionName(String) |
Sets the RegionName property
| |
| WithZoneName(String) |
Sets the ZoneName property
| |
| WithZoneState(String) |
Sets the ZoneState property
| |
| ZoneName |
Gets and sets the ZoneName property.
Name of the Availability Zone.
| |
| ZoneState |
Gets and sets the ZoneState property.
State of the Availability Zone.
|