Show / Hide Table of Contents

Class NetworkAclEntriesEgressArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkAclEntriesEgressArgs
Inherited Members
ResourceArgs.Empty
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 Source

NetworkAclEntriesEgressArgs()

Declaration
public NetworkAclEntriesEgressArgs()

Properties

View Source

Description

The description of the egress entry.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DestinationCidrIp

The destination ip of the egress entry.

Declaration
public Input<string> DestinationCidrIp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Name

The name of the egress entry.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Port

The port of the egress entry.

Declaration
public Input<string> Port { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Protocol

The protocol of the egress entry.

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.