Show / Hide Table of Contents

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 Source

EntryLists

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>
View Source

Id

Acl ID.

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

IpVersion

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

Name

Acl name.

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

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>
View Source

ResourceGroupId

The Id of resource group which acl belongs.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.