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 SourceDirection
Authorization direction, ingress or egress.
Declaration
public readonly string Direction
Field Value
| Type | Description |
|---|---|
| System.String |
GroupDesc
The description of the security group that owns the rules.
Declaration
public readonly string GroupDesc
Field Value
| Type | Description |
|---|---|
| System.String |
GroupId
Declaration
public readonly string GroupId
Field Value
| Type | Description |
|---|---|
| System.String |
GroupName
The name of the security group that owns the rules.
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpProtocol
The protocol. Can be tcp, udp, icmp, gre or all.
Declaration
public readonly string IpProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
NicType
Network type, internet or intranet.
Declaration
public readonly string NicType
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Policy
Authorization policy. Can be either accept or drop.
Declaration
public readonly string Policy
Field Value
| Type | Description |
|---|---|
| System.String |
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> |