Class NetworkAclEntriesIngress
Inheritance
System.Object
NetworkAclEntriesIngress
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.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class NetworkAclEntriesIngress
Fields
View SourceDescription
The description of the egress entry.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
EntryType
The entry type of the egress entry. It must be custom or system. Default value is custom.
Declaration
public readonly string EntryType
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the egress entry.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Policy
The policy of the egress entry. It must be accept or drop.
Declaration
public readonly string Policy
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port of the egress entry.
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
The protocol of the egress entry.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
SourceCidrIp
The source ip of the ingress entry.
Declaration
public readonly string SourceCidrIp
Field Value
| Type | Description |
|---|---|
| System.String |