Class GetAccessRulesRuleResult
Inheritance
System.Object
GetAccessRulesRuleResult
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.AliCloud.Nas.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAccessRulesRuleResult
Fields
View SourceAccessRuleId
AccessRuleId of the AccessRule.
Declaration
public readonly string AccessRuleId
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
Priority of the AccessRule.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RwAccess
Filter results by a specific RWAccess.
Declaration
public readonly string RwAccess
Field Value
| Type | Description |
|---|---|
| System.String |
SourceCidrIp
Filter results by a specific SourceCidrIp.
Declaration
public readonly string SourceCidrIp
Field Value
| Type | Description |
|---|---|
| System.String |
UserAccess
Filter results by a specific UserAccess.
Declaration
public readonly string UserAccess
Field Value
| Type | Description |
|---|---|
| System.String |