Show / Hide Table of Contents

Class GetShareArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetShareArgs
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 GetShareArgs : InvokeArgs

Constructors

View Source

GetShareArgs()

Declaration
public GetShareArgs()

Properties

View Source

Description

The human-readable description for the share.

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

ExportLocationPath

The export location path of the share. Available since Manila API version 2.35.

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

IsPublic

The level of visibility for the share. length.

Declaration
public bool? IsPublic { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Metadata

One or more metadata key and value pairs as a dictionary of strings.

Declaration
public Dictionary<string, object> Metadata { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

Name

The name of the share.

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

ShareNetworkId

The UUID of the share's share network.

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

SnapshotId

The UUID of the share's base snapshot.

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

Status

A share status filter. A valid value is creating, error, available, deleting, error_deleting, manage_starting, manage_error, unmanage_starting, unmanage_error, unmanaged, extending, extending_error, shrinking, shrinking_error, or shrinking_possible_data_loss_error.

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