Amazon.AmazonWebServices.EbsVolumeAmazon EBS Volume

Amazon.AmazonWebServices.EbsVolume (ClassType)

This object represents Elastic Block Store Volume in Amazon EC2 cloud.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd9d01156-3ee3-c782-02c1-3277e8caa9fb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Amazon.AmazonWebServices.Component:
RegionName  string  Region false 256  False 
Amazon.AmazonWebServices.EbsVolume:
Id  string  Volume ID true 256  False 
Guid  string  Account Guid true 256  False 
AvailabilityZone  string  Availability Zone false 256  False 
Size  string  Size false 256  False 
IOPS  string  IOPS false 256  False 
Attachment  string  Attachments false 256  False 
SnapshotId  string  Snapshot ID false 256  False 
VolumeType  string  Volume Type false 256  False 
CreateTime  datetime  Create Time false 256   
Tags  string  Tags false 65536  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.EbsVolume" Base="Amazon.AmazonWebServices.Component" Accessibility="Public" Hosted="false" Abstract="false" Singleton="false">
<Property ID="Id" Type="string" MinLength="0" Key="true" CaseSensitive="false"/>
<Property ID="Guid" Type="string" MinLength="1" Key="true" CaseSensitive="false"/>
<Property ID="AvailabilityZone" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="Size" Type="string" Key="false"/>
<Property ID="IOPS" Type="string" Key="false"/>
<Property ID="Attachment" Type="string" Key="false"/>
<Property ID="SnapshotId" Type="string" Key="false"/>
<Property ID="VolumeType" Type="string" Key="false"/>
<Property ID="CreateTime" Type="datetime" Key="false"/>
<Property ID="Tags" MinLength="0" MaxLength="65536" Type="string" Key="false"/>
</ClassType>