GetSecurityGroupsGroup

data class GetSecurityGroupsGroup(val creationTime: String, val description: String, val id: String, val innerAccess: Boolean, val name: String, val resourceGroupId: String, val securityGroupType: String, val tags: Map<String, String>? = null, val vpcId: String)

Constructors

Link copied to clipboard
constructor(creationTime: String, description: String, id: String, innerAccess: Boolean, name: String, resourceGroupId: String, securityGroupType: String, tags: Map<String, String>? = null, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of the security group.

Link copied to clipboard

The description of the security group.

Link copied to clipboard
val id: String

The ID of the security group.

Link copied to clipboard

Whether to allow inner network access.

Link copied to clipboard

The name of the security group.

Link copied to clipboard

The Id of resource group which the security_group belongs.

Link copied to clipboard

The type of the security group.

Link copied to clipboard
val tags: Map<String, String>? = null

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

Link copied to clipboard

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