1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. memorystore
  5. getInstance
Google Cloud v8.22.0 published on Thursday, Mar 13, 2025 by Pulumi

gcp.memorystore.getInstance

Explore with Pulumi AI

gcp logo
Google Cloud v8.22.0 published on Thursday, Mar 13, 2025 by Pulumi

    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.memorystore.getInstance({});
    
    import pulumi
    import pulumi_gcp as gcp
    
    qa = gcp.memorystore.get_instance()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/memorystore"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := memorystore.LookupInstance(ctx, &memorystore.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.MemoryStore.GetInstance.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.memorystore.MemorystoreFunctions;
    import com.pulumi.gcp.memorystore.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 = MemorystoreFunctions.getInstance();
    
        }
    }
    
    variables:
      qa:
        fn::invoke:
          function: gcp:memorystore: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(instance_id: Optional[str] = None,
                     location: Optional[str] = None,
                     project: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetInstanceResult
    def get_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
                     location: Optional[pulumi.Input[str]] = None,
                     project: 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:memorystore/getInstance:getInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    The ID of the memorystore instance. 'memorystore_instance_id'
    Location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    Project string
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    InstanceId string
    The ID of the memorystore instance. 'memorystore_instance_id'
    Location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    Project string
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    instanceId String
    The ID of the memorystore instance. 'memorystore_instance_id'
    location String
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project String
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    instanceId string
    The ID of the memorystore instance. 'memorystore_instance_id'
    location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project string
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    instance_id str
    The ID of the memorystore instance. 'memorystore_instance_id'
    location str
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project str
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    instanceId String
    The ID of the memorystore instance. 'memorystore_instance_id'
    location String
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project String
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

    getInstance Result

    The following output properties are available:

    AuthorizationMode string
    CreateTime string
    DeletionProtectionEnabled bool
    DesiredPscAutoConnections List<GetInstanceDesiredPscAutoConnection>
    DiscoveryEndpoints List<GetInstanceDiscoveryEndpoint>
    EffectiveLabels Dictionary<string, string>
    Endpoints List<GetInstanceEndpoint>
    EngineConfigs Dictionary<string, string>
    EngineVersion string
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceId string
    Labels Dictionary<string, string>
    Mode string
    Name string
    NodeConfigs List<GetInstanceNodeConfig>
    NodeType string
    PersistenceConfigs List<GetInstancePersistenceConfig>
    PscAutoConnections List<GetInstancePscAutoConnection>
    PulumiLabels Dictionary<string, string>
    ReplicaCount int
    ShardCount int
    State string
    StateInfos List<GetInstanceStateInfo>
    TransitEncryptionMode string
    Uid string
    UpdateTime string
    ZoneDistributionConfigs List<GetInstanceZoneDistributionConfig>
    Location string
    Project string
    AuthorizationMode string
    CreateTime string
    DeletionProtectionEnabled bool
    DesiredPscAutoConnections []GetInstanceDesiredPscAutoConnection
    DiscoveryEndpoints []GetInstanceDiscoveryEndpoint
    EffectiveLabels map[string]string
    Endpoints []GetInstanceEndpoint
    EngineConfigs map[string]string
    EngineVersion string
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceId string
    Labels map[string]string
    Mode string
    Name string
    NodeConfigs []GetInstanceNodeConfig
    NodeType string
    PersistenceConfigs []GetInstancePersistenceConfig
    PscAutoConnections []GetInstancePscAutoConnection
    PulumiLabels map[string]string
    ReplicaCount int
    ShardCount int
    State string
    StateInfos []GetInstanceStateInfo
    TransitEncryptionMode string
    Uid string
    UpdateTime string
    ZoneDistributionConfigs []GetInstanceZoneDistributionConfig
    Location string
    Project string
    authorizationMode String
    createTime String
    deletionProtectionEnabled Boolean
    desiredPscAutoConnections List<GetInstanceDesiredPscAutoConnection>
    discoveryEndpoints List<GetInstanceDiscoveryEndpoint>
    effectiveLabels Map<String,String>
    endpoints List<GetInstanceEndpoint>
    engineConfigs Map<String,String>
    engineVersion String
    id String
    The provider-assigned unique ID for this managed resource.
    instanceId String
    labels Map<String,String>
    mode String
    name String
    nodeConfigs List<GetInstanceNodeConfig>
    nodeType String
    persistenceConfigs List<GetInstancePersistenceConfig>
    pscAutoConnections List<GetInstancePscAutoConnection>
    pulumiLabels Map<String,String>
    replicaCount Integer
    shardCount Integer
    state String
    stateInfos List<GetInstanceStateInfo>
    transitEncryptionMode String
    uid String
    updateTime String
    zoneDistributionConfigs List<GetInstanceZoneDistributionConfig>
    location String
    project String
    authorizationMode string
    createTime string
    deletionProtectionEnabled boolean
    desiredPscAutoConnections GetInstanceDesiredPscAutoConnection[]
    discoveryEndpoints GetInstanceDiscoveryEndpoint[]
    effectiveLabels {[key: string]: string}
    endpoints GetInstanceEndpoint[]
    engineConfigs {[key: string]: string}
    engineVersion string
    id string
    The provider-assigned unique ID for this managed resource.
    instanceId string
    labels {[key: string]: string}
    mode string
    name string
    nodeConfigs GetInstanceNodeConfig[]
    nodeType string
    persistenceConfigs GetInstancePersistenceConfig[]
    pscAutoConnections GetInstancePscAutoConnection[]
    pulumiLabels {[key: string]: string}
    replicaCount number
    shardCount number
    state string
    stateInfos GetInstanceStateInfo[]
    transitEncryptionMode string
    uid string
    updateTime string
    zoneDistributionConfigs GetInstanceZoneDistributionConfig[]
    location string
    project string
    authorization_mode str
    create_time str
    deletion_protection_enabled bool
    desired_psc_auto_connections Sequence[GetInstanceDesiredPscAutoConnection]
    discovery_endpoints Sequence[GetInstanceDiscoveryEndpoint]
    effective_labels Mapping[str, str]
    endpoints Sequence[GetInstanceEndpoint]
    engine_configs Mapping[str, str]
    engine_version str
    id str
    The provider-assigned unique ID for this managed resource.
    instance_id str
    labels Mapping[str, str]
    mode str
    name str
    node_configs Sequence[GetInstanceNodeConfig]
    node_type str
    persistence_configs Sequence[GetInstancePersistenceConfig]
    psc_auto_connections Sequence[GetInstancePscAutoConnection]
    pulumi_labels Mapping[str, str]
    replica_count int
    shard_count int
    state str
    state_infos Sequence[GetInstanceStateInfo]
    transit_encryption_mode str
    uid str
    update_time str
    zone_distribution_configs Sequence[GetInstanceZoneDistributionConfig]
    location str
    project str

    Supporting Types

    GetInstanceDesiredPscAutoConnection

    Network string
    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    ProjectId string
    Required. The consumer project_id where the forwarding rule is created from.
    Network string
    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    ProjectId string
    Required. The consumer project_id where the forwarding rule is created from.
    network String
    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    projectId String
    Required. The consumer project_id where the forwarding rule is created from.
    network string
    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    projectId string
    Required. The consumer project_id where the forwarding rule is created from.
    network str
    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    project_id str
    Required. The consumer project_id where the forwarding rule is created from.
    network String
    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    projectId String
    Required. The consumer project_id where the forwarding rule is created from.

    GetInstanceDiscoveryEndpoint

    Address string
    Output only. IP address of the exposed endpoint clients connect to.
    Network string
    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
    Port int
    Output only. The port number of the exposed endpoint.
    Address string
    Output only. IP address of the exposed endpoint clients connect to.
    Network string
    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
    Port int
    Output only. The port number of the exposed endpoint.
    address String
    Output only. IP address of the exposed endpoint clients connect to.
    network String
    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
    port Integer
    Output only. The port number of the exposed endpoint.
    address string
    Output only. IP address of the exposed endpoint clients connect to.
    network string
    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
    port number
    Output only. The port number of the exposed endpoint.
    address str
    Output only. IP address of the exposed endpoint clients connect to.
    network str
    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
    port int
    Output only. The port number of the exposed endpoint.
    address String
    Output only. IP address of the exposed endpoint clients connect to.
    network String
    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
    port Number
    Output only. The port number of the exposed endpoint.

    GetInstanceEndpoint

    Connections List<GetInstanceEndpointConnection>
    A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
    Connections []GetInstanceEndpointConnection
    A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
    connections List<GetInstanceEndpointConnection>
    A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
    connections GetInstanceEndpointConnection[]
    A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
    connections Sequence[GetInstanceEndpointConnection]
    A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
    connections List<Property Map>
    A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

    GetInstanceEndpointConnection

    PscAutoConnections List<GetInstanceEndpointConnectionPscAutoConnection>
    Detailed information of a PSC connection that is created through service connectivity automation.
    PscAutoConnections []GetInstanceEndpointConnectionPscAutoConnection
    Detailed information of a PSC connection that is created through service connectivity automation.
    pscAutoConnections List<GetInstanceEndpointConnectionPscAutoConnection>
    Detailed information of a PSC connection that is created through service connectivity automation.
    pscAutoConnections GetInstanceEndpointConnectionPscAutoConnection[]
    Detailed information of a PSC connection that is created through service connectivity automation.
    psc_auto_connections Sequence[GetInstanceEndpointConnectionPscAutoConnection]
    Detailed information of a PSC connection that is created through service connectivity automation.
    pscAutoConnections List<Property Map>
    Detailed information of a PSC connection that is created through service connectivity automation.

    GetInstanceEndpointConnectionPscAutoConnection

    ConnectionType string
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    ForwardingRule string
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    IpAddress string
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    Network string
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    Port int
    Output only. Ports of the exposed endpoint.
    ProjectId string
    Output only. The consumer project_id where the forwarding rule is created from.
    PscConnectionId string
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    ServiceAttachment string
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    ConnectionType string
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    ForwardingRule string
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    IpAddress string
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    Network string
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    Port int
    Output only. Ports of the exposed endpoint.
    ProjectId string
    Output only. The consumer project_id where the forwarding rule is created from.
    PscConnectionId string
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    ServiceAttachment string
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connectionType String
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwardingRule String
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ipAddress String
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network String
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port Integer
    Output only. Ports of the exposed endpoint.
    projectId String
    Output only. The consumer project_id where the forwarding rule is created from.
    pscConnectionId String
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    serviceAttachment String
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connectionType string
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwardingRule string
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ipAddress string
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network string
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port number
    Output only. Ports of the exposed endpoint.
    projectId string
    Output only. The consumer project_id where the forwarding rule is created from.
    pscConnectionId string
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    serviceAttachment string
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connection_type str
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwarding_rule str
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ip_address str
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network str
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port int
    Output only. Ports of the exposed endpoint.
    project_id str
    Output only. The consumer project_id where the forwarding rule is created from.
    psc_connection_id str
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    service_attachment str
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connectionType String
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwardingRule String
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ipAddress String
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network String
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port Number
    Output only. Ports of the exposed endpoint.
    projectId String
    Output only. The consumer project_id where the forwarding rule is created from.
    pscConnectionId String
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    serviceAttachment String
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.

    GetInstanceNodeConfig

    SizeGb double
    Output only. Memory size in GB of the node.
    SizeGb float64
    Output only. Memory size in GB of the node.
    sizeGb Double
    Output only. Memory size in GB of the node.
    sizeGb number
    Output only. Memory size in GB of the node.
    size_gb float
    Output only. Memory size in GB of the node.
    sizeGb Number
    Output only. Memory size in GB of the node.

    GetInstancePersistenceConfig

    AofConfigs List<GetInstancePersistenceConfigAofConfig>
    Configuration for AOF based persistence.
    Mode string
    Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]
    RdbConfigs List<GetInstancePersistenceConfigRdbConfig>
    Configuration for RDB based persistence.
    AofConfigs []GetInstancePersistenceConfigAofConfig
    Configuration for AOF based persistence.
    Mode string
    Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]
    RdbConfigs []GetInstancePersistenceConfigRdbConfig
    Configuration for RDB based persistence.
    aofConfigs List<GetInstancePersistenceConfigAofConfig>
    Configuration for AOF based persistence.
    mode String
    Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]
    rdbConfigs List<GetInstancePersistenceConfigRdbConfig>
    Configuration for RDB based persistence.
    aofConfigs GetInstancePersistenceConfigAofConfig[]
    Configuration for AOF based persistence.
    mode string
    Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]
    rdbConfigs GetInstancePersistenceConfigRdbConfig[]
    Configuration for RDB based persistence.
    aof_configs Sequence[GetInstancePersistenceConfigAofConfig]
    Configuration for AOF based persistence.
    mode str
    Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]
    rdb_configs Sequence[GetInstancePersistenceConfigRdbConfig]
    Configuration for RDB based persistence.
    aofConfigs List<Property Map>
    Configuration for AOF based persistence.
    mode String
    Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]
    rdbConfigs List<Property Map>
    Configuration for RDB based persistence.

    GetInstancePersistenceConfigAofConfig

    AppendFsync string
    Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS
    AppendFsync string
    Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS
    appendFsync String
    Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS
    appendFsync string
    Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS
    append_fsync str
    Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS
    appendFsync String
    Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS

    GetInstancePersistenceConfigRdbConfig

    RdbSnapshotPeriod string
    Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS
    RdbSnapshotStartTime string
    Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
    RdbSnapshotPeriod string
    Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS
    RdbSnapshotStartTime string
    Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
    rdbSnapshotPeriod String
    Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS
    rdbSnapshotStartTime String
    Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
    rdbSnapshotPeriod string
    Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS
    rdbSnapshotStartTime string
    Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
    rdb_snapshot_period str
    Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS
    rdb_snapshot_start_time str
    Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
    rdbSnapshotPeriod String
    Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS
    rdbSnapshotStartTime String
    Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.

    GetInstancePscAutoConnection

    ConnectionType string
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    ForwardingRule string
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    IpAddress string
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    Network string
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    Port int
    Output only. Ports of the exposed endpoint.
    ProjectId string
    Output only. The consumer project_id where the forwarding rule is created from.
    PscConnectionId string
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    PscConnectionStatus string
    Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND
    ServiceAttachment string
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    ConnectionType string
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    ForwardingRule string
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    IpAddress string
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    Network string
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    Port int
    Output only. Ports of the exposed endpoint.
    ProjectId string
    Output only. The consumer project_id where the forwarding rule is created from.
    PscConnectionId string
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    PscConnectionStatus string
    Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND
    ServiceAttachment string
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connectionType String
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwardingRule String
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ipAddress String
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network String
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port Integer
    Output only. Ports of the exposed endpoint.
    projectId String
    Output only. The consumer project_id where the forwarding rule is created from.
    pscConnectionId String
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    pscConnectionStatus String
    Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND
    serviceAttachment String
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connectionType string
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwardingRule string
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ipAddress string
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network string
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port number
    Output only. Ports of the exposed endpoint.
    projectId string
    Output only. The consumer project_id where the forwarding rule is created from.
    pscConnectionId string
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    pscConnectionStatus string
    Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND
    serviceAttachment string
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connection_type str
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwarding_rule str
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ip_address str
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network str
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port int
    Output only. Ports of the exposed endpoint.
    project_id str
    Output only. The consumer project_id where the forwarding rule is created from.
    psc_connection_id str
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    psc_connection_status str
    Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND
    service_attachment str
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
    connectionType String
    Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER
    forwardingRule String
    Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
    ipAddress String
    Output only. The IP allocated on the consumer network for the PSC forwarding rule.
    network String
    Output only. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
    port Number
    Output only. Ports of the exposed endpoint.
    projectId String
    Output only. The consumer project_id where the forwarding rule is created from.
    pscConnectionId String
    Output only. The PSC connection id of the forwarding rule connected to the service attachment.
    pscConnectionStatus String
    Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND
    serviceAttachment String
    Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.

    GetInstanceStateInfo

    UpdateInfos List<GetInstanceStateInfoUpdateInfo>
    Represents information about instance with state UPDATING.
    UpdateInfos []GetInstanceStateInfoUpdateInfo
    Represents information about instance with state UPDATING.
    updateInfos List<GetInstanceStateInfoUpdateInfo>
    Represents information about instance with state UPDATING.
    updateInfos GetInstanceStateInfoUpdateInfo[]
    Represents information about instance with state UPDATING.
    update_infos Sequence[GetInstanceStateInfoUpdateInfo]
    Represents information about instance with state UPDATING.
    updateInfos List<Property Map>
    Represents information about instance with state UPDATING.

    GetInstanceStateInfoUpdateInfo

    TargetReplicaCount int
    Output only. Target number of replica nodes per shard for the instance.
    TargetShardCount int
    Output only. Target number of shards for the instance.
    TargetReplicaCount int
    Output only. Target number of replica nodes per shard for the instance.
    TargetShardCount int
    Output only. Target number of shards for the instance.
    targetReplicaCount Integer
    Output only. Target number of replica nodes per shard for the instance.
    targetShardCount Integer
    Output only. Target number of shards for the instance.
    targetReplicaCount number
    Output only. Target number of replica nodes per shard for the instance.
    targetShardCount number
    Output only. Target number of shards for the instance.
    target_replica_count int
    Output only. Target number of replica nodes per shard for the instance.
    target_shard_count int
    Output only. Target number of shards for the instance.
    targetReplicaCount Number
    Output only. Target number of replica nodes per shard for the instance.
    targetShardCount Number
    Output only. Target number of shards for the instance.

    GetInstanceZoneDistributionConfig

    Mode string
    Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]
    Zone string
    Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
    Mode string
    Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]
    Zone string
    Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
    mode String
    Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]
    zone String
    Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
    mode string
    Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]
    zone string
    Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
    mode str
    Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]
    zone str
    Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
    mode String
    Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]
    zone String
    Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.

    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.
    gcp logo
    Google Cloud v8.22.0 published on Thursday, Mar 13, 2025 by Pulumi