You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EFS::Types::MountTargetDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides a description of a mount target.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_idString

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.

Returns:

  • (String)

    The unique and consistent identifier of the Availability Zone (AZ) that the mount target resides in.

#availability_zone_nameString

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.

Returns:

  • (String)

    The name of the Availability Zone (AZ) that the mount target resides in.

#file_system_idString

The ID of the file system for which the mount target is intended.

Returns:

  • (String)

    The ID of the file system for which the mount target is intended.

#ip_addressString

Address at which the file system can be mounted by using the mount target.

Returns:

  • (String)

    Address at which the file system can be mounted by using the mount target.

#life_cycle_stateString

Lifecycle state of the mount target.

Possible values:

  • creating
  • available
  • updating
  • deleting
  • deleted

Returns:

  • (String)

    Lifecycle state of the mount target.

#mount_target_idString

System-assigned mount target ID.

Returns:

  • (String)

    System-assigned mount target ID.

#network_interface_idString

The ID of the network interface that Amazon EFS created when it created the mount target.

Returns:

  • (String)

    The ID of the network interface that Amazon EFS created when it created the mount target.

#owner_idString

AWS account ID that owns the resource.

Returns:

  • (String)

    AWS account ID that owns the resource.

#subnet_idString

The ID of the mount target\'s subnet.

Returns:

  • (String)

    The ID of the mount target\'s subnet.

#vpc_idString

The Virtual Private Cloud (VPC) ID that the mount target is configured in.

Returns:

  • (String)

    The Virtual Private Cloud (VPC) ID that the mount target is configured in.