Class GetAccessRulesResult
Inheritance
System.Object
GetAccessRulesResult
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAccessRulesResult
Fields
View SourceAccessGroupName
Declaration
public readonly string AccessGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of rule IDs, Each element set to access_rule_id (Each element formats as <access_group_name>:<access rule id> before 1.53.0).
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Rules
A list of AccessRules. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetAccessRulesRuleResult> Rules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAccessRulesRuleResult> |
RwAccess
RWAccess of the AccessRule.
Declaration
public readonly string RwAccess
Field Value
| Type | Description |
|---|---|
| System.String |
SourceCidrIp
SourceCidrIp of the AccessRule.
Declaration
public readonly string SourceCidrIp
Field Value
| Type | Description |
|---|---|
| System.String |
UserAccess
UserAccess of the AccessRule
Declaration
public readonly string UserAccess
Field Value
| Type | Description |
|---|---|
| System.String |