GetInstancesInstance

data class GetInstancesInstance(val httpInternalEndpoint: String, val httpInternetEndpoint: String, val httpInternetSecureEndpoint: String, val id: String, val independentNaming: Boolean, val instanceId: String, val instanceName: String, val instanceStatus: Int, val instanceType: Int, val releaseTime: String, val remark: String, val status: Int, val tags: Map<String, String>, val tcpEndpoint: String)

Constructors

Link copied to clipboard
constructor(httpInternalEndpoint: String, httpInternetEndpoint: String, httpInternetSecureEndpoint: String, id: String, independentNaming: Boolean, instanceId: String, instanceName: String, instanceStatus: Int, instanceType: Int, releaseTime: String, remark: String, status: Int, tags: Map<String, String>, tcpEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The internal HTTP endpoint for the Message Queue for Apache RocketMQ instance.

Link copied to clipboard

The public HTTP endpoint for the Message Queue for Apache RocketMQ instance.

Link copied to clipboard

The public HTTPS endpoint for the Message Queue for Apache RocketMQ instance.

Link copied to clipboard
val id: String

ID of the instance.

Link copied to clipboard

Indicates whether any namespace is configured for the Message Queue for Apache RocketMQ instance.

Link copied to clipboard

ID of the instance.

Link copied to clipboard

Name of the instance.

Link copied to clipboard

The status of the instance. Read Fields in InstanceVO for further details.

Link copied to clipboard

The type of the instance. Read Fields in InstanceVO for further details.

Link copied to clipboard

The automatic release time of an Enterprise Platinum Edition instance.

Link copied to clipboard

This attribute is a concise description of instance.

Link copied to clipboard
val status: Int

The status of Ons instance. Valid values: 0 deploying, 2 arrears, 5 running, 7 upgrading.

Link copied to clipboard

A map of tags assigned to the Ons instance.

Link copied to clipboard

The TCP endpoint for the Message Queue for Apache RocketMQ instance.