AWS SDK Version 2 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.

.NET Framework 3.5
 
This object provides description of a mount target.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ElasticFileSystem.Model.CreateMountTargetResult

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateMountTargetResult : AmazonWebServiceResponse

The CreateMountTargetResult type exposes the following members

Constructors

NameDescription
Public Method CreateMountTargetResult()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IpAddress System.String Gets and sets the property IpAddress.

The address at which the file system may be mounted via the mount target.

Public Property LifeCycleState Amazon.ElasticFileSystem.LifeCycleState Gets and sets the property LifeCycleState.

The lifecycle state the mount target is in.

Public Property MountTargetId System.String Gets and sets the property MountTargetId.

The 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.

The AWS account ID that owns the resource.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SubnetId System.String Gets and sets the property SubnetId.

The ID of the subnet that the mount target is in.

Version Information

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