GetInstanceAttachmentsResult

data class GetInstanceAttachmentsResult(val attachments: List<GetInstanceAttachmentsAttachment>, val childInstanceRegionId: String? = null, val childInstanceType: String? = null, val id: String, val ids: List<String>, val instanceId: String, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getInstanceAttachments.

Constructors

Link copied to clipboard
constructor(attachments: List<GetInstanceAttachmentsAttachment>, childInstanceRegionId: String? = null, childInstanceType: String? = null, id: String, ids: List<String>, instanceId: String, outputFile: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CEN Instance Attachments. Each element contains the following attributes:

Link copied to clipboard

The ID of the region to which the network belongs.

Link copied to clipboard

The type of the associated network.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of CEN Instance Attachment IDs.

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

The status of the network.