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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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.
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1963 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 |