Get Instance Attachments Result
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
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
The ID of the CEN instance.
Link copied to clipboard