Google Cloud v8.31.0 published on Thursday, May 15, 2025 by Pulumi
gcp.memcache.getInstance
Explore with Pulumi AI
Use this data source to get information about the available instance. For more details refer the API docs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const qa = gcp.memcache.getInstance({});
import pulumi
import pulumi_gcp as gcp
qa = gcp.memcache.get_instance()
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/memcache"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := memcache.LookupInstance(ctx, &memcache.LookupInstanceArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var qa = Gcp.Memcache.GetInstance.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.memcache.MemcacheFunctions;
import com.pulumi.gcp.memcache.inputs.GetInstanceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var qa = MemcacheFunctions.getInstance(GetInstanceArgs.builder()
.build());
}
}
variables:
qa:
fn::invoke:
function: gcp:memcache:getInstance
arguments: {}
Using getInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInstance(args: GetInstanceArgs, opts?: InvokeOptions): Promise<GetInstanceResult>
function getInstanceOutput(args: GetInstanceOutputArgs, opts?: InvokeOptions): Output<GetInstanceResult>
def get_instance(name: Optional[str] = None,
project: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceResult
def get_instance_output(name: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstanceResult]
func LookupInstance(ctx *Context, args *LookupInstanceArgs, opts ...InvokeOption) (*LookupInstanceResult, error)
func LookupInstanceOutput(ctx *Context, args *LookupInstanceOutputArgs, opts ...InvokeOption) LookupInstanceResultOutput
> Note: This function is named LookupInstance
in the Go SDK.
public static class GetInstance
{
public static Task<GetInstanceResult> InvokeAsync(GetInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetInstanceResult> Invoke(GetInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
public static Output<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
fn::invoke:
function: gcp:memcache/getInstance:getInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The ID of the memcache instance. 'memcache_instance_id'
- Project string
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Region string
- (optional) The canonical id of the region. If it is not provided, the provider project is used. For example: us-east1.
- Name string
- The ID of the memcache instance. 'memcache_instance_id'
- Project string
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Region string
- (optional) The canonical id of the region. If it is not provided, the provider project is used. For example: us-east1.
- name String
- The ID of the memcache instance. 'memcache_instance_id'
- project String
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region String
- (optional) The canonical id of the region. If it is not provided, the provider project is used. For example: us-east1.
- name string
- The ID of the memcache instance. 'memcache_instance_id'
- project string
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region string
- (optional) The canonical id of the region. If it is not provided, the provider project is used. For example: us-east1.
- name str
- The ID of the memcache instance. 'memcache_instance_id'
- project str
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region str
- (optional) The canonical id of the region. If it is not provided, the provider project is used. For example: us-east1.
- name String
- The ID of the memcache instance. 'memcache_instance_id'
- project String
- (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region String
- (optional) The canonical id of the region. If it is not provided, the provider project is used. For example: us-east1.
getInstance Result
The following output properties are available:
- string
- Create
Time string - Discovery
Endpoint string - Display
Name string - Effective
Labels Dictionary<string, string> - Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Maintenance
Policies List<GetInstance Maintenance Policy> - Maintenance
Schedules List<GetInstance Maintenance Schedule> - Memcache
Full stringVersion - Memcache
Nodes List<GetInstance Memcache Node> - Memcache
Parameters List<GetInstance Memcache Parameter> - Memcache
Version string - Name string
- Node
Configs List<GetInstance Node Config> - Node
Count int - Pulumi
Labels Dictionary<string, string> - Reserved
Ip List<string>Range Ids - Zones List<string>
- Project string
- Region string
- string
- Create
Time string - Discovery
Endpoint string - Display
Name string - Effective
Labels map[string]string - Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Maintenance
Policies []GetInstance Maintenance Policy - Maintenance
Schedules []GetInstance Maintenance Schedule - Memcache
Full stringVersion - Memcache
Nodes []GetInstance Memcache Node - Memcache
Parameters []GetInstance Memcache Parameter - Memcache
Version string - Name string
- Node
Configs []GetInstance Node Config - Node
Count int - Pulumi
Labels map[string]string - Reserved
Ip []stringRange Ids - Zones []string
- Project string
- Region string
- String
- create
Time String - discovery
Endpoint String - display
Name String - effective
Labels Map<String,String> - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- maintenance
Policies List<GetInstance Maintenance Policy> - maintenance
Schedules List<GetInstance Maintenance Schedule> - memcache
Full StringVersion - memcache
Nodes List<GetInstance Memcache Node> - memcache
Parameters List<GetInstance Memcache Parameter> - memcache
Version String - name String
- node
Configs List<GetInstance Node Config> - node
Count Integer - pulumi
Labels Map<String,String> - reserved
Ip List<String>Range Ids - zones List<String>
- project String
- region String
- string
- create
Time string - discovery
Endpoint string - display
Name string - effective
Labels {[key: string]: string} - id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- maintenance
Policies GetInstance Maintenance Policy[] - maintenance
Schedules GetInstance Maintenance Schedule[] - memcache
Full stringVersion - memcache
Nodes GetInstance Memcache Node[] - memcache
Parameters GetInstance Memcache Parameter[] - memcache
Version string - name string
- node
Configs GetInstance Node Config[] - node
Count number - pulumi
Labels {[key: string]: string} - reserved
Ip string[]Range Ids - zones string[]
- project string
- region string
- str
- create_
time str - discovery_
endpoint str - display_
name str - effective_
labels Mapping[str, str] - id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- maintenance_
policies Sequence[GetInstance Maintenance Policy] - maintenance_
schedules Sequence[GetInstance Maintenance Schedule] - memcache_
full_ strversion - memcache_
nodes Sequence[GetInstance Memcache Node] - memcache_
parameters Sequence[GetInstance Memcache Parameter] - memcache_
version str - name str
- node_
configs Sequence[GetInstance Node Config] - node_
count int - pulumi_
labels Mapping[str, str] - reserved_
ip_ Sequence[str]range_ ids - zones Sequence[str]
- project str
- region str
- String
- create
Time String - discovery
Endpoint String - display
Name String - effective
Labels Map<String> - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- maintenance
Policies List<Property Map> - maintenance
Schedules List<Property Map> - memcache
Full StringVersion - memcache
Nodes List<Property Map> - memcache
Parameters List<Property Map> - memcache
Version String - name String
- node
Configs List<Property Map> - node
Count Number - pulumi
Labels Map<String> - reserved
Ip List<String>Range Ids - zones List<String>
- project String
- region String
Supporting Types
GetInstanceMaintenancePolicy
- Create
Time string - Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits
- Description string
- Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- Update
Time string - Output only. The time when the policy was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- Weekly
Maintenance List<GetWindows Instance Maintenance Policy Weekly Maintenance Window> - Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
- Create
Time string - Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits
- Description string
- Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- Update
Time string - Output only. The time when the policy was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- Weekly
Maintenance []GetWindows Instance Maintenance Policy Weekly Maintenance Window - Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
- create
Time String - Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits
- description String
- Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- update
Time String - Output only. The time when the policy was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- weekly
Maintenance List<GetWindows Instance Maintenance Policy Weekly Maintenance Window> - Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
- create
Time string - Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits
- description string
- Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- update
Time string - Output only. The time when the policy was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- weekly
Maintenance GetWindows Instance Maintenance Policy Weekly Maintenance Window[] - Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
- create_
time str - Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits
- description str
- Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- update_
time str - Output only. The time when the policy was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- weekly_
maintenance_ Sequence[Getwindows Instance Maintenance Policy Weekly Maintenance Window] - Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
- create
Time String - Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits
- description String
- Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- update
Time String - Output only. The time when the policy was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- weekly
Maintenance List<Property Map>Windows - Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
GetInstanceMaintenancePolicyWeeklyMaintenanceWindow
- Day string
- Required. The day of week that maintenance updates occur.
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- Duration string
- Required. The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- Start
Times List<GetInstance Maintenance Policy Weekly Maintenance Window Start Time> - Required. Start time of the window in UTC time.
- Day string
- Required. The day of week that maintenance updates occur.
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- Duration string
- Required. The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- Start
Times []GetInstance Maintenance Policy Weekly Maintenance Window Start Time - Required. Start time of the window in UTC time.
- day String
- Required. The day of week that maintenance updates occur.
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- duration String
- Required. The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- start
Times List<GetInstance Maintenance Policy Weekly Maintenance Window Start Time> - Required. Start time of the window in UTC time.
- day string
- Required. The day of week that maintenance updates occur.
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- duration string
- Required. The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- start
Times GetInstance Maintenance Policy Weekly Maintenance Window Start Time[] - Required. Start time of the window in UTC time.
- day str
- Required. The day of week that maintenance updates occur.
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- duration str
- Required. The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- start_
times Sequence[GetInstance Maintenance Policy Weekly Maintenance Window Start Time] - Required. Start time of the window in UTC time.
- day String
- Required. The day of week that maintenance updates occur.
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
- duration String
- Required. The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
- start
Times List<Property Map> - Required. Start time of the window in UTC time.
GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTime
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Integer
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
GetInstanceMaintenanceSchedule
- End
Time string - Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- Schedule
Deadline stringTime - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- Start
Time string - Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- End
Time string - Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- Schedule
Deadline stringTime - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- Start
Time string - Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- end
Time String - Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- schedule
Deadline StringTime - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- start
Time String - Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- end
Time string - Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- schedule
Deadline stringTime - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- start
Time string - Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- end_
time str - Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- schedule_
deadline_ strtime - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- start_
time str - Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- end
Time String - Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- schedule
Deadline StringTime - Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
- start
Time String - Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
GetInstanceMemcacheNode
- Host string
- Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
- Node
Id string - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- Port int
- The port number of the Memcached server on this node.
- State string
- Current state of the Memcached node.
- Zone string
- Location (GCP Zone) for the Memcached node.
- Host string
- Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
- Node
Id string - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- Port int
- The port number of the Memcached server on this node.
- State string
- Current state of the Memcached node.
- Zone string
- Location (GCP Zone) for the Memcached node.
- host String
- Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
- node
Id String - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- port Integer
- The port number of the Memcached server on this node.
- state String
- Current state of the Memcached node.
- zone String
- Location (GCP Zone) for the Memcached node.
- host string
- Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
- node
Id string - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- port number
- The port number of the Memcached server on this node.
- state string
- Current state of the Memcached node.
- zone string
- Location (GCP Zone) for the Memcached node.
- host str
- Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
- node_
id str - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- port int
- The port number of the Memcached server on this node.
- state str
- Current state of the Memcached node.
- zone str
- Location (GCP Zone) for the Memcached node.
- host String
- Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
- node
Id String - Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- port Number
- The port number of the Memcached server on this node.
- state String
- Current state of the Memcached node.
- zone String
- Location (GCP Zone) for the Memcached node.
GetInstanceMemcacheParameter
GetInstanceNodeConfig
- Cpu
Count int - Number of CPUs per node.
- Memory
Size intMb - Memory size in Mebibytes for each memcache node.
- Cpu
Count int - Number of CPUs per node.
- Memory
Size intMb - Memory size in Mebibytes for each memcache node.
- cpu
Count Integer - Number of CPUs per node.
- memory
Size IntegerMb - Memory size in Mebibytes for each memcache node.
- cpu
Count number - Number of CPUs per node.
- memory
Size numberMb - Memory size in Mebibytes for each memcache node.
- cpu_
count int - Number of CPUs per node.
- memory_
size_ intmb - Memory size in Mebibytes for each memcache node.
- cpu
Count Number - Number of CPUs per node.
- memory
Size NumberMb - Memory size in Mebibytes for each memcache node.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.