Show / Hide Table of Contents

Class GetSnapshotV3Result

Inheritance
System.Object
GetSnapshotV3Result
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 GetSnapshotV3Result

Fields

View Source

Description

The snapshot's description.

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

Metadata

The snapshot's metadata.

Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

MostRecent

Declaration
public readonly bool? MostRecent
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

See Argument Reference above.

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

Region

See Argument Reference above.

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

Size

The size of the snapshot.

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

VolumeId

See Argument Reference above.

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