AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides a description of a mount target.

Inheritance Hierarchy

System.Object
  Amazon.ElasticFileSystem.Model.MountTargetDescription

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.ElasticFileSystem.dll
Version: 3.x.y.z

Syntax

C#
public class MountTargetDescription

The MountTargetDescription type exposes the following members

Constructors

NameDescription
Public Method MountTargetDescription()

Properties

NameTypeDescription
Public Property AvailabilityZoneId System.String

Gets and sets the property AvailabilityZoneId.

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.

Public Property AvailabilityZoneName System.String

Gets and sets the property AvailabilityZoneName.

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.

Public Property FileSystemId System.String

Gets and sets the property FileSystemId.

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

Public Property IpAddress System.String

Gets and sets the property IpAddress.

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

Public Property LifeCycleState Amazon.ElasticFileSystem.LifeCycleState

Gets and sets the property LifeCycleState.

Lifecycle state of the mount target.

Public Property MountTargetId System.String

Gets and sets the property MountTargetId.

System-assigned mount target ID.

Public Property NetworkInterfaceId System.String

Gets and sets the property NetworkInterfaceId.

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

Public Property OwnerId System.String

Gets and sets the property OwnerId.

Amazon Web Services account ID that owns the resource.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The ID of the mount target's subnet.

Public Property VpcId System.String

Gets and sets the property VpcId.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5