Class NetworkAclEntriesEgressArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class NetworkAclEntriesEgressArgs : ResourceArgs
Constructors
View SourceNetworkAclEntriesEgressArgs()
Declaration
public NetworkAclEntriesEgressArgs()
Properties
View SourceDescription
The description of the egress entry.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestinationCidrIp
The destination ip of the egress entry.
Declaration
public Input<string> DestinationCidrIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EntryType
The entry type of the egress entry. It must be custom or system. Default value is custom.
Declaration
public Input<string> EntryType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the egress entry.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
The policy of the egress entry. It must be accept or drop.
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
The port of the egress entry.
Declaration
public Input<string> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Protocol
The protocol of the egress entry.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |