LoadBalancerDescription constructor

LoadBalancerDescription({
  1. List<String>? availabilityZones,
  2. List<BackendServerDescription>? backendServerDescriptions,
  3. String? canonicalHostedZoneName,
  4. String? canonicalHostedZoneNameID,
  5. DateTime? createdTime,
  6. String? dNSName,
  7. HealthCheck? healthCheck,
  8. List<Instance>? instances,
  9. List<ListenerDescription>? listenerDescriptions,
  10. String? loadBalancerName,
  11. Policies? policies,
  12. String? scheme,
  13. List<String>? securityGroups,
  14. SourceSecurityGroup? sourceSecurityGroup,
  15. List<String>? subnets,
  16. 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,
});