Get Base Instances Plain Args
data class GetBaseInstancesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceId: String? = null, val instanceName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val searchKey: String? = null, val status: String? = null) : ConvertibleToJava<GetBaseInstancesPlainArgs>
A collection of arguments for invoking getBaseInstances.
Constructors
Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, instanceId: String? = null, instanceName: String? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, searchKey: String? = null, status: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
OceanBase cluster ID.
Link copied to clipboard
OceanBase cluster name. The length is 1 to 20 English or Chinese characters. If this parameter is not specified, the default value is the InstanceId of the cluster.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The ID of the enterprise resource group to which the instance resides.
Link copied to clipboard