Class GetAclsAclResult
Inheritance
System.Object
GetAclsAclResult
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.Slb.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAclsAclResult
Fields
View SourceEntryLists
A list of entry (IP addresses or CIDR blocks). Each entry contains two sub-fields as Entry Block follows.
Declaration
public readonly ImmutableArray<GetAclsAclEntryListResult> EntryLists
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAclsAclEntryListResult> |
Id
Acl ID.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpVersion
Declaration
public readonly string IpVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Acl name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RelatedListeners
A list of listener are attached by the acl. Each listener contains four sub-fields as Listener Block follows.
Declaration
public readonly ImmutableArray<GetAclsAclRelatedListenerResult> RelatedListeners
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAclsAclRelatedListenerResult> |
ResourceGroupId
The Id of resource group which acl belongs.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |