ContainerService class
Describes an Amazon Lightsail container service.
Constructors
-
ContainerService({String? arn, String? containerServiceName, DateTime? createdAt, ContainerServiceDeployment? currentDeployment, bool? isDisabled, ResourceLocation? location, ContainerServiceDeployment? nextDeployment, ContainerServicePowerName? power, String? powerId, String? principalArn, String? privateDomainName, Map<
String, List< ? publicDomainNames, ResourceType? resourceType, int? scale, ContainerServiceState? state, List<String> >Tag> ? tags, String? url}) -
ContainerService.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the container service.
final
- containerServiceName → String?
-
The name of the container service.
final
- createdAt → DateTime?
-
The timestamp when the container service was created.
final
- currentDeployment → ContainerServiceDeployment?
-
An object that describes the current container deployment of the container
service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisabled → bool?
-
A Boolean value indicating whether the container service is disabled.
final
- location → ResourceLocation?
-
An object that describes the location of the container service, such as the
AWS Region and Availability Zone.
final
- nextDeployment → ContainerServiceDeployment?
-
An object that describes the next deployment of the container service.
final
- power → ContainerServicePowerName?
-
The power specification of the container service.
final
- powerId → String?
-
The ID of the power of the container service.
final
- principalArn → String?
-
The principal ARN of the container service.
final
- privateDomainName → String?
-
The private domain name of the container service.
final
-
publicDomainNames
→ Map<
String, List< ?String> > -
The public domain name of the container service, such as
example.com
andwww.example.com
.final - resourceType → ResourceType?
-
The Lightsail resource type of the container service (i.e.,
ContainerService
).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale → int?
-
The scale specification of the container service.
final
- state → ContainerServiceState?
-
The current state of the container service.
final
-
The tag keys and optional values for the resource. For more information
about tags in Lightsail, see the Lightsail
Dev Guide.
final
- url → String?
-
The publicly accessible URL of the container service.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited