Show / Hide Table of Contents

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 Source

Description

The description of the rule.

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

DestCidrIp

Target IP address segment for egress authorization.

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

DestGroupId

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

DestGroupOwnerAccount

Alibaba Cloud account of the target security group.

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

Direction

Authorization direction. Valid values are: ingress or egress.

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

IpProtocol

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

Declaration
public readonly string IpProtocol
Field 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 readonly string NicType
Field Value
Type Description
System.String
View Source

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

PortRange

The range of port numbers.

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

Priority

Rule priority.

Declaration
public readonly int Priority
Field Value
Type Description
System.Int32
View Source

SourceCidrIp

Source IP address segment for ingress authorization.

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

SourceGroupId

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

SourceGroupOwnerAccount

Alibaba Cloud account of the source security group.

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