Show / Hide Table of Contents

Class GetSnapshotArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSnapshotArgs
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.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSnapshotArgs : InvokeArgs

Constructors

View Source

GetSnapshotArgs()

Declaration
public GetSnapshotArgs()

Properties

View Source

Description

The human-readable description of the snapshot.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
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 Shared File System client.

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

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.