Instance

class Instance : KotlinCustomResource

Creates a new Instance in a given location.

Properties

Link copied to clipboard

The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default network will be used.

Link copied to clipboard
val createTime: Output<String>

The time the instance was created.

Link copied to clipboard

Endpoint for the Discovery API.

Link copied to clipboard
val displayName: Output<String>

User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

Required. The logical name of the Memcached instance in the user project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.

Link copied to clipboard

List of messages that describe the current state of the Memcached instance.

Link copied to clipboard
val labels: Output<Map<String, String>>

Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Link copied to clipboard
val location: Output<String>
Link copied to clipboard

The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.

Link copied to clipboard

Published maintenance schedule.

Link copied to clipboard

The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".

Link copied to clipboard

List of Memcached nodes. Refer to Node message for more details.

Link copied to clipboard
val memcacheVersion: Output<String>

The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is MEMCACHE_1_5. The minor version will be automatically determined by our system based on the latest supported minor version.

Link copied to clipboard
val name: Output<String>

Unique name of the resource in this scope including project and location using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} Note: Memcached instances are managed and addressed at the regional level so location_id here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.

Link copied to clipboard

Configuration for Memcached nodes.

Link copied to clipboard
val nodeCount: Output<Int>

Number of nodes in the Memcached instance.

Link copied to clipboard

User defined parameters to apply to the memcached process on each node.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

The state of this Memcached instance.

Link copied to clipboard

Returns true if there is an update waiting to be applied

Link copied to clipboard
val updateTime: Output<String>

The time the instance was updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zones: Output<List<String>>

Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.