Show / Hide Table of Contents

Class NetworkAclEntriesIngressGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkAclEntriesIngressGetArgs
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 NetworkAclEntriesIngressGetArgs : ResourceArgs

Constructors

View Source

NetworkAclEntriesIngressGetArgs()

Declaration
public NetworkAclEntriesIngressGetArgs()

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

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

SourceCidrIp

The source ip of the ingress entry.

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