MountTargetDescription class

Provides a description of a mount target.

Constructors

MountTargetDescription({required String fileSystemId, required LifeCycleState lifeCycleState, required String mountTargetId, required String subnetId, String? availabilityZoneId, String? availabilityZoneName, String? ipAddress, String? networkInterfaceId, String? ownerId, String? vpcId})
MountTargetDescription.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZoneId String?
The unique and consistent identifier of the Availability Zone (AZ) that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every AWS account.
final
availabilityZoneName String?
The name of the Availability Zone (AZ) that the mount target resides in. AZs are independently mapped to names for each AWS account. For example, the Availability Zone us-east-1a for your AWS account might not be the same location as us-east-1a for another AWS account.
final
fileSystemId String
The ID of the file system for which the mount target is intended.
final
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
Address at which the file system can be mounted by using the mount target.
final
lifeCycleState LifeCycleState
Lifecycle state of the mount target.
final
mountTargetId String
System-assigned mount target ID.
final
networkInterfaceId String?
The ID of the network interface that Amazon EFS created when it created the mount target.
final
ownerId String?
AWS account ID that owns the resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetId String
The ID of the mount target's subnet.
final
vpcId String?
The Virtual Private Cloud (VPC) ID that the mount target is configured in.
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