LoadBalancerDescription constructor
LoadBalancerDescription({
- List<
String> ? availabilityZones, - List<
BackendServerDescription> ? backendServerDescriptions, - String? canonicalHostedZoneName,
- String? canonicalHostedZoneNameID,
- DateTime? createdTime,
- String? dNSName,
- HealthCheck? healthCheck,
- List<
Instance> ? instances, - List<
ListenerDescription> ? listenerDescriptions, - String? loadBalancerName,
- Policies? policies,
- String? scheme,
- List<
String> ? securityGroups, - SourceSecurityGroup? sourceSecurityGroup,
- List<
String> ? subnets, - String? vPCId,
Implementation
LoadBalancerDescription({
this.availabilityZones,
this.backendServerDescriptions,
this.canonicalHostedZoneName,
this.canonicalHostedZoneNameID,
this.createdTime,
this.dNSName,
this.healthCheck,
this.instances,
this.listenerDescriptions,
this.loadBalancerName,
this.policies,
this.scheme,
this.securityGroups,
this.sourceSecurityGroup,
this.subnets,
this.vPCId,
});