NestServiceInstanceOperationMetadata

data class NestServiceInstanceOperationMetadata(val operatedServiceInstanceId: String? = null, val operationEndTime: String? = null, val operationStartTime: String? = null, val resources: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the imported service instance.

Link copied to clipboard

The end time of O&M.

Link copied to clipboard

The start time of O&M.

Link copied to clipboard
val resources: String? = null

The list of imported resources.