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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Provides a description of a mount target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_idString

The unique and consistent identifier of the Availability Zone 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 Amazon Web Services account.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_nameString

The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_idString

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

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

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

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#life_cycle_stateString

Lifecycle state of the mount target.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#mount_target_idString

System-assigned mount target ID.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

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

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

Amazon Web Services account ID that owns the resource.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the mount target's subnet.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The virtual private cloud (VPC) ID that the mount target is configured in.

Returns:

  • (String)


1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1862

class MountTargetDescription < Struct.new(
  :owner_id,
  :mount_target_id,
  :file_system_id,
  :subnet_id,
  :life_cycle_state,
  :ip_address,
  :network_interface_id,
  :availability_zone_id,
  :availability_zone_name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end