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 SourceCreationTime
Creation time of the security group.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the security group.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the security group.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InnerAccess
Whether to allow inner network access.
Declaration
public readonly bool InnerAccess
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
The name of the security group.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group which the security_group belongs.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupType
The type of the security group.
Declaration
public readonly string SecurityGroupType
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
VpcId
Used to retrieve security groups that belong to the specified VPC ID.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |