Show / Hide Table of Contents

Class ShareAccessState

Inheritance
System.Object
InputArgs
ResourceArgs
ShareAccessState
Inherited Members
ResourceArgs.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 ShareAccessState : ResourceArgs

Constructors

View Source

ShareAccessState()

Declaration
public ShareAccessState()

Properties

View Source

AccessKey

The access credential of the entity granted access.

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

AccessLevel

The access level to the share. Can either be rw or ro.

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

AccessTo

The value that defines the access. Can either be an IP address or a username verified by configured Security Service of the Share Network.

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

AccessType

The access rule type. Can either be an ip, user, cert, or cephx. cephx support requires an OpenStack environment that supports Shared Filesystem microversion 2.13 (Mitaka) or later.

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

Region

The region in which to obtain the V2 Shared File System client. A Shared File System client is needed to create a share access. Changing this creates a new share access.

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

ShareId

The UUID of the share to which you are granted access.

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