StaticIp class
Describes the static IP.
Constructors
- StaticIp({String? arn, String? attachedTo, DateTime? createdAt, String? ipAddress, bool? isAttached, ResourceLocation? location, String? name, ResourceType? resourceType, String? supportCode})
-
StaticIp.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the static IP (e.g.,
arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE
).final - attachedTo → String?
-
The instance where the static IP is attached (e.g.,
Amazon_Linux-1GB-Ohio-1
).final - createdAt → DateTime?
-
The timestamp when the static IP was created (e.g.,
1479735304.222
).final - hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress → String?
-
The static IP address.
final
- isAttached → bool?
-
A Boolean value indicating whether the static IP is attached.
final
- location → ResourceLocation?
-
The region and Availability Zone where the static IP was created.
final
- name → String?
-
The name of the static IP (e.g.,
StaticIP-Ohio-EXAMPLE
).final - resourceType → ResourceType?
-
The resource type (usually
StaticIp
).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportCode → String?
-
The support code. Include this code in your email to support when you have
questions about an instance or another resource in Lightsail. This code
enables our support team to look up your Lightsail information more easily.
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