Show / Hide Table of Contents

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 Source

AccessRuleId

AccessRuleId of the AccessRule.

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

Priority

Priority of the AccessRule.

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

RwAccess

Filter results by a specific RWAccess.

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

SourceCidrIp

Filter results by a specific SourceCidrIp.

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

UserAccess

Filter results by a specific UserAccess.

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