Class MountTargetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Nas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class MountTargetArgs : ResourceArgs
Constructors
View SourceMountTargetArgs()
Declaration
public MountTargetArgs()
Properties
View SourceAccessGroupName
Permission group name.
Declaration
public Input<string> AccessGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileSystemId
File system ID.
Declaration
public Input<string> FileSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Whether the MountTarget is active. An inactive MountTarget is inusable. Valid values are Active(default) and Inactive.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VswitchId
VSwitch ID.
Declaration
public Input<string> VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |