Class GetSnapshotV2Result
Inheritance
System.Object
GetSnapshotV2Result
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.BlockStorage
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSnapshotV2Result
Fields
View SourceDescription
The snapshot's description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Metadata
The snapshot's metadata.
Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
MostRecent
Declaration
public readonly bool? MostRecent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size of the snapshot.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Status
See Argument Reference above.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeId
See Argument Reference above.
Declaration
public readonly string VolumeId
Field Value
| Type | Description |
|---|---|
| System.String |