Show / Hide Table of Contents

Class GetSecurityGroupRulesResult

Inheritance
System.Object
GetSecurityGroupRulesResult
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 GetSecurityGroupRulesResult

Fields

View Source

Direction

Authorization direction, ingress or egress.

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

GroupDesc

The description of the security group that owns the rules.

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

GroupId

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

GroupName

The name of the security group that owns the rules.

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

Id

The provider-assigned unique ID for this managed resource.

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

IpProtocol

The protocol. Can be tcp, udp, icmp, gre or all.

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

NicType

Network type, internet or intranet.

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

OutputFile

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

Policy

Authorization policy. Can be either accept or drop.

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

Rules

A list of security group rules. Each element contains the following attributes:

Declaration
public readonly ImmutableArray<GetSecurityGroupRulesRuleResult> Rules
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSecurityGroupRulesRuleResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.