Availability Zone

Namespace: Amazon.EC2.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AvailabilityZone()()()()
Initializes a new instance of the AvailabilityZone class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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.

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..AvailabilityZone

See Also