NestServiceInstanceOperationMetadataArgs

data class NestServiceInstanceOperationMetadataArgs(val operatedServiceInstanceId: Output<String>? = null, val operationEndTime: Output<String>? = null, val operationStartTime: Output<String>? = null, val resources: Output<String>? = null) : ConvertibleToJava<NestServiceInstanceOperationMetadataArgs>

Constructors

Link copied to clipboard
constructor(operatedServiceInstanceId: Output<String>? = null, operationEndTime: Output<String>? = null, operationStartTime: Output<String>? = null, resources: Output<String>? = null)

Properties

Link copied to clipboard
val operatedServiceInstanceId: Output<String>? = null

The ID of the imported service instance.

Link copied to clipboard
val operationEndTime: Output<String>? = null

The end time of O&M.

Link copied to clipboard
val operationStartTime: Output<String>? = null

The start time of O&M.

Link copied to clipboard
val resources: Output<String>? = null

The list of imported resources.

Functions

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