Show / Hide Table of Contents

Class NetworkAclEntriesEgress

Inheritance
System.Object
NetworkAclEntriesEgress
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 NetworkAclEntriesEgress

Fields

View Source

Description

The description of the egress entry.

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

DestinationCidrIp

The destination ip of the egress entry.

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

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

Name

The name of the egress entry.

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

Policy

The policy of the egress entry. It must be accept or drop.

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

Port

The port of the egress entry.

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

Protocol

The protocol of the egress entry.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.