Show / Hide Table of Contents

Class GetShareResult

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

Fields

View Source

AvailabilityZone

The share availability zone.

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

Description

See Argument Reference above.

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

ExportLocationPath

See Argument Reference above.

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

ExportLocations

A list of export locations. For example, when a share server has more than one network interface, it can have multiple export locations.

Declaration
public readonly ImmutableArray<GetShareExportLocationResult> ExportLocations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetShareExportLocationResult>
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

IsPublic

See Argument Reference above.

Declaration
public readonly bool IsPublic
Field Value
Type Description
System.Boolean
View Source

Metadata

See Argument Reference above.

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

Name

See Argument Reference above.

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

ProjectId

See Argument Reference above.

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

Region

The region in which to obtain the V2 Shared File System client.

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

ShareNetworkId

See Argument Reference above.

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

ShareProto

The share protocol.

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

Size

The share size, in GBs.

Declaration
public readonly int Size
Field Value
Type Description
System.Int32
View Source

SnapshotId

See Argument Reference above.

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

Status

See Argument Reference above.

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