Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.alloydb/v1alpha.getInstance
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single Instance.
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(cluster_id: Optional[str] = None,
instance_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
view: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceResult
def get_instance_output(cluster_id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
view: 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:alloydb/v1alpha:getInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - Instance
Id string - Location string
- Project string
- View string
- Cluster
Id string - Instance
Id string - Location string
- Project string
- View string
- cluster
Id String - instance
Id String - location String
- project String
- view String
- cluster
Id string - instance
Id string - location string
- project string
- view string
- cluster_
id str - instance_
id str - location str
- project str
- view str
- cluster
Id String - instance
Id String - location String
- project String
- view String
getInstance Result
The following output properties are available:
- Annotations Dictionary<string, string>
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- Availability
Type string - Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
- Client
Connection Pulumi.Config Google Native. Alloy DB. V1Alpha. Outputs. Client Connection Config Response - Optional. Client connection specific configurations
- Create
Time string - Create time stamp
- Database
Flags Dictionary<string, string> - Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
- Delete
Time string - Delete time stamp
- Display
Name string - User-settable and human-readable display name for the Instance.
- Etag string
- For Resource freshness validation (https://google.aip.dev/154)
- Gce
Zone string - The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
- Instance
Type string - The type of the instance. Specified at creation time.
- Ip
Address string - The IP address for the Instance. This is the connection endpoint for an end-user application.
- Labels Dictionary<string, string>
- Labels as key value pairs
- Machine
Config Pulumi.Google Native. Alloy DB. V1Alpha. Outputs. Machine Config Response - Configurations for the machines that host the underlying database engine.
- Name string
- The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id} - Nodes
List<Pulumi.
Google Native. Alloy DB. V1Alpha. Outputs. Node Response> - List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
- Query
Insights Pulumi.Config Google Native. Alloy DB. V1Alpha. Outputs. Query Insights Instance Config Response - Configuration for query insights.
- Read
Pool Pulumi.Config Google Native. Alloy DB. V1Alpha. Outputs. Read Pool Config Response - Read pool instance configuration. This is required if the value of instanceType is READ_POOL.
- Reconciling bool
- Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
- Satisfies
Pzs bool - Reserved for future use.
- State string
- The current serving state of the instance.
- Uid string
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- Update
Policy Pulumi.Google Native. Alloy DB. V1Alpha. Outputs. Update Policy Response - Update policy that will be applied during instance update. This field is not persisted when you update the instance. To use a non-default update policy, you must specify explicitly specify the value in each update request.
- Update
Time string - Update time stamp
- Writable
Node Pulumi.Google Native. Alloy DB. V1Alpha. Outputs. Node Response - This is set for the read-write VM of the PRIMARY instance only.
- Annotations map[string]string
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- Availability
Type string - Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
- Client
Connection ClientConfig Connection Config Response - Optional. Client connection specific configurations
- Create
Time string - Create time stamp
- Database
Flags map[string]string - Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
- Delete
Time string - Delete time stamp
- Display
Name string - User-settable and human-readable display name for the Instance.
- Etag string
- For Resource freshness validation (https://google.aip.dev/154)
- Gce
Zone string - The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
- Instance
Type string - The type of the instance. Specified at creation time.
- Ip
Address string - The IP address for the Instance. This is the connection endpoint for an end-user application.
- Labels map[string]string
- Labels as key value pairs
- Machine
Config MachineConfig Response - Configurations for the machines that host the underlying database engine.
- Name string
- The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id} - Nodes
[]Node
Response - List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
- Query
Insights QueryConfig Insights Instance Config Response - Configuration for query insights.
- Read
Pool ReadConfig Pool Config Response - Read pool instance configuration. This is required if the value of instanceType is READ_POOL.
- Reconciling bool
- Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
- Satisfies
Pzs bool - Reserved for future use.
- State string
- The current serving state of the instance.
- Uid string
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- Update
Policy UpdatePolicy Response - Update policy that will be applied during instance update. This field is not persisted when you update the instance. To use a non-default update policy, you must specify explicitly specify the value in each update request.
- Update
Time string - Update time stamp
- Writable
Node NodeResponse - This is set for the read-write VM of the PRIMARY instance only.
- annotations Map<String,String>
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- availability
Type String - Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
- client
Connection ClientConfig Connection Config Response - Optional. Client connection specific configurations
- create
Time String - Create time stamp
- database
Flags Map<String,String> - Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
- delete
Time String - Delete time stamp
- display
Name String - User-settable and human-readable display name for the Instance.
- etag String
- For Resource freshness validation (https://google.aip.dev/154)
- gce
Zone String - The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
- instance
Type String - The type of the instance. Specified at creation time.
- ip
Address String - The IP address for the Instance. This is the connection endpoint for an end-user application.
- labels Map<String,String>
- Labels as key value pairs
- machine
Config MachineConfig Response - Configurations for the machines that host the underlying database engine.
- name String
- The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id} - nodes
List<Node
Response> - List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
- query
Insights QueryConfig Insights Instance Config Response - Configuration for query insights.
- read
Pool ReadConfig Pool Config Response - Read pool instance configuration. This is required if the value of instanceType is READ_POOL.
- reconciling Boolean
- Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies
Pzs Boolean - Reserved for future use.
- state String
- The current serving state of the instance.
- uid String
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update
Policy UpdatePolicy Response - Update policy that will be applied during instance update. This field is not persisted when you update the instance. To use a non-default update policy, you must specify explicitly specify the value in each update request.
- update
Time String - Update time stamp
- writable
Node NodeResponse - This is set for the read-write VM of the PRIMARY instance only.
- annotations {[key: string]: string}
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- availability
Type string - Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
- client
Connection ClientConfig Connection Config Response - Optional. Client connection specific configurations
- create
Time string - Create time stamp
- database
Flags {[key: string]: string} - Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
- delete
Time string - Delete time stamp
- display
Name string - User-settable and human-readable display name for the Instance.
- etag string
- For Resource freshness validation (https://google.aip.dev/154)
- gce
Zone string - The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
- instance
Type string - The type of the instance. Specified at creation time.
- ip
Address string - The IP address for the Instance. This is the connection endpoint for an end-user application.
- labels {[key: string]: string}
- Labels as key value pairs
- machine
Config MachineConfig Response - Configurations for the machines that host the underlying database engine.
- name string
- The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id} - nodes
Node
Response[] - List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
- query
Insights QueryConfig Insights Instance Config Response - Configuration for query insights.
- read
Pool ReadConfig Pool Config Response - Read pool instance configuration. This is required if the value of instanceType is READ_POOL.
- reconciling boolean
- Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies
Pzs boolean - Reserved for future use.
- state string
- The current serving state of the instance.
- uid string
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update
Policy UpdatePolicy Response - Update policy that will be applied during instance update. This field is not persisted when you update the instance. To use a non-default update policy, you must specify explicitly specify the value in each update request.
- update
Time string - Update time stamp
- writable
Node NodeResponse - This is set for the read-write VM of the PRIMARY instance only.
- annotations Mapping[str, str]
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- availability_
type str - Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
- client_
connection_ Clientconfig Connection Config Response - Optional. Client connection specific configurations
- create_
time str - Create time stamp
- database_
flags Mapping[str, str] - Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
- delete_
time str - Delete time stamp
- display_
name str - User-settable and human-readable display name for the Instance.
- etag str
- For Resource freshness validation (https://google.aip.dev/154)
- gce_
zone str - The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
- instance_
type str - The type of the instance. Specified at creation time.
- ip_
address str - The IP address for the Instance. This is the connection endpoint for an end-user application.
- labels Mapping[str, str]
- Labels as key value pairs
- machine_
config MachineConfig Response - Configurations for the machines that host the underlying database engine.
- name str
- The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id} - nodes
Sequence[Node
Response] - List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
- query_
insights_ Queryconfig Insights Instance Config Response - Configuration for query insights.
- read_
pool_ Readconfig Pool Config Response - Read pool instance configuration. This is required if the value of instanceType is READ_POOL.
- reconciling bool
- Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies_
pzs bool - Reserved for future use.
- state str
- The current serving state of the instance.
- uid str
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update_
policy UpdatePolicy Response - Update policy that will be applied during instance update. This field is not persisted when you update the instance. To use a non-default update policy, you must specify explicitly specify the value in each update request.
- update_
time str - Update time stamp
- writable_
node NodeResponse - This is set for the read-write VM of the PRIMARY instance only.
- annotations Map<String>
- Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
- availability
Type String - Availability type of an Instance. If empty, defaults to REGIONAL for primary instances. For read pools, availability_type is always UNSPECIFIED. Instances in the read pools are evenly distributed across available zones within the region (i.e. read pools with more than one node will have a node in at least two zones).
- client
Connection Property MapConfig - Optional. Client connection specific configurations
- create
Time String - Create time stamp
- database
Flags Map<String> - Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
- delete
Time String - Delete time stamp
- display
Name String - User-settable and human-readable display name for the Instance.
- etag String
- For Resource freshness validation (https://google.aip.dev/154)
- gce
Zone String - The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
- instance
Type String - The type of the instance. Specified at creation time.
- ip
Address String - The IP address for the Instance. This is the connection endpoint for an end-user application.
- labels Map<String>
- Labels as key value pairs
- machine
Config Property Map - Configurations for the machines that host the underlying database engine.
- name String
- The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id} - nodes List<Property Map>
- List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
- query
Insights Property MapConfig - Configuration for query insights.
- read
Pool Property MapConfig - Read pool instance configuration. This is required if the value of instanceType is READ_POOL.
- reconciling Boolean
- Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
- satisfies
Pzs Boolean - Reserved for future use.
- state String
- The current serving state of the instance.
- uid String
- The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
- update
Policy Property Map - Update policy that will be applied during instance update. This field is not persisted when you update the instance. To use a non-default update policy, you must specify explicitly specify the value in each update request.
- update
Time String - Update time stamp
- writable
Node Property Map - This is set for the read-write VM of the PRIMARY instance only.
Supporting Types
ClientConnectionConfigResponse
- Require
Connectors bool - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
- Ssl
Config Pulumi.Google Native. Alloy DB. V1Alpha. Inputs. Ssl Config Response - Optional. SSL config option for this instance.
- Require
Connectors bool - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
- Ssl
Config SslConfig Response - Optional. SSL config option for this instance.
- require
Connectors Boolean - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
- ssl
Config SslConfig Response - Optional. SSL config option for this instance.
- require
Connectors boolean - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
- ssl
Config SslConfig Response - Optional. SSL config option for this instance.
- require_
connectors bool - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
- ssl_
config SslConfig Response - Optional. SSL config option for this instance.
- require
Connectors Boolean - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
- ssl
Config Property Map - Optional. SSL config option for this instance.
MachineConfigResponse
- Cpu
Count int - The number of CPU's in the VM instance.
- Cpu
Count int - The number of CPU's in the VM instance.
- cpu
Count Integer - The number of CPU's in the VM instance.
- cpu
Count number - The number of CPU's in the VM instance.
- cpu_
count int - The number of CPU's in the VM instance.
- cpu
Count Number - The number of CPU's in the VM instance.
NodeResponse
- Ip string
- The private IP address of the VM e.g. "10.57.0.34".
- State string
- Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
- Zone string
- The Compute Engine zone of the VM e.g. "us-central1-b".
- Ip string
- The private IP address of the VM e.g. "10.57.0.34".
- State string
- Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
- Zone string
- The Compute Engine zone of the VM e.g. "us-central1-b".
- ip String
- The private IP address of the VM e.g. "10.57.0.34".
- state String
- Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
- zone String
- The Compute Engine zone of the VM e.g. "us-central1-b".
- ip string
- The private IP address of the VM e.g. "10.57.0.34".
- state string
- Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
- zone string
- The Compute Engine zone of the VM e.g. "us-central1-b".
- ip str
- The private IP address of the VM e.g. "10.57.0.34".
- state str
- Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
- zone str
- The Compute Engine zone of the VM e.g. "us-central1-b".
- ip String
- The private IP address of the VM e.g. "10.57.0.34".
- state String
- Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
- zone String
- The Compute Engine zone of the VM e.g. "us-central1-b".
QueryInsightsInstanceConfigResponse
- Query
Plans intPer Minute - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
- Query
String intLength - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
- bool
- Record application tags for an instance. This flag is turned "on" by default.
- Record
Client boolAddress - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
- Query
Plans intPer Minute - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
- Query
String intLength - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
- bool
- Record application tags for an instance. This flag is turned "on" by default.
- Record
Client boolAddress - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
- query
Plans IntegerPer Minute - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
- query
String IntegerLength - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
- Boolean
- Record application tags for an instance. This flag is turned "on" by default.
- record
Client BooleanAddress - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
- query
Plans numberPer Minute - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
- query
String numberLength - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
- boolean
- Record application tags for an instance. This flag is turned "on" by default.
- record
Client booleanAddress - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
- query_
plans_ intper_ minute - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
- query_
string_ intlength - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
- bool
- Record application tags for an instance. This flag is turned "on" by default.
- record_
client_ booladdress - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
- query
Plans NumberPer Minute - Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
- query
String NumberLength - Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
- Boolean
- Record application tags for an instance. This flag is turned "on" by default.
- record
Client BooleanAddress - Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
ReadPoolConfigResponse
- Node
Count int - Read capacity, i.e. number of nodes in a read pool instance.
- Node
Count int - Read capacity, i.e. number of nodes in a read pool instance.
- node
Count Integer - Read capacity, i.e. number of nodes in a read pool instance.
- node
Count number - Read capacity, i.e. number of nodes in a read pool instance.
- node_
count int - Read capacity, i.e. number of nodes in a read pool instance.
- node
Count Number - Read capacity, i.e. number of nodes in a read pool instance.
SslConfigResponse
UpdatePolicyResponse
- Mode string
- Mode for updating the instance.
- Mode string
- Mode for updating the instance.
- mode String
- Mode for updating the instance.
- mode string
- Mode for updating the instance.
- mode str
- Mode for updating the instance.
- mode String
- Mode for updating the instance.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi