Show / Hide Table of Contents

Class GetSecurityGroupRulesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSecurityGroupRulesArgs
Inherited Members
InvokeArgs.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.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSecurityGroupRulesArgs : InvokeArgs

Constructors

View Source

GetSecurityGroupRulesArgs()

Declaration
public GetSecurityGroupRulesArgs()

Properties

View Source

Direction

Authorization direction. Valid values are: ingress or egress.

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

GroupId

The ID of the security group that owns the rules.

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

IpProtocol

The IP protocol. Valid values are: tcp, udp, icmp, gre and all.

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

NicType

Refers to the network type. Can be either internet or intranet. The default value is internet.

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

OutputFile

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

Policy

Authorization policy. Can be either accept or drop. The default value is accept.

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