Volume Status
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class VolumeStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VolumeStatus()()()() | Initializes a new instance of the VolumeStatus class | 
|  | AvailabilityZone | 
            Availability Zone of the volume
             | 
|  | 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.) | 
|  | IsSetAvailabilityZone()()()() | 
            Checks if AvailabilityZone property is set
             | 
|  | IsSetVolumeId()()()() | 
            Checks if VolumeId property is set
             | 
|  | IsSetVolumeStatusAction()()()() | 
            Checks if VolumeStatusAction property is set
             | 
|  | IsSetVolumeStatusEvent()()()() | 
            Checks if VolumeStatusEvent property is set
             | 
|  | IsSetVolumeStatusInfo()()()() | 
            Checks if VolumeStatusInfo property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeId | 
            The volume ID
             | 
|  | VolumeStatusAction | 
            A list of actions associated with the volume
             | 
|  | VolumeStatusEvent | 
            A list of events associated with the volume
             | 
|  | VolumeStatusInfo | 
            Status of the volume
             | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the Availability Zone of the volume
             | 
|  | WithVolumeId(String) | Obsolete. 
            Sets the volume ID
             | 
|  | WithVolumeStatusAction(array<VolumeStatusAction>[]()[][]) | Obsolete. 
            Sets a list of actions associated with the volume
             | 
|  | WithVolumeStatusEvent(array<VolumeStatusEvent>[]()[][]) | Obsolete. 
            Sets a list of events associated with the volume
             | 
|  | WithVolumeStatusInfo(VolumeStatusInfo) | Obsolete. 
            Sets the status of the volume
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VolumeStatus |