Show / Hide Table of Contents

Class GetSecurityGroupsGroupResult

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

Fields

View Source

CreationTime

Creation time of the security group.

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

Description

The description of the security group.

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

Id

The ID of the security group.

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

InnerAccess

Whether to allow inner network access.

Declaration
public readonly bool InnerAccess
Field Value
Type Description
System.Boolean
View Source

Name

The name of the security group.

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

ResourceGroupId

The Id of resource group which the security_group belongs.

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

SecurityGroupType

The type of the security group.

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

Tags

A map of tags assigned to the ECS instances. It must be in the format:

data "alicloud.ecs.getSecurityGroups" "taggedSecurityGroups" {
tags = {
tagKey1 = "tagValue1",
tagKey2 = "tagValue2"
}
}
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

Used to retrieve security groups that belong to the specified VPC ID.

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