Show / Hide Table of Contents

Class GetSnapshotV2Args

Inheritance
System.Object
InputArgs
InvokeArgs
GetSnapshotV2Args
Inherited Members
InvokeArgs.Empty
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 Source

GetSnapshotV2Args()

Declaration
public GetSnapshotV2Args()

Properties

View Source

MostRecent

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>
View Source

Name

The name of the snapshot.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

Status

The status of the snapshot.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
View Source

VolumeId

The ID of the snapshot's volume.

Declaration
public string VolumeId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.