Package-level declarations
Types
Link copied to clipboard
data class GetNestServiceInstancesFilter(val name: String? = null, val values: List<String>? = null) : ConvertibleToJava<GetNestServiceInstancesFilter>
Link copied to clipboard
Builder for GetNestServiceInstancesFilter.
Link copied to clipboard
data class GetNestServiceInstancesPlainArgs(val filters: List<GetNestServiceInstancesFilter>? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNestServiceInstancesPlainArgs>
A collection of arguments for invoking getNestServiceInstances.
Link copied to clipboard
Builder for GetNestServiceInstancesPlainArgs.
Link copied to clipboard
data class NestServiceInstanceCommodityArgs(val payPeriod: Output<Int>? = null, val payPeriodUnit: Output<String>? = null) : ConvertibleToJava<NestServiceInstanceCommodityArgs>
Link copied to clipboard
Builder for NestServiceInstanceCommodityArgs.
Link copied to clipboard
data class NestServiceInstanceOperationMetadataArgs(val operatedServiceInstanceId: Output<String>? = null, val operationEndTime: Output<String>? = null, val operationStartTime: Output<String>? = null, val resources: Output<String>? = null) : ConvertibleToJava<NestServiceInstanceOperationMetadataArgs>
Link copied to clipboard