Class GetSecurityGroupRulesRuleResult
Inheritance
System.Object
GetSecurityGroupRulesRuleResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSecurityGroupRulesRuleResult
Fields
View SourceDescription
The description of the rule.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DestCidrIp
Target IP address segment for egress authorization.
Declaration
public readonly string DestCidrIp
Field Value
| Type | Description |
|---|---|
| System.String |
DestGroupId
Declaration
public readonly string DestGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
DestGroupOwnerAccount
Alibaba Cloud account of the target security group.
Declaration
public readonly string DestGroupOwnerAccount
Field Value
| Type | Description |
|---|---|
| System.String |
Direction
Authorization direction. Valid values are: ingress or egress.
Declaration
public readonly string Direction
Field Value
| Type | Description |
|---|---|
| System.String |
IpProtocol
The IP protocol. Valid values are: tcp, udp, icmp, gre and all.
Declaration
public readonly string IpProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
NicType
Refers to the network type. Can be either internet or intranet. The default value is internet.
Declaration
public readonly string NicType
Field Value
| Type | Description |
|---|---|
| System.String |
Policy
Authorization policy. Can be either accept or drop. The default value is accept.
Declaration
public readonly string Policy
Field Value
| Type | Description |
|---|---|
| System.String |
PortRange
The range of port numbers.
Declaration
public readonly string PortRange
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
Rule priority.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SourceCidrIp
Source IP address segment for ingress authorization.
Declaration
public readonly string SourceCidrIp
Field Value
| Type | Description |
|---|---|
| System.String |
SourceGroupId
Declaration
public readonly string SourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
SourceGroupOwnerAccount
Alibaba Cloud account of the source security group.
Declaration
public readonly string SourceGroupOwnerAccount
Field Value
| Type | Description |
|---|---|
| System.String |