Amazon.AmazonWebServices.AmazonInstanceAmazon EC2 Instance

Amazon.AmazonWebServices.AmazonInstance (ClassType)

This object represents a computer in Amazon EC2 cloud.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf45b9123-500c-8474-c90a-e1890490d44f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
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.AmazonInstance:
Guid  string  Configuration ID true 256  False   
InstanceId  string  Instance ID true 256  False   
AvailabilityZone  string  Availability Zone false 256  False   
ImageId  string  Image ID false 256  False   
PrivateDnsName  string  Private DNS Name false 256  False   
PublicDnsName  string  Public DNS Name false 256  False   
InstanceType  string  Instance Type false 256  False   
PrivateIpAddress  string  Private IP Address false 256  False   
PublicIpAddress  string  Public IP Address false 256  False   
GroupId  string  Security Group IDs false 256  False   
GroupName  string  Security Groups false 256  False   
LaunchTime  datetime  Launch Time false 256     
Platform  string  Platform false 256  False   
Tags  string  Tags false 65536  False   
AmiLaunchIndex  string  AMI launch index false 256  False   
Architecture  string  Architecture of the image false 256  False   
EbsOptimized  bool  EBS IOPS optimized false 256    false 
InstanceLifecycle  string  Instance Lifecycle ID false 256  False   
KernelId  string  Kernel ID false 256  False   
MonitoringState  string  Monitoring State false 256  False   
RamdiskId  string  RAM disk ID false 256  False   
SourceDestCheck  bool  Source destination checking false 256    false 
SubnetId  string  Subnet ID false 256  False   
VirtualizationType  string  Virtualization Type false 256  False   
VpcId  string  The VPC ID false 256  False   

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.AmazonInstance" Base="Amazon.AmazonWebServices.Component" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="Guid" Type="string" MinLength="1" Key="true" CaseSensitive="false"/>
<Property ID="InstanceId" Type="string" MinLength="0" Key="true" CaseSensitive="false"/>
<Property ID="AvailabilityZone" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="ImageId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="PrivateDnsName" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="PublicDnsName" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="InstanceType" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="PrivateIpAddress" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="PublicIpAddress" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="GroupId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="GroupName" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="LaunchTime" Type="datetime" Key="false" CaseSensitive="false"/>
<Property ID="Platform" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="Tags" Type="string" MinLength="0" MaxLength="65536" Key="false" CaseSensitive="false"/>
<Property ID="AmiLaunchIndex" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="Architecture" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="EbsOptimized" Type="bool" DefaultValue="false" Key="false" CaseSensitive="false"/>
<Property ID="InstanceLifecycle" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="KernelId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="MonitoringState" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="RamdiskId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="SourceDestCheck" Type="bool" DefaultValue="false" Key="false" CaseSensitive="false"/>
<Property ID="SubnetId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="VirtualizationType" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="VpcId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
</ClassType>