Get Nest Service Instances Service Instance
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)
Properties
Link copied to clipboard
Whether the service instance has the O&M function.
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 ID of the Service Instance.
Link copied to clipboard
The name of the Service Instance.
Link copied to clipboard
Service details.
Link copied to clipboard
The name of the template.