Amazon.AmazonWebServices.ElasticLoadBalancerAmazon Elastic Load Balancer

Amazon.AmazonWebServices.ElasticLoadBalancer (ClassType)

This object represents Elastic Load Balancer in Amazon EC2 cloud.

Element properties:

Base ClassAmazon.AmazonWebServices.InstancesGroup
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d817e92-b16f-6777-4d1f-6f7d8b42d51d

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.ElasticLoadBalancer:
Guid  string  Configuration ID true 256  False 
Id  string  ID true 256  False 
AvailabilityZones  string  Availability Zones false 256  False 
DNSName  string  DNS Name false 256  False 
PortConfiguration  string  Port Configuration false 256  False 
CanonicalHostedZoneName  string  Canonical Hosted Zone Name false 256  False 
Scheme  string  Scheme false 256  False 
SecurityGroups  string  Security Groups false 256  False 
SourceSecurityGroup  string  Source Security Group false 256  False 
Subnets  string  Subnets false 256  False 
VPCId  string  VPC ID false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.ElasticLoadBalancer" Base="Amazon.AmazonWebServices.InstancesGroup" Accessibility="Public" Hosted="false" Abstract="false" Singleton="false">
<Property ID="Guid" Type="string" MinLength="1" Key="true" CaseSensitive="false"/>
<Property ID="Id" Type="string" MinLength="0" Key="true" CaseSensitive="false"/>
<Property ID="AvailabilityZones" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="DNSName" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="PortConfiguration" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="CanonicalHostedZoneName" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="Scheme" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="SecurityGroups" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="SourceSecurityGroup" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="Subnets" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
<Property ID="VPCId" Type="string" MinLength="0" Key="false" CaseSensitive="false"/>
</ClassType>