Get Instance Result
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: GoogleCloudMemcacheV1beta2MaintenancePolicyResponse, 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 updateAvailable: Boolean, 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: GoogleCloudMemcacheV1beta2MaintenancePolicyResponse, maintenanceSchedule: MaintenanceScheduleResponse, memcacheFullVersion: String, memcacheNodes: List<NodeResponse>, memcacheVersion: String, name: String, nodeConfig: NodeConfigResponse, nodeCount: Int, parameters: MemcacheParametersResponse, state: String, updateAvailable: Boolean, updateTime: String, zones: List<String>)
Types
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
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard