Class ShareAccessArgs
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 ShareAccessArgs : ResourceArgs
Constructors
View SourceShareAccessArgs()
Declaration
public ShareAccessArgs()
Properties
View SourceAccessLevel
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> |
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> |
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> |
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> |
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> |