Class GetShareArgs
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.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetShareArgs : InvokeArgs
Constructors
View SourceGetShareArgs()
Declaration
public GetShareArgs()
Properties
View SourceDescription
The human-readable description for the share.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
IsPublic
The level of visibility for the share. length.
Declaration
public bool? IsPublic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
Name
The name of the share.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
ShareNetworkId
The UUID of the share's share network.
Declaration
public string ShareNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SnapshotId
The UUID of the share's base snapshot.
Declaration
public string SnapshotId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |