GetNestServiceInstancesServiceInstance

data class GetNestServiceInstancesServiceInstance(val enableInstanceOps: Boolean, val id: String, val operatedServiceInstanceId: String, val operationEndTime: String, val operationStartTime: String, val parameters: String, val resources: String, val serviceInstanceId: String, val serviceInstanceName: String, val services: List<GetNestServiceInstancesServiceInstanceService>, val source: String, val status: String, val tags: Map<String, String>, val templateName: String)

Constructors

Link copied to clipboard
constructor(enableInstanceOps: Boolean, id: String, operatedServiceInstanceId: String, operationEndTime: String, operationStartTime: String, parameters: String, resources: String, serviceInstanceId: String, serviceInstanceName: String, services: List<GetNestServiceInstancesServiceInstanceService>, source: String, status: String, tags: Map<String, String>, templateName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the service instance has the O&M function.

Link copied to clipboard
val id: String

The ID of the Service Instance.

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

The parameters entered by the deployment service instance.

Link copied to clipboard

The list of imported resources.

Link copied to clipboard

The ID of the Service Instance.

Link copied to clipboard

The name of the Service Instance.

Link copied to clipboard
Link copied to clipboard

The source of the Service Instance.

Link copied to clipboard

The status of the Service Instance. Valid Values: Created, Deploying, DeployedFailed, Deployed, Upgrading, Deleting, Deleted, DeletedFailed.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The name of the template.