Class GetSnapshotV2Args
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 GetSnapshotV2Args : InvokeArgs
Constructors
View SourceGetSnapshotV2Args()
Declaration
public GetSnapshotV2Args()
Properties
View SourceMostRecent
Pick the most recently created snapshot if there are multiple results.
Declaration
public bool? MostRecent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 Block Storage
client. If omitted, the region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the snapshot.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VolumeId
The ID of the snapshot's volume.
Declaration
public string VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |