Class GetSecurityGroupRulesArgs
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.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSecurityGroupRulesArgs : InvokeArgs
Constructors
View SourceGetSecurityGroupRulesArgs()
Declaration
public GetSecurityGroupRulesArgs()
Properties
View SourceDirection
Authorization direction. Valid values are: ingress or egress.
Declaration
public string Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupId
The ID of the security group that owns the rules.
Declaration
public string GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |