GetResourceGroupsGroup

data class GetResourceGroupsGroup(val accountId: String, val displayName: String, val id: String, val name: String, val regionStatuses: List<GetResourceGroupsGroupRegionStatus>, val resourceGroupName: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountId: String, displayName: String, id: String, name: String, regionStatuses: List<GetResourceGroupsGroupRegionStatus>, resourceGroupName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Alibaba Cloud account to which the resource group belongs.

Link copied to clipboard

The display name of the resource group.

Link copied to clipboard
val id: String

The ID of the resource group.

Link copied to clipboard

The unique identifier of the resource group.

Link copied to clipboard

(Available since v1.114.0) The status of the resource group in all regions.

Link copied to clipboard

(Available since v1.114.0) The unique identifier of the resource group.

Link copied to clipboard

The status of the resource group. Valid values: Creating, Deleted, Deleting, OK and PendingDelete. NOTE: From version 1.114.0, status can be set to Deleting.