GetNestServiceInstancesServiceInstanceService

data class GetNestServiceInstancesServiceInstanceService(val deployType: String, val publishTime: String, val serviceId: String, val serviceInfos: List<GetNestServiceInstancesServiceInstanceServiceServiceInfo>, val serviceType: String, val status: String, val supplierName: String, val supplierUrl: String, val version: String, val versionName: String)

Constructors

constructor(deployType: String, publishTime: String, serviceId: String, serviceInfos: List<GetNestServiceInstancesServiceInstanceServiceServiceInfo>, serviceType: String, status: String, supplierName: String, supplierUrl: String, version: String, versionName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the deployment.

Link copied to clipboard

The time of publish.

Link copied to clipboard

The id of the service.

Link copied to clipboard
Link copied to clipboard

The type of the service.

Link copied to clipboard

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

Link copied to clipboard

The name of the supplier.

Link copied to clipboard

The url of the supplier.

Link copied to clipboard

The version of the service.

Link copied to clipboard

The version name of the service.