Class GetSnapshotArgs
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 GetSnapshotArgs : InvokeArgs
Constructors
View SourceGetSnapshotArgs()
Declaration
public GetSnapshotArgs()
Properties
View SourceDescription
The human-readable description of the snapshot.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the snapshot.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region in which to obtain the V2 Shared File System client.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ShareId
The UUID of the source share that was used to create the snapshot.
Declaration
public string ShareId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
A snapshot status filter. A valid value is available, error,
creating, deleting, manage_starting, manage_error, unmanage_starting,
unmanage_error or error_deleting.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |