GetInstancesInstance

data class GetInstancesInstance(val cenBandwidthPackageIds: List<String>, val cenId: String, val cenInstanceName: String, val createTime: String, val description: String, val id: String, val name: String, val protectionLevel: String, val status: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(cenBandwidthPackageIds: List<String>, cenId: String, cenInstanceName: String, createTime: String, description: String, id: String, name: String, protectionLevel: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of CEN Bandwidth Package IDs in the specified CEN instance.

Link copied to clipboard

ID of the CEN instance.

Link copied to clipboard

Name of the CEN instance.

Link copied to clipboard

The creation time of the CEN Instance.

Link copied to clipboard

Description of the CEN instance.

Link copied to clipboard
val id: String

ID of the CEN instance.

Link copied to clipboard

Name of the CEN instance.

Link copied to clipboard

Indicates the allowed level of CIDR block overlapping.

Link copied to clipboard

The status of CEN instance. Valid value: Active, Creating and Deleting.

Link copied to clipboard

A mapping of tags to assign to the resource.