Get Instances Instance
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)
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
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
The TCP endpoint for the Message Queue for Apache RocketMQ instance.