Instance Args
data class InstanceArgs(val autoPay: Output<Boolean>? = null, val coldStorageSize: Output<Int>? = null, val cpu: Output<Int>? = null, val duration: Output<Int>? = null, val endpoints: Output<List<InstanceEndpointArgs>>? = null, val gatewayCount: Output<Int>? = null, val initialDatabases: Output<String>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val leaderInstanceId: Output<String>? = null, val paymentType: Output<String>? = null, val pricingCycle: Output<String>? = null, val resourceGroupId: Output<String>? = null, val scaleType: Output<String>? = null, val status: Output<String>? = null, val storageSize: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>
Import
Hologram Instance can be imported using the id, e.g.
$ pulumi import alicloud:hologram/instance:Instance example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(autoPay: Output<Boolean>? = null, coldStorageSize: Output<Int>? = null, cpu: Output<Int>? = null, duration: Output<Int>? = null, endpoints: Output<List<InstanceEndpointArgs>>? = null, gatewayCount: Output<Int>? = null, initialDatabases: Output<String>? = null, instanceName: Output<String>? = null, instanceType: Output<String>? = null, leaderInstanceId: Output<String>? = null, paymentType: Output<String>? = null, pricingCycle: Output<String>? = null, resourceGroupId: Output<String>? = null, scaleType: Output<String>? = null, status: Output<String>? = null, storageSize: Output<Int>? = null, tags: Output<Map<String, String>>? = null, zoneId: Output<String>? = null)
Properties
Link copied to clipboard
Instance low-frequency storage space. Unit: GB.
Link copied to clipboard
List of domain names. See endpoints
below.
Link copied to clipboard
Number of gateway nodes.
Link copied to clipboard
Initialize the database and split multiple database names ",".
Link copied to clipboard
The name of the resource.
Link copied to clipboard
The instance type. Value:
Link copied to clipboard
The ID of the primary instance.
Link copied to clipboard
The payment type of the resource.
Link copied to clipboard
Billing cycle. Value:
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The standard storage space of the instance. Unit: GB.