GetInstanceAttachmentsAttachment

data class GetInstanceAttachmentsAttachment(val domain: String, val endpoint: String, val id: String, val instanceName: String, val region: String, val vpcId: String, val vpcName: String)

Constructors

Link copied to clipboard
constructor(domain: String, endpoint: String, id: String, instanceName: String, region: String, vpcId: String, vpcName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain of the instance attachment.

Link copied to clipboard

The access endpoint of the instance attachment.

Link copied to clipboard
val id: String

The resource ID, the value is same as "instance_name".

Link copied to clipboard

The name of OTS instance.

Link copied to clipboard

The region of the instance attachment.

Link copied to clipboard

The ID of attaching VPC to instance.

Link copied to clipboard

The name of attaching VPC to instance.