Package-level declarations
Types
Link copied to clipboard
object ComputeFunctions
Link copied to clipboard
Provides a Compute Nest Service Instance resource. For information about Compute Nest Service Instance and how to use it, see What is Service Instance.
Link copied to clipboard
data class NestServiceInstanceArgs(val commodity: Output<NestServiceInstanceCommodityArgs>? = null, val enableInstanceOps: Output<Boolean>? = null, val enableUserPrometheus: Output<Boolean>? = null, val operationMetadata: Output<NestServiceInstanceOperationMetadataArgs>? = null, val parameters: Output<String>? = null, val paymentType: Output<String>? = null, val resourceGroupId: Output<String>? = null, val serviceId: Output<String>? = null, val serviceInstanceName: Output<String>? = null, val serviceVersion: Output<String>? = null, val specificationName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val templateName: Output<String>? = null) : ConvertibleToJava<NestServiceInstanceArgs>
Provides a Compute Nest Service Instance resource. For information about Compute Nest Service Instance and how to use it, see What is Service Instance.
Link copied to clipboard
Builder for NestServiceInstanceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for NestServiceInstance.
Functions
Link copied to clipboard
suspend fun nestServiceInstance(name: String, block: suspend NestServiceInstanceResourceBuilder.() -> Unit): NestServiceInstance