Show / Hide Table of Contents

Class GetSnapshotResult

Inheritance
System.Object
GetSnapshotResult
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.OpenStack.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSnapshotResult

Fields

View Source

Description

See Argument Reference above.

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

Id

The provider-assigned unique ID for this managed resource.

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

Name

See Argument Reference above.

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

ProjectId

See Argument Reference above.

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

Region

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

ShareId

The UUID of the source share that was used to create the snapshot.

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

ShareProto

The file system protocol of a share snapshot.

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

ShareSize

The share snapshot size, in GBs.

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

Size

The snapshot size, in GBs.

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

Status

See Argument Reference above.

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