GetInstanceResult

data class GetInstanceResult(val authorizedNetwork: String, val createTime: String, val discoveryEndpoint: String, val displayName: String, val instanceMessages: List<InstanceMessageResponse>, val labels: Map<String, String>, val maintenancePolicy: GoogleCloudMemcacheV1MaintenancePolicyResponse, val maintenanceSchedule: MaintenanceScheduleResponse, val memcacheFullVersion: String, val memcacheNodes: List<NodeResponse>, val memcacheVersion: String, val name: String, val nodeConfig: NodeConfigResponse, val nodeCount: Int, val parameters: MemcacheParametersResponse, val state: String, val updateTime: String, val zones: List<String>)

Constructors

Link copied to clipboard
fun GetInstanceResult(authorizedNetwork: String, createTime: String, discoveryEndpoint: String, displayName: String, instanceMessages: List<InstanceMessageResponse>, labels: Map<String, String>, maintenancePolicy: GoogleCloudMemcacheV1MaintenancePolicyResponse, maintenanceSchedule: MaintenanceScheduleResponse, memcacheFullVersion: String, memcacheNodes: List<NodeResponse>, memcacheVersion: String, name: String, nodeConfig: NodeConfigResponse, nodeCount: Int, parameters: MemcacheParametersResponse, state: String, updateTime: String, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full name of the Google Compute Engine /compute/docs/networks-and-firewalls#networks to which the instance is connected. If left unspecified, the default network will be used.

Link copied to clipboard

The time the instance was created.

Link copied to clipboard

Endpoint for the Discovery API.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

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

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

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

The state of this Memcached instance.

Link copied to clipboard

The time the instance was updated.

Link copied to clipboard

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.