Show / Hide Table of Contents

Class GetFileSystemsSystemResult

Inheritance
System.Object
GetFileSystemsSystemResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetFileSystemsSystemResult

Fields

View Source

CreateTime

Time of creation.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

Description

Destription of the FileSystem.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

ID of the FileSystem.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MeteredSize

MeteredSize of the FileSystem.

Declaration
public readonly int MeteredSize
Field Value
Type Description
System.Int32
View Source

ProtocolType

Filter results by a specific ProtocolType.

Declaration
public readonly string ProtocolType
Field Value
Type Description
System.String
View Source

RegionId

ID of the region where the FileSystem is located.

Declaration
public readonly string RegionId
Field Value
Type Description
System.String
View Source

StorageType

Filter results by a specific StorageType.

Declaration
public readonly string StorageType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.