GetInstanceAttachmentsPlainArgs

data class GetInstanceAttachmentsPlainArgs(val childInstanceRegionId: String? = null, val childInstanceType: String? = null, val instanceId: String, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetInstanceAttachmentsPlainArgs>

A collection of arguments for invoking getInstanceAttachments.

Constructors

Link copied to clipboard
constructor(childInstanceRegionId: String? = null, childInstanceType: String? = null, instanceId: String, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The region to which the network to be queried belongs.

Link copied to clipboard

The type of the associated network. Valid values: VPC, VBR and CCN.

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the Cen Child Instance Attachment. Valid value: Attaching, Attached and Aetaching.

Functions

Link copied to clipboard
open override fun toJava(): GetInstanceAttachmentsPlainArgs