Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.redis/v1.getInstance
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Gets the details of a specific Redis 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(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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:redis/v1:getInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - Location string
- Project string
- Instance
Id string - Location string
- Project string
- instance
Id String - location String
- project String
- instance
Id string - location string
- project string
- instance_
id str - location str
- project str
- instance
Id String - location String
- project String
getInstance Result
The following output properties are available:
- Alternative
Location stringId Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- Auth
Enabled bool Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- string
Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the
default
network will be used.- Available
Maintenance List<string>Versions Optional. The available maintenance versions that an instance could update to.
- Connect
Mode string Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- Create
Time string The time the instance was created.
- Current
Location stringId The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- Customer
Managed stringKey Optional. The KMS key reference that the customer provides when trying to create the instance.
- Display
Name string An arbitrary and optional user-provided name for the instance.
- Host string
Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- Labels Dictionary<string, string>
Resource labels to represent user provided metadata
- Location string
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- Maintenance
Policy Pulumi.Google Native. Redis. V1. Outputs. Maintenance Policy Response Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- Maintenance
Schedule Pulumi.Google Native. Redis. V1. Outputs. Maintenance Schedule Response Date and time of upcoming maintenance events which have been scheduled.
- Maintenance
Version string Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- Memory
Size intGb Redis memory size in GiB.
- Name string
Unique name of the resource in this scope including project and location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.- Nodes
List<Pulumi.
Google Native. Redis. V1. Outputs. Node Info Response> Info per node.
- Persistence
Config Pulumi.Google Native. Redis. V1. Outputs. Persistence Config Response Optional. Persistence configuration parameters
- Persistence
Iam stringIdentity Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:". The value may change over time for a given instance so should be checked before each import/export operation.
- Port int
The port number of the exposed Redis endpoint.
- Read
Endpoint string Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- Read
Endpoint intPort The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- Read
Replicas stringMode Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- Redis
Configs Dictionary<string, string> Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- Redis
Version string Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2
for Redis 3.2 compatibility *REDIS_4_0
for Redis 4.0 compatibility (default) *REDIS_5_0
for Redis 5.0 compatibility *REDIS_6_X
for Redis 6.x compatibility- Replica
Count int Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- Reserved
Ip stringRange Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- Satisfies
Pzs bool Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.
- Secondary
Ip stringRange Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- Server
Ca List<Pulumi.Certs Google Native. Redis. V1. Outputs. Tls Certificate Response> List of server CA certificates for the instance.
- State string
The current state of this instance.
- Status
Message string Additional information about the current status of this instance, if available.
- Suspension
Reasons List<string> Optional. reasons that causes instance in "SUSPENDED" state.
- Tier string
The service tier of the instance.
- Transit
Encryption stringMode Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
- Alternative
Location stringId Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- Auth
Enabled bool Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- string
Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the
default
network will be used.- Available
Maintenance []stringVersions Optional. The available maintenance versions that an instance could update to.
- Connect
Mode string Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- Create
Time string The time the instance was created.
- Current
Location stringId The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- Customer
Managed stringKey Optional. The KMS key reference that the customer provides when trying to create the instance.
- Display
Name string An arbitrary and optional user-provided name for the instance.
- Host string
Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- Labels map[string]string
Resource labels to represent user provided metadata
- Location string
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- Maintenance
Policy MaintenancePolicy Response Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- Maintenance
Schedule MaintenanceSchedule Response Date and time of upcoming maintenance events which have been scheduled.
- Maintenance
Version string Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- Memory
Size intGb Redis memory size in GiB.
- Name string
Unique name of the resource in this scope including project and location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.- Nodes
[]Node
Info Response Info per node.
- Persistence
Config PersistenceConfig Response Optional. Persistence configuration parameters
- Persistence
Iam stringIdentity Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:". The value may change over time for a given instance so should be checked before each import/export operation.
- Port int
The port number of the exposed Redis endpoint.
- Read
Endpoint string Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- Read
Endpoint intPort The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- Read
Replicas stringMode Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- Redis
Configs map[string]string Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- Redis
Version string Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2
for Redis 3.2 compatibility *REDIS_4_0
for Redis 4.0 compatibility (default) *REDIS_5_0
for Redis 5.0 compatibility *REDIS_6_X
for Redis 6.x compatibility- Replica
Count int Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- Reserved
Ip stringRange Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- Satisfies
Pzs bool Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.
- Secondary
Ip stringRange Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- Server
Ca []TlsCerts Certificate Response List of server CA certificates for the instance.
- State string
The current state of this instance.
- Status
Message string Additional information about the current status of this instance, if available.
- Suspension
Reasons []string Optional. reasons that causes instance in "SUSPENDED" state.
- Tier string
The service tier of the instance.
- Transit
Encryption stringMode Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
- alternative
Location StringId Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- auth
Enabled Boolean Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- String
Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the
default
network will be used.- available
Maintenance List<String>Versions Optional. The available maintenance versions that an instance could update to.
- connect
Mode String Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- create
Time String The time the instance was created.
- current
Location StringId The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- customer
Managed StringKey Optional. The KMS key reference that the customer provides when trying to create the instance.
- display
Name String An arbitrary and optional user-provided name for the instance.
- host String
Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- labels Map<String,String>
Resource labels to represent user provided metadata
- location String
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- maintenance
Policy MaintenancePolicy Response Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- maintenance
Schedule MaintenanceSchedule Response Date and time of upcoming maintenance events which have been scheduled.
- maintenance
Version String Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- memory
Size IntegerGb Redis memory size in GiB.
- name String
Unique name of the resource in this scope including project and location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.- nodes
List<Node
Info Response> Info per node.
- persistence
Config PersistenceConfig Response Optional. Persistence configuration parameters
- persistence
Iam StringIdentity Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:". The value may change over time for a given instance so should be checked before each import/export operation.
- port Integer
The port number of the exposed Redis endpoint.
- read
Endpoint String Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- read
Endpoint IntegerPort The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- read
Replicas StringMode Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- redis
Configs Map<String,String> Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- redis
Version String Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2
for Redis 3.2 compatibility *REDIS_4_0
for Redis 4.0 compatibility (default) *REDIS_5_0
for Redis 5.0 compatibility *REDIS_6_X
for Redis 6.x compatibility- replica
Count Integer Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- reserved
Ip StringRange Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- satisfies
Pzs Boolean Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.
- secondary
Ip StringRange Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- server
Ca List<TlsCerts Certificate Response> List of server CA certificates for the instance.
- state String
The current state of this instance.
- status
Message String Additional information about the current status of this instance, if available.
- suspension
Reasons List<String> Optional. reasons that causes instance in "SUSPENDED" state.
- tier String
The service tier of the instance.
- transit
Encryption StringMode Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
- alternative
Location stringId Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- auth
Enabled boolean Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- string
Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the
default
network will be used.- available
Maintenance string[]Versions Optional. The available maintenance versions that an instance could update to.
- connect
Mode string Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- create
Time string The time the instance was created.
- current
Location stringId The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- customer
Managed stringKey Optional. The KMS key reference that the customer provides when trying to create the instance.
- display
Name string An arbitrary and optional user-provided name for the instance.
- host string
Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- labels {[key: string]: string}
Resource labels to represent user provided metadata
- location string
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- maintenance
Policy MaintenancePolicy Response Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- maintenance
Schedule MaintenanceSchedule Response Date and time of upcoming maintenance events which have been scheduled.
- maintenance
Version string Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- memory
Size numberGb Redis memory size in GiB.
- name string
Unique name of the resource in this scope including project and location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.- nodes
Node
Info Response[] Info per node.
- persistence
Config PersistenceConfig Response Optional. Persistence configuration parameters
- persistence
Iam stringIdentity Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:". The value may change over time for a given instance so should be checked before each import/export operation.
- port number
The port number of the exposed Redis endpoint.
- read
Endpoint string Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- read
Endpoint numberPort The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- read
Replicas stringMode Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- redis
Configs {[key: string]: string} Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- redis
Version string Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2
for Redis 3.2 compatibility *REDIS_4_0
for Redis 4.0 compatibility (default) *REDIS_5_0
for Redis 5.0 compatibility *REDIS_6_X
for Redis 6.x compatibility- replica
Count number Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- reserved
Ip stringRange Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- satisfies
Pzs boolean Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.
- secondary
Ip stringRange Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- server
Ca TlsCerts Certificate Response[] List of server CA certificates for the instance.
- state string
The current state of this instance.
- status
Message string Additional information about the current status of this instance, if available.
- suspension
Reasons string[] Optional. reasons that causes instance in "SUSPENDED" state.
- tier string
The service tier of the instance.
- transit
Encryption stringMode Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
- alternative_
location_ strid Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- auth_
enabled bool Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- str
Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the
default
network will be used.- available_
maintenance_ Sequence[str]versions Optional. The available maintenance versions that an instance could update to.
- connect_
mode str Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- create_
time str The time the instance was created.
- current_
location_ strid The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- customer_
managed_ strkey Optional. The KMS key reference that the customer provides when trying to create the instance.
- display_
name str An arbitrary and optional user-provided name for the instance.
- host str
Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- labels Mapping[str, str]
Resource labels to represent user provided metadata
- location str
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- maintenance_
policy MaintenancePolicy Response Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- maintenance_
schedule MaintenanceSchedule Response Date and time of upcoming maintenance events which have been scheduled.
- maintenance_
version str Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- memory_
size_ intgb Redis memory size in GiB.
- name str
Unique name of the resource in this scope including project and location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.- nodes
Sequence[Node
Info Response] Info per node.
- persistence_
config PersistenceConfig Response Optional. Persistence configuration parameters
- persistence_
iam_ stridentity Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:". The value may change over time for a given instance so should be checked before each import/export operation.
- port int
The port number of the exposed Redis endpoint.
- read_
endpoint str Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- read_
endpoint_ intport The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- read_
replicas_ strmode Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- redis_
configs Mapping[str, str] Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- redis_
version str Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2
for Redis 3.2 compatibility *REDIS_4_0
for Redis 4.0 compatibility (default) *REDIS_5_0
for Redis 5.0 compatibility *REDIS_6_X
for Redis 6.x compatibility- replica_
count int Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- reserved_
ip_ strrange Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- satisfies_
pzs bool Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.
- secondary_
ip_ strrange Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- server_
ca_ Sequence[Tlscerts Certificate Response] List of server CA certificates for the instance.
- state str
The current state of this instance.
- status_
message str Additional information about the current status of this instance, if available.
- suspension_
reasons Sequence[str] Optional. reasons that causes instance in "SUSPENDED" state.
- tier str
The service tier of the instance.
- transit_
encryption_ strmode Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
- alternative
Location StringId Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- auth
Enabled Boolean Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- String
Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the
default
network will be used.- available
Maintenance List<String>Versions Optional. The available maintenance versions that an instance could update to.
- connect
Mode String Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- create
Time String The time the instance was created.
- current
Location StringId The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- customer
Managed StringKey Optional. The KMS key reference that the customer provides when trying to create the instance.
- display
Name String An arbitrary and optional user-provided name for the instance.
- host String
Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- labels Map<String>
Resource labels to represent user provided metadata
- location String
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- maintenance
Policy Property Map Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- maintenance
Schedule Property Map Date and time of upcoming maintenance events which have been scheduled.
- maintenance
Version String Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- memory
Size NumberGb Redis memory size in GiB.
- name String
Unique name of the resource in this scope including project and location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.- nodes List<Property Map>
Info per node.
- persistence
Config Property Map Optional. Persistence configuration parameters
- persistence
Iam StringIdentity Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:". The value may change over time for a given instance so should be checked before each import/export operation.
- port Number
The port number of the exposed Redis endpoint.
- read
Endpoint String Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- read
Endpoint NumberPort The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- read
Replicas StringMode Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- redis
Configs Map<String> Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- redis
Version String Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2
for Redis 3.2 compatibility *REDIS_4_0
for Redis 4.0 compatibility (default) *REDIS_5_0
for Redis 5.0 compatibility *REDIS_6_X
for Redis 6.x compatibility- replica
Count Number Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- reserved
Ip StringRange Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- satisfies
Pzs Boolean Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.
- secondary
Ip StringRange Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- server
Ca List<Property Map>Certs List of server CA certificates for the instance.
- state String
The current state of this instance.
- status
Message String Additional information about the current status of this instance, if available.
- suspension
Reasons List<String> Optional. reasons that causes instance in "SUSPENDED" state.
- tier String
The service tier of the instance.
- transit
Encryption StringMode Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
Supporting Types
MaintenancePolicyResponse
- Create
Time string The time when the policy was created.
- 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 The time when the policy was last updated.
- Weekly
Maintenance List<Pulumi.Window Google Native. Redis. V1. Inputs. Weekly Maintenance Window Response> Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
- Create
Time string The time when the policy was created.
- 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 The time when the policy was last updated.
- Weekly
Maintenance []WeeklyWindow Maintenance Window Response Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
- create
Time String The time when the policy was created.
- 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 The time when the policy was last updated.
- weekly
Maintenance List<WeeklyWindow Maintenance Window Response> Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
- create
Time string The time when the policy was created.
- 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 The time when the policy was last updated.
- weekly
Maintenance WeeklyWindow Maintenance Window Response[] Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
- create_
time str The time when the policy was created.
- 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 The time when the policy was last updated.
- weekly_
maintenance_ Sequence[Weeklywindow Maintenance Window Response] Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
- create
Time String The time when the policy was created.
- 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 The time when the policy was last updated.
- weekly
Maintenance List<Property Map>Window Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
MaintenanceScheduleResponse
- Can
Reschedule bool If the scheduled maintenance can be rescheduled, default is true.
- End
Time string The end time of any upcoming scheduled maintenance for this instance.
- Schedule
Deadline stringTime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- Start
Time string The start time of any upcoming scheduled maintenance for this instance.
- Can
Reschedule bool If the scheduled maintenance can be rescheduled, default is true.
- End
Time string The end time of any upcoming scheduled maintenance for this instance.
- Schedule
Deadline stringTime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- Start
Time string The start time of any upcoming scheduled maintenance for this instance.
- can
Reschedule Boolean If the scheduled maintenance can be rescheduled, default is true.
- end
Time String The end time of any upcoming scheduled maintenance for this instance.
- schedule
Deadline StringTime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- start
Time String The start time of any upcoming scheduled maintenance for this instance.
- can
Reschedule boolean If the scheduled maintenance can be rescheduled, default is true.
- end
Time string The end time of any upcoming scheduled maintenance for this instance.
- schedule
Deadline stringTime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- start
Time string The start time of any upcoming scheduled maintenance for this instance.
- can_
reschedule bool If the scheduled maintenance can be rescheduled, default is true.
- end_
time str The end time of any upcoming scheduled maintenance for this instance.
- schedule_
deadline_ strtime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- start_
time str The start time of any upcoming scheduled maintenance for this instance.
- can
Reschedule Boolean If the scheduled maintenance can be rescheduled, default is true.
- end
Time String The end time of any upcoming scheduled maintenance for this instance.
- schedule
Deadline StringTime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- start
Time String The start time of any upcoming scheduled maintenance for this instance.
NodeInfoResponse
- Zone string
Location of the node.
- Zone string
Location of the node.
- zone String
Location of the node.
- zone string
Location of the node.
- zone str
Location of the node.
- zone String
Location of the node.
PersistenceConfigResponse
- Persistence
Mode string Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- Rdb
Next stringSnapshot Time The next time that a snapshot attempt is scheduled to occur.
- Rdb
Snapshot stringPeriod Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- Rdb
Snapshot stringStart Time Optional. Date and 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.
- Persistence
Mode string Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- Rdb
Next stringSnapshot Time The next time that a snapshot attempt is scheduled to occur.
- Rdb
Snapshot stringPeriod Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- Rdb
Snapshot stringStart Time Optional. Date and 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.
- persistence
Mode String Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- rdb
Next StringSnapshot Time The next time that a snapshot attempt is scheduled to occur.
- rdb
Snapshot StringPeriod Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- rdb
Snapshot StringStart Time Optional. Date and 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.
- persistence
Mode string Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- rdb
Next stringSnapshot Time The next time that a snapshot attempt is scheduled to occur.
- rdb
Snapshot stringPeriod Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- rdb
Snapshot stringStart Time Optional. Date and 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.
- persistence_
mode str Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- rdb_
next_ strsnapshot_ time The next time that a snapshot attempt is scheduled to occur.
- rdb_
snapshot_ strperiod Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- rdb_
snapshot_ strstart_ time Optional. Date and 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.
- persistence
Mode String Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- rdb
Next StringSnapshot Time The next time that a snapshot attempt is scheduled to occur.
- rdb
Snapshot StringPeriod Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- rdb
Snapshot StringStart Time Optional. Date and 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.
TimeOfDayResponse
- 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.
TlsCertificateResponse
- Cert string
PEM representation.
- Create
Time string The time when the certificate was created in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- Expire
Time string The time when the certificate expires in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- Serial
Number string Serial number, as extracted from the certificate.
- Sha1Fingerprint string
Sha1 Fingerprint of the certificate.
- Cert string
PEM representation.
- Create
Time string The time when the certificate was created in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- Expire
Time string The time when the certificate expires in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- Serial
Number string Serial number, as extracted from the certificate.
- Sha1Fingerprint string
Sha1 Fingerprint of the certificate.
- cert String
PEM representation.
- create
Time String The time when the certificate was created in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- expire
Time String The time when the certificate expires in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- serial
Number String Serial number, as extracted from the certificate.
- sha1Fingerprint String
Sha1 Fingerprint of the certificate.
- cert string
PEM representation.
- create
Time string The time when the certificate was created in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- expire
Time string The time when the certificate expires in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- serial
Number string Serial number, as extracted from the certificate.
- sha1Fingerprint string
Sha1 Fingerprint of the certificate.
- cert str
PEM representation.
- create_
time str The time when the certificate was created in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- expire_
time str The time when the certificate expires in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- serial_
number str Serial number, as extracted from the certificate.
- sha1_
fingerprint str Sha1 Fingerprint of the certificate.
- cert String
PEM representation.
- create
Time String The time when the certificate was created in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- expire
Time String The time when the certificate expires in RFC 3339 format, for example
2020-05-18T00:00:00.094Z
.- serial
Number String Serial number, as extracted from the certificate.
- sha1Fingerprint String
Sha1 Fingerprint of the certificate.
WeeklyMaintenanceWindowResponse
- Day string
The day of week that maintenance updates occur.
- Duration string
Duration of the maintenance window. The current window is fixed at 1 hour.
- Start
Time Pulumi.Google Native. Redis. V1. Inputs. Time Of Day Response Start time of the window in UTC time.
- Day string
The day of week that maintenance updates occur.
- Duration string
Duration of the maintenance window. The current window is fixed at 1 hour.
- Start
Time TimeOf Day Response Start time of the window in UTC time.
- day String
The day of week that maintenance updates occur.
- duration String
Duration of the maintenance window. The current window is fixed at 1 hour.
- start
Time TimeOf Day Response Start time of the window in UTC time.
- day string
The day of week that maintenance updates occur.
- duration string
Duration of the maintenance window. The current window is fixed at 1 hour.
- start
Time TimeOf Day Response Start time of the window in UTC time.
- day str
The day of week that maintenance updates occur.
- duration str
Duration of the maintenance window. The current window is fixed at 1 hour.
- start_
time TimeOf Day Response Start time of the window in UTC time.
- day String
The day of week that maintenance updates occur.
- duration String
Duration of the maintenance window. The current window is fixed at 1 hour.
- start
Time Property Map Start time of the window in UTC time.
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.