MaterializedViewsBuilderServiceResourcePropertiesResponse

data class MaterializedViewsBuilderServiceResourcePropertiesResponse(val creationTime: String, val instanceCount: Int? = null, val instanceSize: String? = null, val locations: List<MaterializedViewsBuilderRegionalServiceResourceResponse>, val serviceType: String, val status: String)

Properties for MaterializedViewsBuilderServiceResource.

Constructors

constructor(creationTime: String, instanceCount: Int? = null, instanceSize: String? = null, locations: List<MaterializedViewsBuilderRegionalServiceResourceResponse>, serviceType: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time of the last state change (ISO-8601 format).

Link copied to clipboard
val instanceCount: Int? = null

Instance count for the service.

Link copied to clipboard
val instanceSize: String? = null

Instance type for the service.

Link copied to clipboard

An array that contains all of the locations for the service.

Link copied to clipboard

ServiceType for the service. Expected value is 'MaterializedViewsBuilder'.

Link copied to clipboard

Describes the status of a service.