Class: Aws::EFS::Types::MountTargetDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::MountTargetDescription
- 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
-
#availability_zone_id ⇒ String
The unique and consistent identifier of the Availability Zone that the mount target resides in.
-
#availability_zone_name ⇒ String
The name of the Availability Zone in which the mount target is located.
-
#file_system_id ⇒ String
The ID of the file system for which the mount target is intended.
-
#ip_address ⇒ String
Address at which the file system can be mounted by using the mount target.
-
#life_cycle_state ⇒ String
Lifecycle state of the mount target.
-
#mount_target_id ⇒ String
System-assigned mount target ID.
-
#network_interface_id ⇒ String
The ID of the network interface that Amazon EFS created when it created the mount target.
-
#owner_id ⇒ String
Amazon Web Services account ID that owns the resource.
-
#subnet_id ⇒ String
The ID of the mount target's subnet.
-
#vpc_id ⇒ String
The virtual private cloud (VPC) ID that the mount target is configured in.
Instance Attribute Details
#availability_zone_id ⇒ String
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.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_name ⇒ String
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.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_id ⇒ String
The ID of the file system for which the mount target is intended.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_address ⇒ String
Address at which the file system can be mounted by using the mount target.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_state ⇒ String
Lifecycle state of the mount target.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_id ⇒ String
System-assigned mount target ID.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_id ⇒ String
The ID of the network interface that Amazon EFS created when it created the mount target.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_id ⇒ String
Amazon Web Services account ID that owns the resource.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_id ⇒ String
The ID of the mount target's subnet.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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_id ⇒ String
The virtual private cloud (VPC) ID that the mount target is configured in.
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2051 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 |