v1beta1

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Not set.
	InstanceConnectModeConnectModeUnspecified = InstanceConnectMode("CONNECT_MODE_UNSPECIFIED")
	// Connect via direct peering to the Memorystore for Redis hosted service.
	InstanceConnectModeDirectPeering = InstanceConnectMode("DIRECT_PEERING")
	// Connect your Memorystore for Redis instance using Private Service Access. Private services access provides an IP address range for multiple Google Cloud services, including Memorystore.
	InstanceConnectModePrivateServiceAccess = InstanceConnectMode("PRIVATE_SERVICE_ACCESS")
)
View Source
const (
	// If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.
	InstanceReadReplicasModeReadReplicasModeUnspecified = InstanceReadReplicasMode("READ_REPLICAS_MODE_UNSPECIFIED")
	// If disabled, read endpoint will not be provided and the instance cannot scale up or down the number of replicas.
	InstanceReadReplicasModeReadReplicasDisabled = InstanceReadReplicasMode("READ_REPLICAS_DISABLED")
	// If enabled, read endpoint will be provided and the instance can scale up and down the number of replicas. Not valid for basic tier.
	InstanceReadReplicasModeReadReplicasEnabled = InstanceReadReplicasMode("READ_REPLICAS_ENABLED")
)
View Source
const (
	// Not set.
	InstanceTierTierUnspecified = InstanceTier("TIER_UNSPECIFIED")
	// BASIC tier: standalone instance
	InstanceTierBasic = InstanceTier("BASIC")
	// STANDARD_HA tier: highly available primary/replica instances
	InstanceTierStandardHa = InstanceTier("STANDARD_HA")
)
View Source
const (
	// Not set.
	InstanceTransitEncryptionModeTransitEncryptionModeUnspecified = InstanceTransitEncryptionMode("TRANSIT_ENCRYPTION_MODE_UNSPECIFIED")
	// Client to Server traffic encryption enabled with server authentication.
	InstanceTransitEncryptionModeServerAuthentication = InstanceTransitEncryptionMode("SERVER_AUTHENTICATION")
	// TLS is disabled for the instance.
	InstanceTransitEncryptionModeDisabled = InstanceTransitEncryptionMode("DISABLED")
)
View Source
const (
	// Not set.
	PersistenceConfigPersistenceModePersistenceModeUnspecified = PersistenceConfigPersistenceMode("PERSISTENCE_MODE_UNSPECIFIED")
	// Persistence is disabled for the instance, and any existing snapshots are deleted.
	PersistenceConfigPersistenceModeDisabled = PersistenceConfigPersistenceMode("DISABLED")
	// RDB based Persistence is enabled.
	PersistenceConfigPersistenceModeRdb = PersistenceConfigPersistenceMode("RDB")
)
View Source
const (
	// Not set.
	PersistenceConfigRdbSnapshotPeriodSnapshotPeriodUnspecified = PersistenceConfigRdbSnapshotPeriod("SNAPSHOT_PERIOD_UNSPECIFIED")
	// Snapshot every 1 hour.
	PersistenceConfigRdbSnapshotPeriodOneHour = PersistenceConfigRdbSnapshotPeriod("ONE_HOUR")
	// Snapshot every 6 hours.
	PersistenceConfigRdbSnapshotPeriodSixHours = PersistenceConfigRdbSnapshotPeriod("SIX_HOURS")
	// Snapshot every 12 hours.
	PersistenceConfigRdbSnapshotPeriodTwelveHours = PersistenceConfigRdbSnapshotPeriod("TWELVE_HOURS")
	// Snapshot every 24 horus.
	PersistenceConfigRdbSnapshotPeriodTwentyFourHours = PersistenceConfigRdbSnapshotPeriod("TWENTY_FOUR_HOURS")
)
View Source
const (
	// The day of the week is unspecified.
	WeeklyMaintenanceWindowDayDayOfWeekUnspecified = WeeklyMaintenanceWindowDay("DAY_OF_WEEK_UNSPECIFIED")
	// Monday
	WeeklyMaintenanceWindowDayMonday = WeeklyMaintenanceWindowDay("MONDAY")
	// Tuesday
	WeeklyMaintenanceWindowDayTuesday = WeeklyMaintenanceWindowDay("TUESDAY")
	// Wednesday
	WeeklyMaintenanceWindowDayWednesday = WeeklyMaintenanceWindowDay("WEDNESDAY")
	// Thursday
	WeeklyMaintenanceWindowDayThursday = WeeklyMaintenanceWindowDay("THURSDAY")
	// Friday
	WeeklyMaintenanceWindowDayFriday = WeeklyMaintenanceWindowDay("FRIDAY")
	// Saturday
	WeeklyMaintenanceWindowDaySaturday = WeeklyMaintenanceWindowDay("SATURDAY")
	// Sunday
	WeeklyMaintenanceWindowDaySunday = WeeklyMaintenanceWindowDay("SUNDAY")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	pulumi.CustomResourceState

	// 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.
	AlternativeLocationId pulumi.StringOutput `pulumi:"alternativeLocationId"`
	// 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.
	AuthEnabled pulumi.BoolOutput `pulumi:"authEnabled"`
	// Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
	AuthorizedNetwork pulumi.StringOutput `pulumi:"authorizedNetwork"`
	// Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
	ConnectMode pulumi.StringOutput `pulumi:"connectMode"`
	// The time the instance was created.
	CreateTime pulumi.StringOutput `pulumi:"createTime"`
	// 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.
	CurrentLocationId pulumi.StringOutput `pulumi:"currentLocationId"`
	// An arbitrary and optional user-provided name for the instance.
	DisplayName pulumi.StringOutput `pulumi:"displayName"`
	// Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
	Host pulumi.StringOutput `pulumi:"host"`
	// Resource labels to represent user provided metadata
	Labels pulumi.StringMapOutput `pulumi:"labels"`
	// 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.
	Location pulumi.StringOutput `pulumi:"location"`
	// Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
	MaintenancePolicy MaintenancePolicyResponseOutput `pulumi:"maintenancePolicy"`
	// Date and time of upcoming maintenance events which have been scheduled.
	MaintenanceSchedule MaintenanceScheduleResponseOutput `pulumi:"maintenanceSchedule"`
	// Redis memory size in GiB.
	MemorySizeGb pulumi.IntOutput `pulumi:"memorySizeGb"`
	// 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.
	Name pulumi.StringOutput `pulumi:"name"`
	// Info per node.
	Nodes NodeInfoResponseArrayOutput `pulumi:"nodes"`
	// Optional. Persistence configuration parameters
	PersistenceConfig PersistenceConfigResponseOutput `pulumi:"persistenceConfig"`
	// 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.
	PersistenceIamIdentity pulumi.StringOutput `pulumi:"persistenceIamIdentity"`
	// The port number of the exposed Redis endpoint.
	Port pulumi.IntOutput `pulumi:"port"`
	// 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'.
	ReadEndpoint pulumi.StringOutput `pulumi:"readEndpoint"`
	// The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
	ReadEndpointPort pulumi.IntOutput `pulumi:"readEndpointPort"`
	// Optional. Read replica mode. Can only be specified when trying to create the instance.
	ReadReplicasMode pulumi.StringOutput `pulumi:"readReplicasMode"`
	// 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
	RedisConfigs pulumi.StringMapOutput `pulumi:"redisConfigs"`
	// 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
	RedisVersion pulumi.StringOutput `pulumi:"redisVersion"`
	// 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.
	ReplicaCount pulumi.IntOutput `pulumi:"replicaCount"`
	// 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.
	ReservedIpRange pulumi.StringOutput `pulumi:"reservedIpRange"`
	// List of server CA certificates for the instance.
	ServerCaCerts TlsCertificateResponseArrayOutput `pulumi:"serverCaCerts"`
	// The current state of this instance.
	State pulumi.StringOutput `pulumi:"state"`
	// Additional information about the current status of this instance, if available.
	StatusMessage pulumi.StringOutput `pulumi:"statusMessage"`
	// The service tier of the instance.
	Tier pulumi.StringOutput `pulumi:"tier"`
	// Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
	TransitEncryptionMode pulumi.StringOutput `pulumi:"transitEncryptionMode"`
}

Creates a Redis instance based on the specified tier and memory size. By default, the instance is accessible from the project's [default network](https://cloud.google.com/vpc/docs/vpc). The creation is executed asynchronously and callers may check the returned operation to track its progress. Once the operation is completed the Redis instance will be fully functional. The completed longrunning.Operation will contain the new instance object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.

func GetInstance

func GetInstance(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *InstanceState, opts ...pulumi.ResourceOption) (*Instance, error)

GetInstance gets an existing Instance resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewInstance

func NewInstance(ctx *pulumi.Context,
	name string, args *InstanceArgs, opts ...pulumi.ResourceOption) (*Instance, error)

NewInstance registers a new resource with the given unique name, arguments, and options.

func (*Instance) ElementType

func (*Instance) ElementType() reflect.Type

func (*Instance) ToInstanceOutput

func (i *Instance) ToInstanceOutput() InstanceOutput

func (*Instance) ToInstanceOutputWithContext

func (i *Instance) ToInstanceOutputWithContext(ctx context.Context) InstanceOutput

type InstanceArgs

type InstanceArgs struct {
	// 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.
	AlternativeLocationId pulumi.StringPtrInput
	// 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.
	AuthEnabled pulumi.BoolPtrInput
	// Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
	AuthorizedNetwork pulumi.StringPtrInput
	// Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
	ConnectMode InstanceConnectModePtrInput
	// An arbitrary and optional user-provided name for the instance.
	DisplayName pulumi.StringPtrInput
	InstanceId  pulumi.StringInput
	// Resource labels to represent user provided metadata
	Labels pulumi.StringMapInput
	// 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.
	Location pulumi.StringPtrInput
	// Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
	MaintenancePolicy MaintenancePolicyPtrInput
	// Redis memory size in GiB.
	MemorySizeGb pulumi.IntInput
	// 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.
	Name pulumi.StringPtrInput
	// Optional. Persistence configuration parameters
	PersistenceConfig PersistenceConfigPtrInput
	Project           pulumi.StringPtrInput
	// Optional. Read replica mode. Can only be specified when trying to create the instance.
	ReadReplicasMode InstanceReadReplicasModePtrInput
	// 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
	RedisConfigs pulumi.StringMapInput
	// 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
	RedisVersion pulumi.StringPtrInput
	// 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.
	ReplicaCount pulumi.IntPtrInput
	// 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.
	ReservedIpRange pulumi.StringPtrInput
	// The service tier of the instance.
	Tier InstanceTierInput
	// Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
	TransitEncryptionMode InstanceTransitEncryptionModePtrInput
}

The set of arguments for constructing a Instance resource.

func (InstanceArgs) ElementType

func (InstanceArgs) ElementType() reflect.Type

type InstanceConnectMode added in v0.4.0

type InstanceConnectMode string

Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.

func (InstanceConnectMode) ElementType added in v0.4.0

func (InstanceConnectMode) ElementType() reflect.Type

func (InstanceConnectMode) ToInstanceConnectModeOutput added in v0.6.0

func (e InstanceConnectMode) ToInstanceConnectModeOutput() InstanceConnectModeOutput

func (InstanceConnectMode) ToInstanceConnectModeOutputWithContext added in v0.6.0

func (e InstanceConnectMode) ToInstanceConnectModeOutputWithContext(ctx context.Context) InstanceConnectModeOutput

func (InstanceConnectMode) ToInstanceConnectModePtrOutput added in v0.6.0

func (e InstanceConnectMode) ToInstanceConnectModePtrOutput() InstanceConnectModePtrOutput

func (InstanceConnectMode) ToInstanceConnectModePtrOutputWithContext added in v0.6.0

func (e InstanceConnectMode) ToInstanceConnectModePtrOutputWithContext(ctx context.Context) InstanceConnectModePtrOutput

func (InstanceConnectMode) ToStringOutput added in v0.4.0

func (e InstanceConnectMode) ToStringOutput() pulumi.StringOutput

func (InstanceConnectMode) ToStringOutputWithContext added in v0.4.0

func (e InstanceConnectMode) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceConnectMode) ToStringPtrOutput added in v0.4.0

func (e InstanceConnectMode) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceConnectMode) ToStringPtrOutputWithContext added in v0.4.0

func (e InstanceConnectMode) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceConnectModeInput added in v0.6.0

type InstanceConnectModeInput interface {
	pulumi.Input

	ToInstanceConnectModeOutput() InstanceConnectModeOutput
	ToInstanceConnectModeOutputWithContext(context.Context) InstanceConnectModeOutput
}

InstanceConnectModeInput is an input type that accepts InstanceConnectModeArgs and InstanceConnectModeOutput values. You can construct a concrete instance of `InstanceConnectModeInput` via:

InstanceConnectModeArgs{...}

type InstanceConnectModeOutput added in v0.6.0

type InstanceConnectModeOutput struct{ *pulumi.OutputState }

func (InstanceConnectModeOutput) ElementType added in v0.6.0

func (InstanceConnectModeOutput) ElementType() reflect.Type

func (InstanceConnectModeOutput) ToInstanceConnectModeOutput added in v0.6.0

func (o InstanceConnectModeOutput) ToInstanceConnectModeOutput() InstanceConnectModeOutput

func (InstanceConnectModeOutput) ToInstanceConnectModeOutputWithContext added in v0.6.0

func (o InstanceConnectModeOutput) ToInstanceConnectModeOutputWithContext(ctx context.Context) InstanceConnectModeOutput

func (InstanceConnectModeOutput) ToInstanceConnectModePtrOutput added in v0.6.0

func (o InstanceConnectModeOutput) ToInstanceConnectModePtrOutput() InstanceConnectModePtrOutput

func (InstanceConnectModeOutput) ToInstanceConnectModePtrOutputWithContext added in v0.6.0

func (o InstanceConnectModeOutput) ToInstanceConnectModePtrOutputWithContext(ctx context.Context) InstanceConnectModePtrOutput

func (InstanceConnectModeOutput) ToStringOutput added in v0.6.0

func (o InstanceConnectModeOutput) ToStringOutput() pulumi.StringOutput

func (InstanceConnectModeOutput) ToStringOutputWithContext added in v0.6.0

func (o InstanceConnectModeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceConnectModeOutput) ToStringPtrOutput added in v0.6.0

func (o InstanceConnectModeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceConnectModeOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o InstanceConnectModeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceConnectModePtrInput added in v0.6.0

type InstanceConnectModePtrInput interface {
	pulumi.Input

	ToInstanceConnectModePtrOutput() InstanceConnectModePtrOutput
	ToInstanceConnectModePtrOutputWithContext(context.Context) InstanceConnectModePtrOutput
}

func InstanceConnectModePtr added in v0.6.0

func InstanceConnectModePtr(v string) InstanceConnectModePtrInput

type InstanceConnectModePtrOutput added in v0.6.0

type InstanceConnectModePtrOutput struct{ *pulumi.OutputState }

func (InstanceConnectModePtrOutput) Elem added in v0.6.0

func (InstanceConnectModePtrOutput) ElementType added in v0.6.0

func (InstanceConnectModePtrOutput) ToInstanceConnectModePtrOutput added in v0.6.0

func (o InstanceConnectModePtrOutput) ToInstanceConnectModePtrOutput() InstanceConnectModePtrOutput

func (InstanceConnectModePtrOutput) ToInstanceConnectModePtrOutputWithContext added in v0.6.0

func (o InstanceConnectModePtrOutput) ToInstanceConnectModePtrOutputWithContext(ctx context.Context) InstanceConnectModePtrOutput

func (InstanceConnectModePtrOutput) ToStringPtrOutput added in v0.6.0

func (o InstanceConnectModePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceConnectModePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o InstanceConnectModePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceInput

type InstanceInput interface {
	pulumi.Input

	ToInstanceOutput() InstanceOutput
	ToInstanceOutputWithContext(ctx context.Context) InstanceOutput
}

type InstanceOutput

type InstanceOutput struct{ *pulumi.OutputState }

func (InstanceOutput) ElementType

func (InstanceOutput) ElementType() reflect.Type

func (InstanceOutput) ToInstanceOutput

func (o InstanceOutput) ToInstanceOutput() InstanceOutput

func (InstanceOutput) ToInstanceOutputWithContext

func (o InstanceOutput) ToInstanceOutputWithContext(ctx context.Context) InstanceOutput

type InstanceReadReplicasMode added in v0.9.0

type InstanceReadReplicasMode string

Optional. Read replica mode. Can only be specified when trying to create the instance.

func (InstanceReadReplicasMode) ElementType added in v0.9.0

func (InstanceReadReplicasMode) ElementType() reflect.Type

func (InstanceReadReplicasMode) ToInstanceReadReplicasModeOutput added in v0.9.0

func (e InstanceReadReplicasMode) ToInstanceReadReplicasModeOutput() InstanceReadReplicasModeOutput

func (InstanceReadReplicasMode) ToInstanceReadReplicasModeOutputWithContext added in v0.9.0

func (e InstanceReadReplicasMode) ToInstanceReadReplicasModeOutputWithContext(ctx context.Context) InstanceReadReplicasModeOutput

func (InstanceReadReplicasMode) ToInstanceReadReplicasModePtrOutput added in v0.9.0

func (e InstanceReadReplicasMode) ToInstanceReadReplicasModePtrOutput() InstanceReadReplicasModePtrOutput

func (InstanceReadReplicasMode) ToInstanceReadReplicasModePtrOutputWithContext added in v0.9.0

func (e InstanceReadReplicasMode) ToInstanceReadReplicasModePtrOutputWithContext(ctx context.Context) InstanceReadReplicasModePtrOutput

func (InstanceReadReplicasMode) ToStringOutput added in v0.9.0

func (e InstanceReadReplicasMode) ToStringOutput() pulumi.StringOutput

func (InstanceReadReplicasMode) ToStringOutputWithContext added in v0.9.0

func (e InstanceReadReplicasMode) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceReadReplicasMode) ToStringPtrOutput added in v0.9.0

func (e InstanceReadReplicasMode) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceReadReplicasMode) ToStringPtrOutputWithContext added in v0.9.0

func (e InstanceReadReplicasMode) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceReadReplicasModeInput added in v0.9.0

type InstanceReadReplicasModeInput interface {
	pulumi.Input

	ToInstanceReadReplicasModeOutput() InstanceReadReplicasModeOutput
	ToInstanceReadReplicasModeOutputWithContext(context.Context) InstanceReadReplicasModeOutput
}

InstanceReadReplicasModeInput is an input type that accepts InstanceReadReplicasModeArgs and InstanceReadReplicasModeOutput values. You can construct a concrete instance of `InstanceReadReplicasModeInput` via:

InstanceReadReplicasModeArgs{...}

type InstanceReadReplicasModeOutput added in v0.9.0

type InstanceReadReplicasModeOutput struct{ *pulumi.OutputState }

func (InstanceReadReplicasModeOutput) ElementType added in v0.9.0

func (InstanceReadReplicasModeOutput) ToInstanceReadReplicasModeOutput added in v0.9.0

func (o InstanceReadReplicasModeOutput) ToInstanceReadReplicasModeOutput() InstanceReadReplicasModeOutput

func (InstanceReadReplicasModeOutput) ToInstanceReadReplicasModeOutputWithContext added in v0.9.0

func (o InstanceReadReplicasModeOutput) ToInstanceReadReplicasModeOutputWithContext(ctx context.Context) InstanceReadReplicasModeOutput

func (InstanceReadReplicasModeOutput) ToInstanceReadReplicasModePtrOutput added in v0.9.0

func (o InstanceReadReplicasModeOutput) ToInstanceReadReplicasModePtrOutput() InstanceReadReplicasModePtrOutput

func (InstanceReadReplicasModeOutput) ToInstanceReadReplicasModePtrOutputWithContext added in v0.9.0

func (o InstanceReadReplicasModeOutput) ToInstanceReadReplicasModePtrOutputWithContext(ctx context.Context) InstanceReadReplicasModePtrOutput

func (InstanceReadReplicasModeOutput) ToStringOutput added in v0.9.0

func (InstanceReadReplicasModeOutput) ToStringOutputWithContext added in v0.9.0

func (o InstanceReadReplicasModeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceReadReplicasModeOutput) ToStringPtrOutput added in v0.9.0

func (InstanceReadReplicasModeOutput) ToStringPtrOutputWithContext added in v0.9.0

func (o InstanceReadReplicasModeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceReadReplicasModePtrInput added in v0.9.0

type InstanceReadReplicasModePtrInput interface {
	pulumi.Input

	ToInstanceReadReplicasModePtrOutput() InstanceReadReplicasModePtrOutput
	ToInstanceReadReplicasModePtrOutputWithContext(context.Context) InstanceReadReplicasModePtrOutput
}

func InstanceReadReplicasModePtr added in v0.9.0

func InstanceReadReplicasModePtr(v string) InstanceReadReplicasModePtrInput

type InstanceReadReplicasModePtrOutput added in v0.9.0

type InstanceReadReplicasModePtrOutput struct{ *pulumi.OutputState }

func (InstanceReadReplicasModePtrOutput) Elem added in v0.9.0

func (InstanceReadReplicasModePtrOutput) ElementType added in v0.9.0

func (InstanceReadReplicasModePtrOutput) ToInstanceReadReplicasModePtrOutput added in v0.9.0

func (o InstanceReadReplicasModePtrOutput) ToInstanceReadReplicasModePtrOutput() InstanceReadReplicasModePtrOutput

func (InstanceReadReplicasModePtrOutput) ToInstanceReadReplicasModePtrOutputWithContext added in v0.9.0

func (o InstanceReadReplicasModePtrOutput) ToInstanceReadReplicasModePtrOutputWithContext(ctx context.Context) InstanceReadReplicasModePtrOutput

func (InstanceReadReplicasModePtrOutput) ToStringPtrOutput added in v0.9.0

func (InstanceReadReplicasModePtrOutput) ToStringPtrOutputWithContext added in v0.9.0

func (o InstanceReadReplicasModePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceState

type InstanceState struct {
}

func (InstanceState) ElementType

func (InstanceState) ElementType() reflect.Type

type InstanceTier added in v0.4.0

type InstanceTier string

Required. The service tier of the instance.

func (InstanceTier) ElementType added in v0.4.0

func (InstanceTier) ElementType() reflect.Type

func (InstanceTier) ToInstanceTierOutput added in v0.6.0

func (e InstanceTier) ToInstanceTierOutput() InstanceTierOutput

func (InstanceTier) ToInstanceTierOutputWithContext added in v0.6.0

func (e InstanceTier) ToInstanceTierOutputWithContext(ctx context.Context) InstanceTierOutput

func (InstanceTier) ToInstanceTierPtrOutput added in v0.6.0

func (e InstanceTier) ToInstanceTierPtrOutput() InstanceTierPtrOutput

func (InstanceTier) ToInstanceTierPtrOutputWithContext added in v0.6.0

func (e InstanceTier) ToInstanceTierPtrOutputWithContext(ctx context.Context) InstanceTierPtrOutput

func (InstanceTier) ToStringOutput added in v0.4.0

func (e InstanceTier) ToStringOutput() pulumi.StringOutput

func (InstanceTier) ToStringOutputWithContext added in v0.4.0

func (e InstanceTier) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceTier) ToStringPtrOutput added in v0.4.0

func (e InstanceTier) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceTier) ToStringPtrOutputWithContext added in v0.4.0

func (e InstanceTier) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceTierInput added in v0.6.0

type InstanceTierInput interface {
	pulumi.Input

	ToInstanceTierOutput() InstanceTierOutput
	ToInstanceTierOutputWithContext(context.Context) InstanceTierOutput
}

InstanceTierInput is an input type that accepts InstanceTierArgs and InstanceTierOutput values. You can construct a concrete instance of `InstanceTierInput` via:

InstanceTierArgs{...}

type InstanceTierOutput added in v0.6.0

type InstanceTierOutput struct{ *pulumi.OutputState }

func (InstanceTierOutput) ElementType added in v0.6.0

func (InstanceTierOutput) ElementType() reflect.Type

func (InstanceTierOutput) ToInstanceTierOutput added in v0.6.0

func (o InstanceTierOutput) ToInstanceTierOutput() InstanceTierOutput

func (InstanceTierOutput) ToInstanceTierOutputWithContext added in v0.6.0

func (o InstanceTierOutput) ToInstanceTierOutputWithContext(ctx context.Context) InstanceTierOutput

func (InstanceTierOutput) ToInstanceTierPtrOutput added in v0.6.0

func (o InstanceTierOutput) ToInstanceTierPtrOutput() InstanceTierPtrOutput

func (InstanceTierOutput) ToInstanceTierPtrOutputWithContext added in v0.6.0

func (o InstanceTierOutput) ToInstanceTierPtrOutputWithContext(ctx context.Context) InstanceTierPtrOutput

func (InstanceTierOutput) ToStringOutput added in v0.6.0

func (o InstanceTierOutput) ToStringOutput() pulumi.StringOutput

func (InstanceTierOutput) ToStringOutputWithContext added in v0.6.0

func (o InstanceTierOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceTierOutput) ToStringPtrOutput added in v0.6.0

func (o InstanceTierOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceTierOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o InstanceTierOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceTierPtrInput added in v0.6.0

type InstanceTierPtrInput interface {
	pulumi.Input

	ToInstanceTierPtrOutput() InstanceTierPtrOutput
	ToInstanceTierPtrOutputWithContext(context.Context) InstanceTierPtrOutput
}

func InstanceTierPtr added in v0.6.0

func InstanceTierPtr(v string) InstanceTierPtrInput

type InstanceTierPtrOutput added in v0.6.0

type InstanceTierPtrOutput struct{ *pulumi.OutputState }

func (InstanceTierPtrOutput) Elem added in v0.6.0

func (InstanceTierPtrOutput) ElementType added in v0.6.0

func (InstanceTierPtrOutput) ElementType() reflect.Type

func (InstanceTierPtrOutput) ToInstanceTierPtrOutput added in v0.6.0

func (o InstanceTierPtrOutput) ToInstanceTierPtrOutput() InstanceTierPtrOutput

func (InstanceTierPtrOutput) ToInstanceTierPtrOutputWithContext added in v0.6.0

func (o InstanceTierPtrOutput) ToInstanceTierPtrOutputWithContext(ctx context.Context) InstanceTierPtrOutput

func (InstanceTierPtrOutput) ToStringPtrOutput added in v0.6.0

func (o InstanceTierPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (InstanceTierPtrOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o InstanceTierPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceTransitEncryptionMode added in v0.4.0

type InstanceTransitEncryptionMode string

Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.

func (InstanceTransitEncryptionMode) ElementType added in v0.4.0

func (InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModeOutput added in v0.6.0

func (e InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModeOutput() InstanceTransitEncryptionModeOutput

func (InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModeOutputWithContext added in v0.6.0

func (e InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModeOutputWithContext(ctx context.Context) InstanceTransitEncryptionModeOutput

func (InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModePtrOutput added in v0.6.0

func (e InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModePtrOutput() InstanceTransitEncryptionModePtrOutput

func (InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModePtrOutputWithContext added in v0.6.0

func (e InstanceTransitEncryptionMode) ToInstanceTransitEncryptionModePtrOutputWithContext(ctx context.Context) InstanceTransitEncryptionModePtrOutput

func (InstanceTransitEncryptionMode) ToStringOutput added in v0.4.0

func (InstanceTransitEncryptionMode) ToStringOutputWithContext added in v0.4.0

func (e InstanceTransitEncryptionMode) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceTransitEncryptionMode) ToStringPtrOutput added in v0.4.0

func (InstanceTransitEncryptionMode) ToStringPtrOutputWithContext added in v0.4.0

func (e InstanceTransitEncryptionMode) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceTransitEncryptionModeInput added in v0.6.0

type InstanceTransitEncryptionModeInput interface {
	pulumi.Input

	ToInstanceTransitEncryptionModeOutput() InstanceTransitEncryptionModeOutput
	ToInstanceTransitEncryptionModeOutputWithContext(context.Context) InstanceTransitEncryptionModeOutput
}

InstanceTransitEncryptionModeInput is an input type that accepts InstanceTransitEncryptionModeArgs and InstanceTransitEncryptionModeOutput values. You can construct a concrete instance of `InstanceTransitEncryptionModeInput` via:

InstanceTransitEncryptionModeArgs{...}

type InstanceTransitEncryptionModeOutput added in v0.6.0

type InstanceTransitEncryptionModeOutput struct{ *pulumi.OutputState }

func (InstanceTransitEncryptionModeOutput) ElementType added in v0.6.0

func (InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModeOutput added in v0.6.0

func (o InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModeOutput() InstanceTransitEncryptionModeOutput

func (InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModeOutputWithContext added in v0.6.0

func (o InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModeOutputWithContext(ctx context.Context) InstanceTransitEncryptionModeOutput

func (InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModePtrOutput added in v0.6.0

func (o InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModePtrOutput() InstanceTransitEncryptionModePtrOutput

func (InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModePtrOutputWithContext added in v0.6.0

func (o InstanceTransitEncryptionModeOutput) ToInstanceTransitEncryptionModePtrOutputWithContext(ctx context.Context) InstanceTransitEncryptionModePtrOutput

func (InstanceTransitEncryptionModeOutput) ToStringOutput added in v0.6.0

func (InstanceTransitEncryptionModeOutput) ToStringOutputWithContext added in v0.6.0

func (o InstanceTransitEncryptionModeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (InstanceTransitEncryptionModeOutput) ToStringPtrOutput added in v0.6.0

func (InstanceTransitEncryptionModeOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o InstanceTransitEncryptionModeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type InstanceTransitEncryptionModePtrInput added in v0.6.0

type InstanceTransitEncryptionModePtrInput interface {
	pulumi.Input

	ToInstanceTransitEncryptionModePtrOutput() InstanceTransitEncryptionModePtrOutput
	ToInstanceTransitEncryptionModePtrOutputWithContext(context.Context) InstanceTransitEncryptionModePtrOutput
}

func InstanceTransitEncryptionModePtr added in v0.6.0

func InstanceTransitEncryptionModePtr(v string) InstanceTransitEncryptionModePtrInput

type InstanceTransitEncryptionModePtrOutput added in v0.6.0

type InstanceTransitEncryptionModePtrOutput struct{ *pulumi.OutputState }

func (InstanceTransitEncryptionModePtrOutput) Elem added in v0.6.0

func (InstanceTransitEncryptionModePtrOutput) ElementType added in v0.6.0

func (InstanceTransitEncryptionModePtrOutput) ToInstanceTransitEncryptionModePtrOutput added in v0.6.0

func (o InstanceTransitEncryptionModePtrOutput) ToInstanceTransitEncryptionModePtrOutput() InstanceTransitEncryptionModePtrOutput

func (InstanceTransitEncryptionModePtrOutput) ToInstanceTransitEncryptionModePtrOutputWithContext added in v0.6.0

func (o InstanceTransitEncryptionModePtrOutput) ToInstanceTransitEncryptionModePtrOutputWithContext(ctx context.Context) InstanceTransitEncryptionModePtrOutput

func (InstanceTransitEncryptionModePtrOutput) ToStringPtrOutput added in v0.6.0

func (InstanceTransitEncryptionModePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o InstanceTransitEncryptionModePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LookupInstanceArgs added in v0.4.0

type LookupInstanceArgs struct {
	InstanceId string  `pulumi:"instanceId"`
	Location   string  `pulumi:"location"`
	Project    *string `pulumi:"project"`
}

type LookupInstanceOutputArgs added in v0.8.0

type LookupInstanceOutputArgs struct {
	InstanceId pulumi.StringInput    `pulumi:"instanceId"`
	Location   pulumi.StringInput    `pulumi:"location"`
	Project    pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupInstanceOutputArgs) ElementType added in v0.8.0

func (LookupInstanceOutputArgs) ElementType() reflect.Type

type LookupInstanceResult added in v0.4.0

type LookupInstanceResult struct {
	// 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.
	AlternativeLocationId string `pulumi:"alternativeLocationId"`
	// 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.
	AuthEnabled bool `pulumi:"authEnabled"`
	// Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
	AuthorizedNetwork string `pulumi:"authorizedNetwork"`
	// Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
	ConnectMode string `pulumi:"connectMode"`
	// The time the instance was created.
	CreateTime string `pulumi:"createTime"`
	// 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.
	CurrentLocationId string `pulumi:"currentLocationId"`
	// An arbitrary and optional user-provided name for the instance.
	DisplayName string `pulumi:"displayName"`
	// Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
	Host string `pulumi:"host"`
	// Resource labels to represent user provided metadata
	Labels map[string]string `pulumi:"labels"`
	// 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.
	Location string `pulumi:"location"`
	// Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
	MaintenancePolicy MaintenancePolicyResponse `pulumi:"maintenancePolicy"`
	// Date and time of upcoming maintenance events which have been scheduled.
	MaintenanceSchedule MaintenanceScheduleResponse `pulumi:"maintenanceSchedule"`
	// Redis memory size in GiB.
	MemorySizeGb int `pulumi:"memorySizeGb"`
	// 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.
	Name string `pulumi:"name"`
	// Info per node.
	Nodes []NodeInfoResponse `pulumi:"nodes"`
	// Optional. Persistence configuration parameters
	PersistenceConfig PersistenceConfigResponse `pulumi:"persistenceConfig"`
	// 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.
	PersistenceIamIdentity string `pulumi:"persistenceIamIdentity"`
	// The port number of the exposed Redis endpoint.
	Port int `pulumi:"port"`
	// 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'.
	ReadEndpoint string `pulumi:"readEndpoint"`
	// The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
	ReadEndpointPort int `pulumi:"readEndpointPort"`
	// Optional. Read replica mode. Can only be specified when trying to create the instance.
	ReadReplicasMode string `pulumi:"readReplicasMode"`
	// 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
	RedisConfigs map[string]string `pulumi:"redisConfigs"`
	// 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
	RedisVersion string `pulumi:"redisVersion"`
	// 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.
	ReplicaCount int `pulumi:"replicaCount"`
	// 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.
	ReservedIpRange string `pulumi:"reservedIpRange"`
	// List of server CA certificates for the instance.
	ServerCaCerts []TlsCertificateResponse `pulumi:"serverCaCerts"`
	// The current state of this instance.
	State string `pulumi:"state"`
	// Additional information about the current status of this instance, if available.
	StatusMessage string `pulumi:"statusMessage"`
	// The service tier of the instance.
	Tier string `pulumi:"tier"`
	// Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
	TransitEncryptionMode string `pulumi:"transitEncryptionMode"`
}

func LookupInstance added in v0.4.0

func LookupInstance(ctx *pulumi.Context, args *LookupInstanceArgs, opts ...pulumi.InvokeOption) (*LookupInstanceResult, error)

Gets the details of a specific Redis instance.

type LookupInstanceResultOutput added in v0.8.0

type LookupInstanceResultOutput struct{ *pulumi.OutputState }

func LookupInstanceOutput added in v0.8.0

func LookupInstanceOutput(ctx *pulumi.Context, args LookupInstanceOutputArgs, opts ...pulumi.InvokeOption) LookupInstanceResultOutput

func (LookupInstanceResultOutput) AlternativeLocationId added in v0.8.0

func (o LookupInstanceResultOutput) AlternativeLocationId() pulumi.StringOutput

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.

func (LookupInstanceResultOutput) AuthEnabled added in v0.8.0

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.

func (LookupInstanceResultOutput) AuthorizedNetwork added in v0.8.0

func (o LookupInstanceResultOutput) AuthorizedNetwork() pulumi.StringOutput

Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.

func (LookupInstanceResultOutput) ConnectMode added in v0.8.0

Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.

func (LookupInstanceResultOutput) CreateTime added in v0.8.0

The time the instance was created.

func (LookupInstanceResultOutput) CurrentLocationId added in v0.8.0

func (o LookupInstanceResultOutput) CurrentLocationId() pulumi.StringOutput

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.

func (LookupInstanceResultOutput) DisplayName added in v0.8.0

An arbitrary and optional user-provided name for the instance.

func (LookupInstanceResultOutput) ElementType added in v0.8.0

func (LookupInstanceResultOutput) ElementType() reflect.Type

func (LookupInstanceResultOutput) Host added in v0.8.0

Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.

func (LookupInstanceResultOutput) Labels added in v0.8.0

Resource labels to represent user provided metadata

func (LookupInstanceResultOutput) Location added in v0.8.0

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.

func (LookupInstanceResultOutput) MaintenancePolicy added in v0.8.0

Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.

func (LookupInstanceResultOutput) MaintenanceSchedule added in v0.8.0

Date and time of upcoming maintenance events which have been scheduled.

func (LookupInstanceResultOutput) MemorySizeGb added in v0.8.0

func (o LookupInstanceResultOutput) MemorySizeGb() pulumi.IntOutput

Redis memory size in GiB.

func (LookupInstanceResultOutput) Name added in v0.8.0

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.

func (LookupInstanceResultOutput) Nodes added in v0.9.0

Info per node.

func (LookupInstanceResultOutput) PersistenceConfig added in v0.9.0

Optional. Persistence configuration parameters

func (LookupInstanceResultOutput) PersistenceIamIdentity added in v0.8.0

func (o LookupInstanceResultOutput) PersistenceIamIdentity() pulumi.StringOutput

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.

func (LookupInstanceResultOutput) Port added in v0.8.0

The port number of the exposed Redis endpoint.

func (LookupInstanceResultOutput) ReadEndpoint added in v0.9.0

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'.

func (LookupInstanceResultOutput) ReadEndpointPort added in v0.9.0

func (o LookupInstanceResultOutput) ReadEndpointPort() pulumi.IntOutput

The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.

func (LookupInstanceResultOutput) ReadReplicasMode added in v0.9.0

func (o LookupInstanceResultOutput) ReadReplicasMode() pulumi.StringOutput

Optional. Read replica mode. Can only be specified when trying to create the instance.

func (LookupInstanceResultOutput) RedisConfigs added in v0.8.0

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

func (LookupInstanceResultOutput) RedisVersion added in v0.8.0

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

func (LookupInstanceResultOutput) ReplicaCount added in v0.9.0

func (o LookupInstanceResultOutput) ReplicaCount() pulumi.IntOutput

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.

func (LookupInstanceResultOutput) ReservedIpRange added in v0.8.0

func (o LookupInstanceResultOutput) ReservedIpRange() pulumi.StringOutput

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.

func (LookupInstanceResultOutput) ServerCaCerts added in v0.8.0

List of server CA certificates for the instance.

func (LookupInstanceResultOutput) State added in v0.8.0

The current state of this instance.

func (LookupInstanceResultOutput) StatusMessage added in v0.8.0

Additional information about the current status of this instance, if available.

func (LookupInstanceResultOutput) Tier added in v0.8.0

The service tier of the instance.

func (LookupInstanceResultOutput) ToLookupInstanceResultOutput added in v0.8.0

func (o LookupInstanceResultOutput) ToLookupInstanceResultOutput() LookupInstanceResultOutput

func (LookupInstanceResultOutput) ToLookupInstanceResultOutputWithContext added in v0.8.0

func (o LookupInstanceResultOutput) ToLookupInstanceResultOutputWithContext(ctx context.Context) LookupInstanceResultOutput

func (LookupInstanceResultOutput) TransitEncryptionMode added in v0.8.0

func (o LookupInstanceResultOutput) TransitEncryptionMode() pulumi.StringOutput

Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.

type MaintenancePolicy added in v0.5.0

type MaintenancePolicy struct {
	// Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
	Description *string `pulumi:"description"`
	// 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.
	WeeklyMaintenanceWindow []WeeklyMaintenanceWindow `pulumi:"weeklyMaintenanceWindow"`
}

Maintenance policy for an instance.

type MaintenancePolicyArgs added in v0.5.0

type MaintenancePolicyArgs struct {
	// Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// 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.
	WeeklyMaintenanceWindow WeeklyMaintenanceWindowArrayInput `pulumi:"weeklyMaintenanceWindow"`
}

Maintenance policy for an instance.

func (MaintenancePolicyArgs) ElementType added in v0.5.0

func (MaintenancePolicyArgs) ElementType() reflect.Type

func (MaintenancePolicyArgs) ToMaintenancePolicyOutput added in v0.5.0

func (i MaintenancePolicyArgs) ToMaintenancePolicyOutput() MaintenancePolicyOutput

func (MaintenancePolicyArgs) ToMaintenancePolicyOutputWithContext added in v0.5.0

func (i MaintenancePolicyArgs) ToMaintenancePolicyOutputWithContext(ctx context.Context) MaintenancePolicyOutput

func (MaintenancePolicyArgs) ToMaintenancePolicyPtrOutput added in v0.5.0

func (i MaintenancePolicyArgs) ToMaintenancePolicyPtrOutput() MaintenancePolicyPtrOutput

func (MaintenancePolicyArgs) ToMaintenancePolicyPtrOutputWithContext added in v0.5.0

func (i MaintenancePolicyArgs) ToMaintenancePolicyPtrOutputWithContext(ctx context.Context) MaintenancePolicyPtrOutput

type MaintenancePolicyInput added in v0.5.0

type MaintenancePolicyInput interface {
	pulumi.Input

	ToMaintenancePolicyOutput() MaintenancePolicyOutput
	ToMaintenancePolicyOutputWithContext(context.Context) MaintenancePolicyOutput
}

MaintenancePolicyInput is an input type that accepts MaintenancePolicyArgs and MaintenancePolicyOutput values. You can construct a concrete instance of `MaintenancePolicyInput` via:

MaintenancePolicyArgs{...}

type MaintenancePolicyOutput added in v0.5.0

type MaintenancePolicyOutput struct{ *pulumi.OutputState }

Maintenance policy for an instance.

func (MaintenancePolicyOutput) Description added in v0.5.0

Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

func (MaintenancePolicyOutput) ElementType added in v0.5.0

func (MaintenancePolicyOutput) ElementType() reflect.Type

func (MaintenancePolicyOutput) ToMaintenancePolicyOutput added in v0.5.0

func (o MaintenancePolicyOutput) ToMaintenancePolicyOutput() MaintenancePolicyOutput

func (MaintenancePolicyOutput) ToMaintenancePolicyOutputWithContext added in v0.5.0

func (o MaintenancePolicyOutput) ToMaintenancePolicyOutputWithContext(ctx context.Context) MaintenancePolicyOutput

func (MaintenancePolicyOutput) ToMaintenancePolicyPtrOutput added in v0.5.0

func (o MaintenancePolicyOutput) ToMaintenancePolicyPtrOutput() MaintenancePolicyPtrOutput

func (MaintenancePolicyOutput) ToMaintenancePolicyPtrOutputWithContext added in v0.5.0

func (o MaintenancePolicyOutput) ToMaintenancePolicyPtrOutputWithContext(ctx context.Context) MaintenancePolicyPtrOutput

func (MaintenancePolicyOutput) WeeklyMaintenanceWindow added in v0.5.0

func (o MaintenancePolicyOutput) WeeklyMaintenanceWindow() WeeklyMaintenanceWindowArrayOutput

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.

type MaintenancePolicyPtrInput added in v0.5.0

type MaintenancePolicyPtrInput interface {
	pulumi.Input

	ToMaintenancePolicyPtrOutput() MaintenancePolicyPtrOutput
	ToMaintenancePolicyPtrOutputWithContext(context.Context) MaintenancePolicyPtrOutput
}

MaintenancePolicyPtrInput is an input type that accepts MaintenancePolicyArgs, MaintenancePolicyPtr and MaintenancePolicyPtrOutput values. You can construct a concrete instance of `MaintenancePolicyPtrInput` via:

        MaintenancePolicyArgs{...}

or:

        nil

func MaintenancePolicyPtr added in v0.5.0

func MaintenancePolicyPtr(v *MaintenancePolicyArgs) MaintenancePolicyPtrInput

type MaintenancePolicyPtrOutput added in v0.5.0

type MaintenancePolicyPtrOutput struct{ *pulumi.OutputState }

func (MaintenancePolicyPtrOutput) Description added in v0.5.0

Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

func (MaintenancePolicyPtrOutput) Elem added in v0.5.0

func (MaintenancePolicyPtrOutput) ElementType added in v0.5.0

func (MaintenancePolicyPtrOutput) ElementType() reflect.Type

func (MaintenancePolicyPtrOutput) ToMaintenancePolicyPtrOutput added in v0.5.0

func (o MaintenancePolicyPtrOutput) ToMaintenancePolicyPtrOutput() MaintenancePolicyPtrOutput

func (MaintenancePolicyPtrOutput) ToMaintenancePolicyPtrOutputWithContext added in v0.5.0

func (o MaintenancePolicyPtrOutput) ToMaintenancePolicyPtrOutputWithContext(ctx context.Context) MaintenancePolicyPtrOutput

func (MaintenancePolicyPtrOutput) WeeklyMaintenanceWindow added in v0.5.0

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.

type MaintenancePolicyResponse added in v0.5.0

type MaintenancePolicyResponse struct {
	// The time when the policy was created.
	CreateTime string `pulumi:"createTime"`
	// Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
	Description string `pulumi:"description"`
	// The time when the policy was last updated.
	UpdateTime string `pulumi:"updateTime"`
	// 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.
	WeeklyMaintenanceWindow []WeeklyMaintenanceWindowResponse `pulumi:"weeklyMaintenanceWindow"`
}

Maintenance policy for an instance.

type MaintenancePolicyResponseArgs added in v0.5.0

type MaintenancePolicyResponseArgs struct {
	// The time when the policy was created.
	CreateTime pulumi.StringInput `pulumi:"createTime"`
	// Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
	Description pulumi.StringInput `pulumi:"description"`
	// The time when the policy was last updated.
	UpdateTime pulumi.StringInput `pulumi:"updateTime"`
	// 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.
	WeeklyMaintenanceWindow WeeklyMaintenanceWindowResponseArrayInput `pulumi:"weeklyMaintenanceWindow"`
}

Maintenance policy for an instance.

func (MaintenancePolicyResponseArgs) ElementType added in v0.5.0

func (MaintenancePolicyResponseArgs) ToMaintenancePolicyResponseOutput added in v0.5.0

func (i MaintenancePolicyResponseArgs) ToMaintenancePolicyResponseOutput() MaintenancePolicyResponseOutput

func (MaintenancePolicyResponseArgs) ToMaintenancePolicyResponseOutputWithContext added in v0.5.0

func (i MaintenancePolicyResponseArgs) ToMaintenancePolicyResponseOutputWithContext(ctx context.Context) MaintenancePolicyResponseOutput

func (MaintenancePolicyResponseArgs) ToMaintenancePolicyResponsePtrOutput added in v0.5.0

func (i MaintenancePolicyResponseArgs) ToMaintenancePolicyResponsePtrOutput() MaintenancePolicyResponsePtrOutput

func (MaintenancePolicyResponseArgs) ToMaintenancePolicyResponsePtrOutputWithContext added in v0.5.0

func (i MaintenancePolicyResponseArgs) ToMaintenancePolicyResponsePtrOutputWithContext(ctx context.Context) MaintenancePolicyResponsePtrOutput

type MaintenancePolicyResponseInput added in v0.5.0

type MaintenancePolicyResponseInput interface {
	pulumi.Input

	ToMaintenancePolicyResponseOutput() MaintenancePolicyResponseOutput
	ToMaintenancePolicyResponseOutputWithContext(context.Context) MaintenancePolicyResponseOutput
}

MaintenancePolicyResponseInput is an input type that accepts MaintenancePolicyResponseArgs and MaintenancePolicyResponseOutput values. You can construct a concrete instance of `MaintenancePolicyResponseInput` via:

MaintenancePolicyResponseArgs{...}

type MaintenancePolicyResponseOutput added in v0.5.0

type MaintenancePolicyResponseOutput struct{ *pulumi.OutputState }

Maintenance policy for an instance.

func (MaintenancePolicyResponseOutput) CreateTime added in v0.5.0

The time when the policy was created.

func (MaintenancePolicyResponseOutput) Description added in v0.5.0

Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

func (MaintenancePolicyResponseOutput) ElementType added in v0.5.0

func (MaintenancePolicyResponseOutput) ToMaintenancePolicyResponseOutput added in v0.5.0

func (o MaintenancePolicyResponseOutput) ToMaintenancePolicyResponseOutput() MaintenancePolicyResponseOutput

func (MaintenancePolicyResponseOutput) ToMaintenancePolicyResponseOutputWithContext added in v0.5.0

func (o MaintenancePolicyResponseOutput) ToMaintenancePolicyResponseOutputWithContext(ctx context.Context) MaintenancePolicyResponseOutput

func (MaintenancePolicyResponseOutput) ToMaintenancePolicyResponsePtrOutput added in v0.5.0

func (o MaintenancePolicyResponseOutput) ToMaintenancePolicyResponsePtrOutput() MaintenancePolicyResponsePtrOutput

func (MaintenancePolicyResponseOutput) ToMaintenancePolicyResponsePtrOutputWithContext added in v0.5.0

func (o MaintenancePolicyResponseOutput) ToMaintenancePolicyResponsePtrOutputWithContext(ctx context.Context) MaintenancePolicyResponsePtrOutput

func (MaintenancePolicyResponseOutput) UpdateTime added in v0.5.0

The time when the policy was last updated.

func (MaintenancePolicyResponseOutput) WeeklyMaintenanceWindow added in v0.5.0

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.

type MaintenancePolicyResponsePtrInput added in v0.5.0

type MaintenancePolicyResponsePtrInput interface {
	pulumi.Input

	ToMaintenancePolicyResponsePtrOutput() MaintenancePolicyResponsePtrOutput
	ToMaintenancePolicyResponsePtrOutputWithContext(context.Context) MaintenancePolicyResponsePtrOutput
}

MaintenancePolicyResponsePtrInput is an input type that accepts MaintenancePolicyResponseArgs, MaintenancePolicyResponsePtr and MaintenancePolicyResponsePtrOutput values. You can construct a concrete instance of `MaintenancePolicyResponsePtrInput` via:

        MaintenancePolicyResponseArgs{...}

or:

        nil

func MaintenancePolicyResponsePtr added in v0.5.0

type MaintenancePolicyResponsePtrOutput added in v0.5.0

type MaintenancePolicyResponsePtrOutput struct{ *pulumi.OutputState }

func (MaintenancePolicyResponsePtrOutput) CreateTime added in v0.5.0

The time when the policy was created.

func (MaintenancePolicyResponsePtrOutput) Description added in v0.5.0

Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

func (MaintenancePolicyResponsePtrOutput) Elem added in v0.5.0

func (MaintenancePolicyResponsePtrOutput) ElementType added in v0.5.0

func (MaintenancePolicyResponsePtrOutput) ToMaintenancePolicyResponsePtrOutput added in v0.5.0

func (o MaintenancePolicyResponsePtrOutput) ToMaintenancePolicyResponsePtrOutput() MaintenancePolicyResponsePtrOutput

func (MaintenancePolicyResponsePtrOutput) ToMaintenancePolicyResponsePtrOutputWithContext added in v0.5.0

func (o MaintenancePolicyResponsePtrOutput) ToMaintenancePolicyResponsePtrOutputWithContext(ctx context.Context) MaintenancePolicyResponsePtrOutput

func (MaintenancePolicyResponsePtrOutput) UpdateTime added in v0.5.0

The time when the policy was last updated.

func (MaintenancePolicyResponsePtrOutput) WeeklyMaintenanceWindow added in v0.5.0

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.

type MaintenanceScheduleResponse added in v0.5.0

type MaintenanceScheduleResponse struct {
	// If the scheduled maintenance can be rescheduled, default is true.
	CanReschedule bool `pulumi:"canReschedule"`
	// The end time of any upcoming scheduled maintenance for this instance.
	EndTime string `pulumi:"endTime"`
	// The deadline that the maintenance schedule start time can not go beyond, including reschedule.
	ScheduleDeadlineTime string `pulumi:"scheduleDeadlineTime"`
	// The start time of any upcoming scheduled maintenance for this instance.
	StartTime string `pulumi:"startTime"`
}

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

type MaintenanceScheduleResponseArgs added in v0.5.0

type MaintenanceScheduleResponseArgs struct {
	// If the scheduled maintenance can be rescheduled, default is true.
	CanReschedule pulumi.BoolInput `pulumi:"canReschedule"`
	// The end time of any upcoming scheduled maintenance for this instance.
	EndTime pulumi.StringInput `pulumi:"endTime"`
	// The deadline that the maintenance schedule start time can not go beyond, including reschedule.
	ScheduleDeadlineTime pulumi.StringInput `pulumi:"scheduleDeadlineTime"`
	// The start time of any upcoming scheduled maintenance for this instance.
	StartTime pulumi.StringInput `pulumi:"startTime"`
}

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

func (MaintenanceScheduleResponseArgs) ElementType added in v0.5.0

func (MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponseOutput added in v0.5.0

func (i MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponseOutput() MaintenanceScheduleResponseOutput

func (MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponseOutputWithContext added in v0.5.0

func (i MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponseOutputWithContext(ctx context.Context) MaintenanceScheduleResponseOutput

func (MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponsePtrOutput added in v0.5.0

func (i MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponsePtrOutput() MaintenanceScheduleResponsePtrOutput

func (MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponsePtrOutputWithContext added in v0.5.0

func (i MaintenanceScheduleResponseArgs) ToMaintenanceScheduleResponsePtrOutputWithContext(ctx context.Context) MaintenanceScheduleResponsePtrOutput

type MaintenanceScheduleResponseInput added in v0.5.0

type MaintenanceScheduleResponseInput interface {
	pulumi.Input

	ToMaintenanceScheduleResponseOutput() MaintenanceScheduleResponseOutput
	ToMaintenanceScheduleResponseOutputWithContext(context.Context) MaintenanceScheduleResponseOutput
}

MaintenanceScheduleResponseInput is an input type that accepts MaintenanceScheduleResponseArgs and MaintenanceScheduleResponseOutput values. You can construct a concrete instance of `MaintenanceScheduleResponseInput` via:

MaintenanceScheduleResponseArgs{...}

type MaintenanceScheduleResponseOutput added in v0.5.0

type MaintenanceScheduleResponseOutput struct{ *pulumi.OutputState }

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

func (MaintenanceScheduleResponseOutput) CanReschedule added in v0.5.0

If the scheduled maintenance can be rescheduled, default is true.

func (MaintenanceScheduleResponseOutput) ElementType added in v0.5.0

func (MaintenanceScheduleResponseOutput) EndTime added in v0.5.0

The end time of any upcoming scheduled maintenance for this instance.

func (MaintenanceScheduleResponseOutput) ScheduleDeadlineTime added in v0.5.0

func (o MaintenanceScheduleResponseOutput) ScheduleDeadlineTime() pulumi.StringOutput

The deadline that the maintenance schedule start time can not go beyond, including reschedule.

func (MaintenanceScheduleResponseOutput) StartTime added in v0.5.0

The start time of any upcoming scheduled maintenance for this instance.

func (MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponseOutput added in v0.5.0

func (o MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponseOutput() MaintenanceScheduleResponseOutput

func (MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponseOutputWithContext added in v0.5.0

func (o MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponseOutputWithContext(ctx context.Context) MaintenanceScheduleResponseOutput

func (MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponsePtrOutput added in v0.5.0

func (o MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponsePtrOutput() MaintenanceScheduleResponsePtrOutput

func (MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponsePtrOutputWithContext added in v0.5.0

func (o MaintenanceScheduleResponseOutput) ToMaintenanceScheduleResponsePtrOutputWithContext(ctx context.Context) MaintenanceScheduleResponsePtrOutput

type MaintenanceScheduleResponsePtrInput added in v0.5.0

type MaintenanceScheduleResponsePtrInput interface {
	pulumi.Input

	ToMaintenanceScheduleResponsePtrOutput() MaintenanceScheduleResponsePtrOutput
	ToMaintenanceScheduleResponsePtrOutputWithContext(context.Context) MaintenanceScheduleResponsePtrOutput
}

MaintenanceScheduleResponsePtrInput is an input type that accepts MaintenanceScheduleResponseArgs, MaintenanceScheduleResponsePtr and MaintenanceScheduleResponsePtrOutput values. You can construct a concrete instance of `MaintenanceScheduleResponsePtrInput` via:

        MaintenanceScheduleResponseArgs{...}

or:

        nil

func MaintenanceScheduleResponsePtr added in v0.5.0

type MaintenanceScheduleResponsePtrOutput added in v0.5.0

type MaintenanceScheduleResponsePtrOutput struct{ *pulumi.OutputState }

func (MaintenanceScheduleResponsePtrOutput) CanReschedule added in v0.5.0

If the scheduled maintenance can be rescheduled, default is true.

func (MaintenanceScheduleResponsePtrOutput) Elem added in v0.5.0

func (MaintenanceScheduleResponsePtrOutput) ElementType added in v0.5.0

func (MaintenanceScheduleResponsePtrOutput) EndTime added in v0.5.0

The end time of any upcoming scheduled maintenance for this instance.

func (MaintenanceScheduleResponsePtrOutput) ScheduleDeadlineTime added in v0.5.0

The deadline that the maintenance schedule start time can not go beyond, including reschedule.

func (MaintenanceScheduleResponsePtrOutput) StartTime added in v0.5.0

The start time of any upcoming scheduled maintenance for this instance.

func (MaintenanceScheduleResponsePtrOutput) ToMaintenanceScheduleResponsePtrOutput added in v0.5.0

func (o MaintenanceScheduleResponsePtrOutput) ToMaintenanceScheduleResponsePtrOutput() MaintenanceScheduleResponsePtrOutput

func (MaintenanceScheduleResponsePtrOutput) ToMaintenanceScheduleResponsePtrOutputWithContext added in v0.5.0

func (o MaintenanceScheduleResponsePtrOutput) ToMaintenanceScheduleResponsePtrOutputWithContext(ctx context.Context) MaintenanceScheduleResponsePtrOutput

type NodeInfoResponse added in v0.9.0

type NodeInfoResponse struct {
	// Location of the node.
	Zone string `pulumi:"zone"`
}

Node specific properties.

type NodeInfoResponseArgs added in v0.9.0

type NodeInfoResponseArgs struct {
	// Location of the node.
	Zone pulumi.StringInput `pulumi:"zone"`
}

Node specific properties.

func (NodeInfoResponseArgs) ElementType added in v0.9.0

func (NodeInfoResponseArgs) ElementType() reflect.Type

func (NodeInfoResponseArgs) ToNodeInfoResponseOutput added in v0.9.0

func (i NodeInfoResponseArgs) ToNodeInfoResponseOutput() NodeInfoResponseOutput

func (NodeInfoResponseArgs) ToNodeInfoResponseOutputWithContext added in v0.9.0

func (i NodeInfoResponseArgs) ToNodeInfoResponseOutputWithContext(ctx context.Context) NodeInfoResponseOutput

type NodeInfoResponseArray added in v0.9.0

type NodeInfoResponseArray []NodeInfoResponseInput

func (NodeInfoResponseArray) ElementType added in v0.9.0

func (NodeInfoResponseArray) ElementType() reflect.Type

func (NodeInfoResponseArray) ToNodeInfoResponseArrayOutput added in v0.9.0

func (i NodeInfoResponseArray) ToNodeInfoResponseArrayOutput() NodeInfoResponseArrayOutput

func (NodeInfoResponseArray) ToNodeInfoResponseArrayOutputWithContext added in v0.9.0

func (i NodeInfoResponseArray) ToNodeInfoResponseArrayOutputWithContext(ctx context.Context) NodeInfoResponseArrayOutput

type NodeInfoResponseArrayInput added in v0.9.0

type NodeInfoResponseArrayInput interface {
	pulumi.Input

	ToNodeInfoResponseArrayOutput() NodeInfoResponseArrayOutput
	ToNodeInfoResponseArrayOutputWithContext(context.Context) NodeInfoResponseArrayOutput
}

NodeInfoResponseArrayInput is an input type that accepts NodeInfoResponseArray and NodeInfoResponseArrayOutput values. You can construct a concrete instance of `NodeInfoResponseArrayInput` via:

NodeInfoResponseArray{ NodeInfoResponseArgs{...} }

type NodeInfoResponseArrayOutput added in v0.9.0

type NodeInfoResponseArrayOutput struct{ *pulumi.OutputState }

func (NodeInfoResponseArrayOutput) ElementType added in v0.9.0

func (NodeInfoResponseArrayOutput) Index added in v0.9.0

func (NodeInfoResponseArrayOutput) ToNodeInfoResponseArrayOutput added in v0.9.0

func (o NodeInfoResponseArrayOutput) ToNodeInfoResponseArrayOutput() NodeInfoResponseArrayOutput

func (NodeInfoResponseArrayOutput) ToNodeInfoResponseArrayOutputWithContext added in v0.9.0

func (o NodeInfoResponseArrayOutput) ToNodeInfoResponseArrayOutputWithContext(ctx context.Context) NodeInfoResponseArrayOutput

type NodeInfoResponseInput added in v0.9.0

type NodeInfoResponseInput interface {
	pulumi.Input

	ToNodeInfoResponseOutput() NodeInfoResponseOutput
	ToNodeInfoResponseOutputWithContext(context.Context) NodeInfoResponseOutput
}

NodeInfoResponseInput is an input type that accepts NodeInfoResponseArgs and NodeInfoResponseOutput values. You can construct a concrete instance of `NodeInfoResponseInput` via:

NodeInfoResponseArgs{...}

type NodeInfoResponseOutput added in v0.9.0

type NodeInfoResponseOutput struct{ *pulumi.OutputState }

Node specific properties.

func (NodeInfoResponseOutput) ElementType added in v0.9.0

func (NodeInfoResponseOutput) ElementType() reflect.Type

func (NodeInfoResponseOutput) ToNodeInfoResponseOutput added in v0.9.0

func (o NodeInfoResponseOutput) ToNodeInfoResponseOutput() NodeInfoResponseOutput

func (NodeInfoResponseOutput) ToNodeInfoResponseOutputWithContext added in v0.9.0

func (o NodeInfoResponseOutput) ToNodeInfoResponseOutputWithContext(ctx context.Context) NodeInfoResponseOutput

func (NodeInfoResponseOutput) Zone added in v0.9.0

Location of the node.

type PersistenceConfig added in v0.9.0

type PersistenceConfig struct {
	// Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
	PersistenceMode *PersistenceConfigPersistenceMode `pulumi:"persistenceMode"`
	// 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.
	RdbSnapshotPeriod *PersistenceConfigRdbSnapshotPeriod `pulumi:"rdbSnapshotPeriod"`
	// 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.
	RdbSnapshotStartTime *string `pulumi:"rdbSnapshotStartTime"`
}

Configuration of the persistence functionality.

type PersistenceConfigArgs added in v0.9.0

type PersistenceConfigArgs struct {
	// Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
	PersistenceMode PersistenceConfigPersistenceModePtrInput `pulumi:"persistenceMode"`
	// 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.
	RdbSnapshotPeriod PersistenceConfigRdbSnapshotPeriodPtrInput `pulumi:"rdbSnapshotPeriod"`
	// 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.
	RdbSnapshotStartTime pulumi.StringPtrInput `pulumi:"rdbSnapshotStartTime"`
}

Configuration of the persistence functionality.

func (PersistenceConfigArgs) ElementType added in v0.9.0

func (PersistenceConfigArgs) ElementType() reflect.Type

func (PersistenceConfigArgs) ToPersistenceConfigOutput added in v0.9.0

func (i PersistenceConfigArgs) ToPersistenceConfigOutput() PersistenceConfigOutput

func (PersistenceConfigArgs) ToPersistenceConfigOutputWithContext added in v0.9.0

func (i PersistenceConfigArgs) ToPersistenceConfigOutputWithContext(ctx context.Context) PersistenceConfigOutput

func (PersistenceConfigArgs) ToPersistenceConfigPtrOutput added in v0.9.0

func (i PersistenceConfigArgs) ToPersistenceConfigPtrOutput() PersistenceConfigPtrOutput

func (PersistenceConfigArgs) ToPersistenceConfigPtrOutputWithContext added in v0.9.0

func (i PersistenceConfigArgs) ToPersistenceConfigPtrOutputWithContext(ctx context.Context) PersistenceConfigPtrOutput

type PersistenceConfigInput added in v0.9.0

type PersistenceConfigInput interface {
	pulumi.Input

	ToPersistenceConfigOutput() PersistenceConfigOutput
	ToPersistenceConfigOutputWithContext(context.Context) PersistenceConfigOutput
}

PersistenceConfigInput is an input type that accepts PersistenceConfigArgs and PersistenceConfigOutput values. You can construct a concrete instance of `PersistenceConfigInput` via:

PersistenceConfigArgs{...}

type PersistenceConfigOutput added in v0.9.0

type PersistenceConfigOutput struct{ *pulumi.OutputState }

Configuration of the persistence functionality.

func (PersistenceConfigOutput) ElementType added in v0.9.0

func (PersistenceConfigOutput) ElementType() reflect.Type

func (PersistenceConfigOutput) PersistenceMode added in v0.9.0

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

func (PersistenceConfigOutput) RdbSnapshotPeriod added in v0.9.0

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.

func (PersistenceConfigOutput) RdbSnapshotStartTime added in v0.9.0

func (o PersistenceConfigOutput) RdbSnapshotStartTime() pulumi.StringPtrOutput

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.

func (PersistenceConfigOutput) ToPersistenceConfigOutput added in v0.9.0

func (o PersistenceConfigOutput) ToPersistenceConfigOutput() PersistenceConfigOutput

func (PersistenceConfigOutput) ToPersistenceConfigOutputWithContext added in v0.9.0

func (o PersistenceConfigOutput) ToPersistenceConfigOutputWithContext(ctx context.Context) PersistenceConfigOutput

func (PersistenceConfigOutput) ToPersistenceConfigPtrOutput added in v0.9.0

func (o PersistenceConfigOutput) ToPersistenceConfigPtrOutput() PersistenceConfigPtrOutput

func (PersistenceConfigOutput) ToPersistenceConfigPtrOutputWithContext added in v0.9.0

func (o PersistenceConfigOutput) ToPersistenceConfigPtrOutputWithContext(ctx context.Context) PersistenceConfigPtrOutput

type PersistenceConfigPersistenceMode added in v0.9.0

type PersistenceConfigPersistenceMode string

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

func (PersistenceConfigPersistenceMode) ElementType added in v0.9.0

func (PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModeOutput added in v0.9.0

func (e PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModeOutput() PersistenceConfigPersistenceModeOutput

func (PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModeOutputWithContext added in v0.9.0

func (e PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModeOutputWithContext(ctx context.Context) PersistenceConfigPersistenceModeOutput

func (PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModePtrOutput added in v0.9.0

func (e PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModePtrOutput() PersistenceConfigPersistenceModePtrOutput

func (PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModePtrOutputWithContext added in v0.9.0

func (e PersistenceConfigPersistenceMode) ToPersistenceConfigPersistenceModePtrOutputWithContext(ctx context.Context) PersistenceConfigPersistenceModePtrOutput

func (PersistenceConfigPersistenceMode) ToStringOutput added in v0.9.0

func (PersistenceConfigPersistenceMode) ToStringOutputWithContext added in v0.9.0

func (e PersistenceConfigPersistenceMode) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (PersistenceConfigPersistenceMode) ToStringPtrOutput added in v0.9.0

func (PersistenceConfigPersistenceMode) ToStringPtrOutputWithContext added in v0.9.0

func (e PersistenceConfigPersistenceMode) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type PersistenceConfigPersistenceModeInput added in v0.9.0

type PersistenceConfigPersistenceModeInput interface {
	pulumi.Input

	ToPersistenceConfigPersistenceModeOutput() PersistenceConfigPersistenceModeOutput
	ToPersistenceConfigPersistenceModeOutputWithContext(context.Context) PersistenceConfigPersistenceModeOutput
}

PersistenceConfigPersistenceModeInput is an input type that accepts PersistenceConfigPersistenceModeArgs and PersistenceConfigPersistenceModeOutput values. You can construct a concrete instance of `PersistenceConfigPersistenceModeInput` via:

PersistenceConfigPersistenceModeArgs{...}

type PersistenceConfigPersistenceModeOutput added in v0.9.0

type PersistenceConfigPersistenceModeOutput struct{ *pulumi.OutputState }

func (PersistenceConfigPersistenceModeOutput) ElementType added in v0.9.0

func (PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModeOutput added in v0.9.0

func (o PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModeOutput() PersistenceConfigPersistenceModeOutput

func (PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModeOutputWithContext added in v0.9.0

func (o PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModeOutputWithContext(ctx context.Context) PersistenceConfigPersistenceModeOutput

func (PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModePtrOutput added in v0.9.0

func (o PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModePtrOutput() PersistenceConfigPersistenceModePtrOutput

func (PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModePtrOutputWithContext added in v0.9.0

func (o PersistenceConfigPersistenceModeOutput) ToPersistenceConfigPersistenceModePtrOutputWithContext(ctx context.Context) PersistenceConfigPersistenceModePtrOutput

func (PersistenceConfigPersistenceModeOutput) ToStringOutput added in v0.9.0

func (PersistenceConfigPersistenceModeOutput) ToStringOutputWithContext added in v0.9.0

func (PersistenceConfigPersistenceModeOutput) ToStringPtrOutput added in v0.9.0

func (PersistenceConfigPersistenceModeOutput) ToStringPtrOutputWithContext added in v0.9.0

func (o PersistenceConfigPersistenceModeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type PersistenceConfigPersistenceModePtrInput added in v0.9.0

type PersistenceConfigPersistenceModePtrInput interface {
	pulumi.Input

	ToPersistenceConfigPersistenceModePtrOutput() PersistenceConfigPersistenceModePtrOutput
	ToPersistenceConfigPersistenceModePtrOutputWithContext(context.Context) PersistenceConfigPersistenceModePtrOutput
}

func PersistenceConfigPersistenceModePtr added in v0.9.0

func PersistenceConfigPersistenceModePtr(v string) PersistenceConfigPersistenceModePtrInput

type PersistenceConfigPersistenceModePtrOutput added in v0.9.0

type PersistenceConfigPersistenceModePtrOutput struct{ *pulumi.OutputState }

func (PersistenceConfigPersistenceModePtrOutput) Elem added in v0.9.0

func (PersistenceConfigPersistenceModePtrOutput) ElementType added in v0.9.0

func (PersistenceConfigPersistenceModePtrOutput) ToPersistenceConfigPersistenceModePtrOutput added in v0.9.0

func (o PersistenceConfigPersistenceModePtrOutput) ToPersistenceConfigPersistenceModePtrOutput() PersistenceConfigPersistenceModePtrOutput

func (PersistenceConfigPersistenceModePtrOutput) ToPersistenceConfigPersistenceModePtrOutputWithContext added in v0.9.0

func (o PersistenceConfigPersistenceModePtrOutput) ToPersistenceConfigPersistenceModePtrOutputWithContext(ctx context.Context) PersistenceConfigPersistenceModePtrOutput

func (PersistenceConfigPersistenceModePtrOutput) ToStringPtrOutput added in v0.9.0

func (PersistenceConfigPersistenceModePtrOutput) ToStringPtrOutputWithContext added in v0.9.0

type PersistenceConfigPtrInput added in v0.9.0

type PersistenceConfigPtrInput interface {
	pulumi.Input

	ToPersistenceConfigPtrOutput() PersistenceConfigPtrOutput
	ToPersistenceConfigPtrOutputWithContext(context.Context) PersistenceConfigPtrOutput
}

PersistenceConfigPtrInput is an input type that accepts PersistenceConfigArgs, PersistenceConfigPtr and PersistenceConfigPtrOutput values. You can construct a concrete instance of `PersistenceConfigPtrInput` via:

        PersistenceConfigArgs{...}

or:

        nil

func PersistenceConfigPtr added in v0.9.0

func PersistenceConfigPtr(v *PersistenceConfigArgs) PersistenceConfigPtrInput

type PersistenceConfigPtrOutput added in v0.9.0

type PersistenceConfigPtrOutput struct{ *pulumi.OutputState }

func (PersistenceConfigPtrOutput) Elem added in v0.9.0

func (PersistenceConfigPtrOutput) ElementType added in v0.9.0

func (PersistenceConfigPtrOutput) ElementType() reflect.Type

func (PersistenceConfigPtrOutput) PersistenceMode added in v0.9.0

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

func (PersistenceConfigPtrOutput) RdbSnapshotPeriod added in v0.9.0

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.

func (PersistenceConfigPtrOutput) RdbSnapshotStartTime added in v0.9.0

func (o PersistenceConfigPtrOutput) RdbSnapshotStartTime() pulumi.StringPtrOutput

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.

func (PersistenceConfigPtrOutput) ToPersistenceConfigPtrOutput added in v0.9.0

func (o PersistenceConfigPtrOutput) ToPersistenceConfigPtrOutput() PersistenceConfigPtrOutput

func (PersistenceConfigPtrOutput) ToPersistenceConfigPtrOutputWithContext added in v0.9.0

func (o PersistenceConfigPtrOutput) ToPersistenceConfigPtrOutputWithContext(ctx context.Context) PersistenceConfigPtrOutput

type PersistenceConfigRdbSnapshotPeriod added in v0.9.0

type PersistenceConfigRdbSnapshotPeriod string

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.

func (PersistenceConfigRdbSnapshotPeriod) ElementType added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodOutput added in v0.9.0

func (e PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodOutput() PersistenceConfigRdbSnapshotPeriodOutput

func (PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodOutputWithContext added in v0.9.0

func (e PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodOutputWithContext(ctx context.Context) PersistenceConfigRdbSnapshotPeriodOutput

func (PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodPtrOutput added in v0.9.0

func (e PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodPtrOutput() PersistenceConfigRdbSnapshotPeriodPtrOutput

func (PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext added in v0.9.0

func (e PersistenceConfigRdbSnapshotPeriod) ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext(ctx context.Context) PersistenceConfigRdbSnapshotPeriodPtrOutput

func (PersistenceConfigRdbSnapshotPeriod) ToStringOutput added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriod) ToStringOutputWithContext added in v0.9.0

func (e PersistenceConfigRdbSnapshotPeriod) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (PersistenceConfigRdbSnapshotPeriod) ToStringPtrOutput added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriod) ToStringPtrOutputWithContext added in v0.9.0

func (e PersistenceConfigRdbSnapshotPeriod) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type PersistenceConfigRdbSnapshotPeriodInput added in v0.9.0

type PersistenceConfigRdbSnapshotPeriodInput interface {
	pulumi.Input

	ToPersistenceConfigRdbSnapshotPeriodOutput() PersistenceConfigRdbSnapshotPeriodOutput
	ToPersistenceConfigRdbSnapshotPeriodOutputWithContext(context.Context) PersistenceConfigRdbSnapshotPeriodOutput
}

PersistenceConfigRdbSnapshotPeriodInput is an input type that accepts PersistenceConfigRdbSnapshotPeriodArgs and PersistenceConfigRdbSnapshotPeriodOutput values. You can construct a concrete instance of `PersistenceConfigRdbSnapshotPeriodInput` via:

PersistenceConfigRdbSnapshotPeriodArgs{...}

type PersistenceConfigRdbSnapshotPeriodOutput added in v0.9.0

type PersistenceConfigRdbSnapshotPeriodOutput struct{ *pulumi.OutputState }

func (PersistenceConfigRdbSnapshotPeriodOutput) ElementType added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodOutput added in v0.9.0

func (o PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodOutput() PersistenceConfigRdbSnapshotPeriodOutput

func (PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodOutputWithContext added in v0.9.0

func (o PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodOutputWithContext(ctx context.Context) PersistenceConfigRdbSnapshotPeriodOutput

func (PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutput added in v0.9.0

func (o PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutput() PersistenceConfigRdbSnapshotPeriodPtrOutput

func (PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext added in v0.9.0

func (o PersistenceConfigRdbSnapshotPeriodOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext(ctx context.Context) PersistenceConfigRdbSnapshotPeriodPtrOutput

func (PersistenceConfigRdbSnapshotPeriodOutput) ToStringOutput added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodOutput) ToStringOutputWithContext added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodOutput) ToStringPtrOutput added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodOutput) ToStringPtrOutputWithContext added in v0.9.0

type PersistenceConfigRdbSnapshotPeriodPtrInput added in v0.9.0

type PersistenceConfigRdbSnapshotPeriodPtrInput interface {
	pulumi.Input

	ToPersistenceConfigRdbSnapshotPeriodPtrOutput() PersistenceConfigRdbSnapshotPeriodPtrOutput
	ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext(context.Context) PersistenceConfigRdbSnapshotPeriodPtrOutput
}

func PersistenceConfigRdbSnapshotPeriodPtr added in v0.9.0

func PersistenceConfigRdbSnapshotPeriodPtr(v string) PersistenceConfigRdbSnapshotPeriodPtrInput

type PersistenceConfigRdbSnapshotPeriodPtrOutput added in v0.9.0

type PersistenceConfigRdbSnapshotPeriodPtrOutput struct{ *pulumi.OutputState }

func (PersistenceConfigRdbSnapshotPeriodPtrOutput) Elem added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodPtrOutput) ElementType added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodPtrOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutput added in v0.9.0

func (o PersistenceConfigRdbSnapshotPeriodPtrOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutput() PersistenceConfigRdbSnapshotPeriodPtrOutput

func (PersistenceConfigRdbSnapshotPeriodPtrOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext added in v0.9.0

func (o PersistenceConfigRdbSnapshotPeriodPtrOutput) ToPersistenceConfigRdbSnapshotPeriodPtrOutputWithContext(ctx context.Context) PersistenceConfigRdbSnapshotPeriodPtrOutput

func (PersistenceConfigRdbSnapshotPeriodPtrOutput) ToStringPtrOutput added in v0.9.0

func (PersistenceConfigRdbSnapshotPeriodPtrOutput) ToStringPtrOutputWithContext added in v0.9.0

type PersistenceConfigResponse added in v0.9.0

type PersistenceConfigResponse struct {
	// Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
	PersistenceMode string `pulumi:"persistenceMode"`
	// The next time that a snapshot attempt is scheduled to occur.
	RdbNextSnapshotTime string `pulumi:"rdbNextSnapshotTime"`
	// 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.
	RdbSnapshotPeriod string `pulumi:"rdbSnapshotPeriod"`
	// 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.
	RdbSnapshotStartTime string `pulumi:"rdbSnapshotStartTime"`
}

Configuration of the persistence functionality.

type PersistenceConfigResponseArgs added in v0.9.0

type PersistenceConfigResponseArgs struct {
	// Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
	PersistenceMode pulumi.StringInput `pulumi:"persistenceMode"`
	// The next time that a snapshot attempt is scheduled to occur.
	RdbNextSnapshotTime pulumi.StringInput `pulumi:"rdbNextSnapshotTime"`
	// 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.
	RdbSnapshotPeriod pulumi.StringInput `pulumi:"rdbSnapshotPeriod"`
	// 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.
	RdbSnapshotStartTime pulumi.StringInput `pulumi:"rdbSnapshotStartTime"`
}

Configuration of the persistence functionality.

func (PersistenceConfigResponseArgs) ElementType added in v0.9.0

func (PersistenceConfigResponseArgs) ToPersistenceConfigResponseOutput added in v0.9.0

func (i PersistenceConfigResponseArgs) ToPersistenceConfigResponseOutput() PersistenceConfigResponseOutput

func (PersistenceConfigResponseArgs) ToPersistenceConfigResponseOutputWithContext added in v0.9.0

func (i PersistenceConfigResponseArgs) ToPersistenceConfigResponseOutputWithContext(ctx context.Context) PersistenceConfigResponseOutput

func (PersistenceConfigResponseArgs) ToPersistenceConfigResponsePtrOutput added in v0.9.0

func (i PersistenceConfigResponseArgs) ToPersistenceConfigResponsePtrOutput() PersistenceConfigResponsePtrOutput

func (PersistenceConfigResponseArgs) ToPersistenceConfigResponsePtrOutputWithContext added in v0.9.0

func (i PersistenceConfigResponseArgs) ToPersistenceConfigResponsePtrOutputWithContext(ctx context.Context) PersistenceConfigResponsePtrOutput

type PersistenceConfigResponseInput added in v0.9.0

type PersistenceConfigResponseInput interface {
	pulumi.Input

	ToPersistenceConfigResponseOutput() PersistenceConfigResponseOutput
	ToPersistenceConfigResponseOutputWithContext(context.Context) PersistenceConfigResponseOutput
}

PersistenceConfigResponseInput is an input type that accepts PersistenceConfigResponseArgs and PersistenceConfigResponseOutput values. You can construct a concrete instance of `PersistenceConfigResponseInput` via:

PersistenceConfigResponseArgs{...}

type PersistenceConfigResponseOutput added in v0.9.0

type PersistenceConfigResponseOutput struct{ *pulumi.OutputState }

Configuration of the persistence functionality.

func (PersistenceConfigResponseOutput) ElementType added in v0.9.0

func (PersistenceConfigResponseOutput) PersistenceMode added in v0.9.0

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

func (PersistenceConfigResponseOutput) RdbNextSnapshotTime added in v0.9.0

func (o PersistenceConfigResponseOutput) RdbNextSnapshotTime() pulumi.StringOutput

The next time that a snapshot attempt is scheduled to occur.

func (PersistenceConfigResponseOutput) RdbSnapshotPeriod added in v0.9.0

func (o PersistenceConfigResponseOutput) RdbSnapshotPeriod() pulumi.StringOutput

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.

func (PersistenceConfigResponseOutput) RdbSnapshotStartTime added in v0.9.0

func (o PersistenceConfigResponseOutput) RdbSnapshotStartTime() pulumi.StringOutput

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.

func (PersistenceConfigResponseOutput) ToPersistenceConfigResponseOutput added in v0.9.0

func (o PersistenceConfigResponseOutput) ToPersistenceConfigResponseOutput() PersistenceConfigResponseOutput

func (PersistenceConfigResponseOutput) ToPersistenceConfigResponseOutputWithContext added in v0.9.0

func (o PersistenceConfigResponseOutput) ToPersistenceConfigResponseOutputWithContext(ctx context.Context) PersistenceConfigResponseOutput

func (PersistenceConfigResponseOutput) ToPersistenceConfigResponsePtrOutput added in v0.9.0

func (o PersistenceConfigResponseOutput) ToPersistenceConfigResponsePtrOutput() PersistenceConfigResponsePtrOutput

func (PersistenceConfigResponseOutput) ToPersistenceConfigResponsePtrOutputWithContext added in v0.9.0

func (o PersistenceConfigResponseOutput) ToPersistenceConfigResponsePtrOutputWithContext(ctx context.Context) PersistenceConfigResponsePtrOutput

type PersistenceConfigResponsePtrInput added in v0.9.0

type PersistenceConfigResponsePtrInput interface {
	pulumi.Input

	ToPersistenceConfigResponsePtrOutput() PersistenceConfigResponsePtrOutput
	ToPersistenceConfigResponsePtrOutputWithContext(context.Context) PersistenceConfigResponsePtrOutput
}

PersistenceConfigResponsePtrInput is an input type that accepts PersistenceConfigResponseArgs, PersistenceConfigResponsePtr and PersistenceConfigResponsePtrOutput values. You can construct a concrete instance of `PersistenceConfigResponsePtrInput` via:

        PersistenceConfigResponseArgs{...}

or:

        nil

func PersistenceConfigResponsePtr added in v0.9.0

type PersistenceConfigResponsePtrOutput added in v0.9.0

type PersistenceConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (PersistenceConfigResponsePtrOutput) Elem added in v0.9.0

func (PersistenceConfigResponsePtrOutput) ElementType added in v0.9.0

func (PersistenceConfigResponsePtrOutput) PersistenceMode added in v0.9.0

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

func (PersistenceConfigResponsePtrOutput) RdbNextSnapshotTime added in v0.9.0

The next time that a snapshot attempt is scheduled to occur.

func (PersistenceConfigResponsePtrOutput) RdbSnapshotPeriod added in v0.9.0

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.

func (PersistenceConfigResponsePtrOutput) RdbSnapshotStartTime added in v0.9.0

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.

func (PersistenceConfigResponsePtrOutput) ToPersistenceConfigResponsePtrOutput added in v0.9.0

func (o PersistenceConfigResponsePtrOutput) ToPersistenceConfigResponsePtrOutput() PersistenceConfigResponsePtrOutput

func (PersistenceConfigResponsePtrOutput) ToPersistenceConfigResponsePtrOutputWithContext added in v0.9.0

func (o PersistenceConfigResponsePtrOutput) ToPersistenceConfigResponsePtrOutputWithContext(ctx context.Context) PersistenceConfigResponsePtrOutput

type TimeOfDay added in v0.5.0

type TimeOfDay struct {
	// 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.
	Hours *int `pulumi:"hours"`
	// Minutes of hour of day. Must be from 0 to 59.
	Minutes *int `pulumi:"minutes"`
	// Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
	Nanos *int `pulumi:"nanos"`
	// 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.
	Seconds *int `pulumi:"seconds"`
}

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

type TimeOfDayArgs added in v0.5.0

type TimeOfDayArgs struct {
	// 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.
	Hours pulumi.IntPtrInput `pulumi:"hours"`
	// Minutes of hour of day. Must be from 0 to 59.
	Minutes pulumi.IntPtrInput `pulumi:"minutes"`
	// Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
	Nanos pulumi.IntPtrInput `pulumi:"nanos"`
	// 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.
	Seconds pulumi.IntPtrInput `pulumi:"seconds"`
}

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

func (TimeOfDayArgs) ElementType added in v0.5.0

func (TimeOfDayArgs) ElementType() reflect.Type

func (TimeOfDayArgs) ToTimeOfDayOutput added in v0.5.0

func (i TimeOfDayArgs) ToTimeOfDayOutput() TimeOfDayOutput

func (TimeOfDayArgs) ToTimeOfDayOutputWithContext added in v0.5.0

func (i TimeOfDayArgs) ToTimeOfDayOutputWithContext(ctx context.Context) TimeOfDayOutput

type TimeOfDayInput added in v0.5.0

type TimeOfDayInput interface {
	pulumi.Input

	ToTimeOfDayOutput() TimeOfDayOutput
	ToTimeOfDayOutputWithContext(context.Context) TimeOfDayOutput
}

TimeOfDayInput is an input type that accepts TimeOfDayArgs and TimeOfDayOutput values. You can construct a concrete instance of `TimeOfDayInput` via:

TimeOfDayArgs{...}

type TimeOfDayOutput added in v0.5.0

type TimeOfDayOutput struct{ *pulumi.OutputState }

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

func (TimeOfDayOutput) ElementType added in v0.5.0

func (TimeOfDayOutput) ElementType() reflect.Type

func (TimeOfDayOutput) Hours added in v0.5.0

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.

func (TimeOfDayOutput) Minutes added in v0.5.0

func (o TimeOfDayOutput) Minutes() pulumi.IntPtrOutput

Minutes of hour of day. Must be from 0 to 59.

func (TimeOfDayOutput) Nanos added in v0.5.0

Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

func (TimeOfDayOutput) Seconds added in v0.5.0

func (o TimeOfDayOutput) Seconds() pulumi.IntPtrOutput

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.

func (TimeOfDayOutput) ToTimeOfDayOutput added in v0.5.0

func (o TimeOfDayOutput) ToTimeOfDayOutput() TimeOfDayOutput

func (TimeOfDayOutput) ToTimeOfDayOutputWithContext added in v0.5.0

func (o TimeOfDayOutput) ToTimeOfDayOutputWithContext(ctx context.Context) TimeOfDayOutput

type TimeOfDayResponse added in v0.5.0

type TimeOfDayResponse struct {
	// 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.
	Hours int `pulumi:"hours"`
	// Minutes of hour of day. Must be from 0 to 59.
	Minutes int `pulumi:"minutes"`
	// Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
	Nanos int `pulumi:"nanos"`
	// 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.
	Seconds int `pulumi:"seconds"`
}

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

type TimeOfDayResponseArgs added in v0.5.0

type TimeOfDayResponseArgs struct {
	// 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.
	Hours pulumi.IntInput `pulumi:"hours"`
	// Minutes of hour of day. Must be from 0 to 59.
	Minutes pulumi.IntInput `pulumi:"minutes"`
	// Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
	Nanos pulumi.IntInput `pulumi:"nanos"`
	// 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.
	Seconds pulumi.IntInput `pulumi:"seconds"`
}

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

func (TimeOfDayResponseArgs) ElementType added in v0.5.0

func (TimeOfDayResponseArgs) ElementType() reflect.Type

func (TimeOfDayResponseArgs) ToTimeOfDayResponseOutput added in v0.5.0

func (i TimeOfDayResponseArgs) ToTimeOfDayResponseOutput() TimeOfDayResponseOutput

func (TimeOfDayResponseArgs) ToTimeOfDayResponseOutputWithContext added in v0.5.0

func (i TimeOfDayResponseArgs) ToTimeOfDayResponseOutputWithContext(ctx context.Context) TimeOfDayResponseOutput

type TimeOfDayResponseInput added in v0.5.0

type TimeOfDayResponseInput interface {
	pulumi.Input

	ToTimeOfDayResponseOutput() TimeOfDayResponseOutput
	ToTimeOfDayResponseOutputWithContext(context.Context) TimeOfDayResponseOutput
}

TimeOfDayResponseInput is an input type that accepts TimeOfDayResponseArgs and TimeOfDayResponseOutput values. You can construct a concrete instance of `TimeOfDayResponseInput` via:

TimeOfDayResponseArgs{...}

type TimeOfDayResponseOutput added in v0.5.0

type TimeOfDayResponseOutput struct{ *pulumi.OutputState }

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

func (TimeOfDayResponseOutput) ElementType added in v0.5.0

func (TimeOfDayResponseOutput) ElementType() reflect.Type

func (TimeOfDayResponseOutput) Hours added in v0.5.0

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.

func (TimeOfDayResponseOutput) Minutes added in v0.5.0

Minutes of hour of day. Must be from 0 to 59.

func (TimeOfDayResponseOutput) Nanos added in v0.5.0

Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

func (TimeOfDayResponseOutput) Seconds added in v0.5.0

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.

func (TimeOfDayResponseOutput) ToTimeOfDayResponseOutput added in v0.5.0

func (o TimeOfDayResponseOutput) ToTimeOfDayResponseOutput() TimeOfDayResponseOutput

func (TimeOfDayResponseOutput) ToTimeOfDayResponseOutputWithContext added in v0.5.0

func (o TimeOfDayResponseOutput) ToTimeOfDayResponseOutputWithContext(ctx context.Context) TimeOfDayResponseOutput

type TlsCertificateResponse

type TlsCertificateResponse struct {
	// PEM representation.
	Cert string `pulumi:"cert"`
	// The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2020-05-18T00:00:00.094Z`.
	CreateTime string `pulumi:"createTime"`
	// The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2020-05-18T00:00:00.094Z`.
	ExpireTime string `pulumi:"expireTime"`
	// Serial number, as extracted from the certificate.
	SerialNumber string `pulumi:"serialNumber"`
	// Sha1 Fingerprint of the certificate.
	Sha1Fingerprint string `pulumi:"sha1Fingerprint"`
}

TlsCertificate Resource

type TlsCertificateResponseArgs

type TlsCertificateResponseArgs struct {
	// PEM representation.
	Cert pulumi.StringInput `pulumi:"cert"`
	// The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2020-05-18T00:00:00.094Z`.
	CreateTime pulumi.StringInput `pulumi:"createTime"`
	// The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2020-05-18T00:00:00.094Z`.
	ExpireTime pulumi.StringInput `pulumi:"expireTime"`
	// Serial number, as extracted from the certificate.
	SerialNumber pulumi.StringInput `pulumi:"serialNumber"`
	// Sha1 Fingerprint of the certificate.
	Sha1Fingerprint pulumi.StringInput `pulumi:"sha1Fingerprint"`
}

TlsCertificate Resource

func (TlsCertificateResponseArgs) ElementType

func (TlsCertificateResponseArgs) ElementType() reflect.Type

func (TlsCertificateResponseArgs) ToTlsCertificateResponseOutput

func (i TlsCertificateResponseArgs) ToTlsCertificateResponseOutput() TlsCertificateResponseOutput

func (TlsCertificateResponseArgs) ToTlsCertificateResponseOutputWithContext

func (i TlsCertificateResponseArgs) ToTlsCertificateResponseOutputWithContext(ctx context.Context) TlsCertificateResponseOutput

type TlsCertificateResponseArray

type TlsCertificateResponseArray []TlsCertificateResponseInput

func (TlsCertificateResponseArray) ElementType

func (TlsCertificateResponseArray) ToTlsCertificateResponseArrayOutput

func (i TlsCertificateResponseArray) ToTlsCertificateResponseArrayOutput() TlsCertificateResponseArrayOutput

func (TlsCertificateResponseArray) ToTlsCertificateResponseArrayOutputWithContext

func (i TlsCertificateResponseArray) ToTlsCertificateResponseArrayOutputWithContext(ctx context.Context) TlsCertificateResponseArrayOutput

type TlsCertificateResponseArrayInput

type TlsCertificateResponseArrayInput interface {
	pulumi.Input

	ToTlsCertificateResponseArrayOutput() TlsCertificateResponseArrayOutput
	ToTlsCertificateResponseArrayOutputWithContext(context.Context) TlsCertificateResponseArrayOutput
}

TlsCertificateResponseArrayInput is an input type that accepts TlsCertificateResponseArray and TlsCertificateResponseArrayOutput values. You can construct a concrete instance of `TlsCertificateResponseArrayInput` via:

TlsCertificateResponseArray{ TlsCertificateResponseArgs{...} }

type TlsCertificateResponseArrayOutput

type TlsCertificateResponseArrayOutput struct{ *pulumi.OutputState }

func (TlsCertificateResponseArrayOutput) ElementType

func (TlsCertificateResponseArrayOutput) Index

func (TlsCertificateResponseArrayOutput) ToTlsCertificateResponseArrayOutput

func (o TlsCertificateResponseArrayOutput) ToTlsCertificateResponseArrayOutput() TlsCertificateResponseArrayOutput

func (TlsCertificateResponseArrayOutput) ToTlsCertificateResponseArrayOutputWithContext

func (o TlsCertificateResponseArrayOutput) ToTlsCertificateResponseArrayOutputWithContext(ctx context.Context) TlsCertificateResponseArrayOutput

type TlsCertificateResponseInput

type TlsCertificateResponseInput interface {
	pulumi.Input

	ToTlsCertificateResponseOutput() TlsCertificateResponseOutput
	ToTlsCertificateResponseOutputWithContext(context.Context) TlsCertificateResponseOutput
}

TlsCertificateResponseInput is an input type that accepts TlsCertificateResponseArgs and TlsCertificateResponseOutput values. You can construct a concrete instance of `TlsCertificateResponseInput` via:

TlsCertificateResponseArgs{...}

type TlsCertificateResponseOutput

type TlsCertificateResponseOutput struct{ *pulumi.OutputState }

TlsCertificate Resource

func (TlsCertificateResponseOutput) Cert

PEM representation.

func (TlsCertificateResponseOutput) CreateTime

The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2020-05-18T00:00:00.094Z`.

func (TlsCertificateResponseOutput) ElementType

func (TlsCertificateResponseOutput) ExpireTime

The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2020-05-18T00:00:00.094Z`.

func (TlsCertificateResponseOutput) SerialNumber

Serial number, as extracted from the certificate.

func (TlsCertificateResponseOutput) Sha1Fingerprint

func (o TlsCertificateResponseOutput) Sha1Fingerprint() pulumi.StringOutput

Sha1 Fingerprint of the certificate.

func (TlsCertificateResponseOutput) ToTlsCertificateResponseOutput

func (o TlsCertificateResponseOutput) ToTlsCertificateResponseOutput() TlsCertificateResponseOutput

func (TlsCertificateResponseOutput) ToTlsCertificateResponseOutputWithContext

func (o TlsCertificateResponseOutput) ToTlsCertificateResponseOutputWithContext(ctx context.Context) TlsCertificateResponseOutput

type WeeklyMaintenanceWindow added in v0.5.0

type WeeklyMaintenanceWindow struct {
	// The day of week that maintenance updates occur.
	Day WeeklyMaintenanceWindowDay `pulumi:"day"`
	// Start time of the window in UTC time.
	StartTime TimeOfDay `pulumi:"startTime"`
}

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

type WeeklyMaintenanceWindowArgs added in v0.5.0

type WeeklyMaintenanceWindowArgs struct {
	// The day of week that maintenance updates occur.
	Day WeeklyMaintenanceWindowDayInput `pulumi:"day"`
	// Start time of the window in UTC time.
	StartTime TimeOfDayInput `pulumi:"startTime"`
}

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

func (WeeklyMaintenanceWindowArgs) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowArgs) ToWeeklyMaintenanceWindowOutput added in v0.5.0

func (i WeeklyMaintenanceWindowArgs) ToWeeklyMaintenanceWindowOutput() WeeklyMaintenanceWindowOutput

func (WeeklyMaintenanceWindowArgs) ToWeeklyMaintenanceWindowOutputWithContext added in v0.5.0

func (i WeeklyMaintenanceWindowArgs) ToWeeklyMaintenanceWindowOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowOutput

type WeeklyMaintenanceWindowArray added in v0.5.0

type WeeklyMaintenanceWindowArray []WeeklyMaintenanceWindowInput

func (WeeklyMaintenanceWindowArray) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowArray) ToWeeklyMaintenanceWindowArrayOutput added in v0.5.0

func (i WeeklyMaintenanceWindowArray) ToWeeklyMaintenanceWindowArrayOutput() WeeklyMaintenanceWindowArrayOutput

func (WeeklyMaintenanceWindowArray) ToWeeklyMaintenanceWindowArrayOutputWithContext added in v0.5.0

func (i WeeklyMaintenanceWindowArray) ToWeeklyMaintenanceWindowArrayOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowArrayOutput

type WeeklyMaintenanceWindowArrayInput added in v0.5.0

type WeeklyMaintenanceWindowArrayInput interface {
	pulumi.Input

	ToWeeklyMaintenanceWindowArrayOutput() WeeklyMaintenanceWindowArrayOutput
	ToWeeklyMaintenanceWindowArrayOutputWithContext(context.Context) WeeklyMaintenanceWindowArrayOutput
}

WeeklyMaintenanceWindowArrayInput is an input type that accepts WeeklyMaintenanceWindowArray and WeeklyMaintenanceWindowArrayOutput values. You can construct a concrete instance of `WeeklyMaintenanceWindowArrayInput` via:

WeeklyMaintenanceWindowArray{ WeeklyMaintenanceWindowArgs{...} }

type WeeklyMaintenanceWindowArrayOutput added in v0.5.0

type WeeklyMaintenanceWindowArrayOutput struct{ *pulumi.OutputState }

func (WeeklyMaintenanceWindowArrayOutput) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowArrayOutput) Index added in v0.5.0

func (WeeklyMaintenanceWindowArrayOutput) ToWeeklyMaintenanceWindowArrayOutput added in v0.5.0

func (o WeeklyMaintenanceWindowArrayOutput) ToWeeklyMaintenanceWindowArrayOutput() WeeklyMaintenanceWindowArrayOutput

func (WeeklyMaintenanceWindowArrayOutput) ToWeeklyMaintenanceWindowArrayOutputWithContext added in v0.5.0

func (o WeeklyMaintenanceWindowArrayOutput) ToWeeklyMaintenanceWindowArrayOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowArrayOutput

type WeeklyMaintenanceWindowDay added in v0.5.0

type WeeklyMaintenanceWindowDay string

Required. The day of week that maintenance updates occur.

func (WeeklyMaintenanceWindowDay) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowDay) ElementType() reflect.Type

func (WeeklyMaintenanceWindowDay) ToStringOutput added in v0.5.0

func (e WeeklyMaintenanceWindowDay) ToStringOutput() pulumi.StringOutput

func (WeeklyMaintenanceWindowDay) ToStringOutputWithContext added in v0.5.0

func (e WeeklyMaintenanceWindowDay) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (WeeklyMaintenanceWindowDay) ToStringPtrOutput added in v0.5.0

func (e WeeklyMaintenanceWindowDay) ToStringPtrOutput() pulumi.StringPtrOutput

func (WeeklyMaintenanceWindowDay) ToStringPtrOutputWithContext added in v0.5.0

func (e WeeklyMaintenanceWindowDay) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayOutput added in v0.6.0

func (e WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayOutput() WeeklyMaintenanceWindowDayOutput

func (WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayOutputWithContext added in v0.6.0

func (e WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowDayOutput

func (WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayPtrOutput added in v0.6.0

func (e WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayPtrOutput() WeeklyMaintenanceWindowDayPtrOutput

func (WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayPtrOutputWithContext added in v0.6.0

func (e WeeklyMaintenanceWindowDay) ToWeeklyMaintenanceWindowDayPtrOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowDayPtrOutput

type WeeklyMaintenanceWindowDayInput added in v0.6.0

type WeeklyMaintenanceWindowDayInput interface {
	pulumi.Input

	ToWeeklyMaintenanceWindowDayOutput() WeeklyMaintenanceWindowDayOutput
	ToWeeklyMaintenanceWindowDayOutputWithContext(context.Context) WeeklyMaintenanceWindowDayOutput
}

WeeklyMaintenanceWindowDayInput is an input type that accepts WeeklyMaintenanceWindowDayArgs and WeeklyMaintenanceWindowDayOutput values. You can construct a concrete instance of `WeeklyMaintenanceWindowDayInput` via:

WeeklyMaintenanceWindowDayArgs{...}

type WeeklyMaintenanceWindowDayOutput added in v0.6.0

type WeeklyMaintenanceWindowDayOutput struct{ *pulumi.OutputState }

func (WeeklyMaintenanceWindowDayOutput) ElementType added in v0.6.0

func (WeeklyMaintenanceWindowDayOutput) ToStringOutput added in v0.6.0

func (WeeklyMaintenanceWindowDayOutput) ToStringOutputWithContext added in v0.6.0

func (o WeeklyMaintenanceWindowDayOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (WeeklyMaintenanceWindowDayOutput) ToStringPtrOutput added in v0.6.0

func (WeeklyMaintenanceWindowDayOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o WeeklyMaintenanceWindowDayOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayOutput added in v0.6.0

func (o WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayOutput() WeeklyMaintenanceWindowDayOutput

func (WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayOutputWithContext added in v0.6.0

func (o WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowDayOutput

func (WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayPtrOutput added in v0.6.0

func (o WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayPtrOutput() WeeklyMaintenanceWindowDayPtrOutput

func (WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayPtrOutputWithContext added in v0.6.0

func (o WeeklyMaintenanceWindowDayOutput) ToWeeklyMaintenanceWindowDayPtrOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowDayPtrOutput

type WeeklyMaintenanceWindowDayPtrInput added in v0.6.0

type WeeklyMaintenanceWindowDayPtrInput interface {
	pulumi.Input

	ToWeeklyMaintenanceWindowDayPtrOutput() WeeklyMaintenanceWindowDayPtrOutput
	ToWeeklyMaintenanceWindowDayPtrOutputWithContext(context.Context) WeeklyMaintenanceWindowDayPtrOutput
}

func WeeklyMaintenanceWindowDayPtr added in v0.6.0

func WeeklyMaintenanceWindowDayPtr(v string) WeeklyMaintenanceWindowDayPtrInput

type WeeklyMaintenanceWindowDayPtrOutput added in v0.6.0

type WeeklyMaintenanceWindowDayPtrOutput struct{ *pulumi.OutputState }

func (WeeklyMaintenanceWindowDayPtrOutput) Elem added in v0.6.0

func (WeeklyMaintenanceWindowDayPtrOutput) ElementType added in v0.6.0

func (WeeklyMaintenanceWindowDayPtrOutput) ToStringPtrOutput added in v0.6.0

func (WeeklyMaintenanceWindowDayPtrOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o WeeklyMaintenanceWindowDayPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (WeeklyMaintenanceWindowDayPtrOutput) ToWeeklyMaintenanceWindowDayPtrOutput added in v0.6.0

func (o WeeklyMaintenanceWindowDayPtrOutput) ToWeeklyMaintenanceWindowDayPtrOutput() WeeklyMaintenanceWindowDayPtrOutput

func (WeeklyMaintenanceWindowDayPtrOutput) ToWeeklyMaintenanceWindowDayPtrOutputWithContext added in v0.6.0

func (o WeeklyMaintenanceWindowDayPtrOutput) ToWeeklyMaintenanceWindowDayPtrOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowDayPtrOutput

type WeeklyMaintenanceWindowInput added in v0.5.0

type WeeklyMaintenanceWindowInput interface {
	pulumi.Input

	ToWeeklyMaintenanceWindowOutput() WeeklyMaintenanceWindowOutput
	ToWeeklyMaintenanceWindowOutputWithContext(context.Context) WeeklyMaintenanceWindowOutput
}

WeeklyMaintenanceWindowInput is an input type that accepts WeeklyMaintenanceWindowArgs and WeeklyMaintenanceWindowOutput values. You can construct a concrete instance of `WeeklyMaintenanceWindowInput` via:

WeeklyMaintenanceWindowArgs{...}

type WeeklyMaintenanceWindowOutput added in v0.5.0

type WeeklyMaintenanceWindowOutput struct{ *pulumi.OutputState }

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

func (WeeklyMaintenanceWindowOutput) Day added in v0.5.0

The day of week that maintenance updates occur.

func (WeeklyMaintenanceWindowOutput) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowOutput) StartTime added in v0.5.0

Start time of the window in UTC time.

func (WeeklyMaintenanceWindowOutput) ToWeeklyMaintenanceWindowOutput added in v0.5.0

func (o WeeklyMaintenanceWindowOutput) ToWeeklyMaintenanceWindowOutput() WeeklyMaintenanceWindowOutput

func (WeeklyMaintenanceWindowOutput) ToWeeklyMaintenanceWindowOutputWithContext added in v0.5.0

func (o WeeklyMaintenanceWindowOutput) ToWeeklyMaintenanceWindowOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowOutput

type WeeklyMaintenanceWindowResponse added in v0.5.0

type WeeklyMaintenanceWindowResponse struct {
	// The day of week that maintenance updates occur.
	Day string `pulumi:"day"`
	// Duration of the maintenance window. The current window is fixed at 1 hour.
	Duration string `pulumi:"duration"`
	// Start time of the window in UTC time.
	StartTime TimeOfDayResponse `pulumi:"startTime"`
}

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

type WeeklyMaintenanceWindowResponseArgs added in v0.5.0

type WeeklyMaintenanceWindowResponseArgs struct {
	// The day of week that maintenance updates occur.
	Day pulumi.StringInput `pulumi:"day"`
	// Duration of the maintenance window. The current window is fixed at 1 hour.
	Duration pulumi.StringInput `pulumi:"duration"`
	// Start time of the window in UTC time.
	StartTime TimeOfDayResponseInput `pulumi:"startTime"`
}

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

func (WeeklyMaintenanceWindowResponseArgs) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowResponseArgs) ToWeeklyMaintenanceWindowResponseOutput added in v0.5.0

func (i WeeklyMaintenanceWindowResponseArgs) ToWeeklyMaintenanceWindowResponseOutput() WeeklyMaintenanceWindowResponseOutput

func (WeeklyMaintenanceWindowResponseArgs) ToWeeklyMaintenanceWindowResponseOutputWithContext added in v0.5.0

func (i WeeklyMaintenanceWindowResponseArgs) ToWeeklyMaintenanceWindowResponseOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowResponseOutput

type WeeklyMaintenanceWindowResponseArray added in v0.5.0

type WeeklyMaintenanceWindowResponseArray []WeeklyMaintenanceWindowResponseInput

func (WeeklyMaintenanceWindowResponseArray) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowResponseArray) ToWeeklyMaintenanceWindowResponseArrayOutput added in v0.5.0

func (i WeeklyMaintenanceWindowResponseArray) ToWeeklyMaintenanceWindowResponseArrayOutput() WeeklyMaintenanceWindowResponseArrayOutput

func (WeeklyMaintenanceWindowResponseArray) ToWeeklyMaintenanceWindowResponseArrayOutputWithContext added in v0.5.0

func (i WeeklyMaintenanceWindowResponseArray) ToWeeklyMaintenanceWindowResponseArrayOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowResponseArrayOutput

type WeeklyMaintenanceWindowResponseArrayInput added in v0.5.0

type WeeklyMaintenanceWindowResponseArrayInput interface {
	pulumi.Input

	ToWeeklyMaintenanceWindowResponseArrayOutput() WeeklyMaintenanceWindowResponseArrayOutput
	ToWeeklyMaintenanceWindowResponseArrayOutputWithContext(context.Context) WeeklyMaintenanceWindowResponseArrayOutput
}

WeeklyMaintenanceWindowResponseArrayInput is an input type that accepts WeeklyMaintenanceWindowResponseArray and WeeklyMaintenanceWindowResponseArrayOutput values. You can construct a concrete instance of `WeeklyMaintenanceWindowResponseArrayInput` via:

WeeklyMaintenanceWindowResponseArray{ WeeklyMaintenanceWindowResponseArgs{...} }

type WeeklyMaintenanceWindowResponseArrayOutput added in v0.5.0

type WeeklyMaintenanceWindowResponseArrayOutput struct{ *pulumi.OutputState }

func (WeeklyMaintenanceWindowResponseArrayOutput) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowResponseArrayOutput) Index added in v0.5.0

func (WeeklyMaintenanceWindowResponseArrayOutput) ToWeeklyMaintenanceWindowResponseArrayOutput added in v0.5.0

func (o WeeklyMaintenanceWindowResponseArrayOutput) ToWeeklyMaintenanceWindowResponseArrayOutput() WeeklyMaintenanceWindowResponseArrayOutput

func (WeeklyMaintenanceWindowResponseArrayOutput) ToWeeklyMaintenanceWindowResponseArrayOutputWithContext added in v0.5.0

func (o WeeklyMaintenanceWindowResponseArrayOutput) ToWeeklyMaintenanceWindowResponseArrayOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowResponseArrayOutput

type WeeklyMaintenanceWindowResponseInput added in v0.5.0

type WeeklyMaintenanceWindowResponseInput interface {
	pulumi.Input

	ToWeeklyMaintenanceWindowResponseOutput() WeeklyMaintenanceWindowResponseOutput
	ToWeeklyMaintenanceWindowResponseOutputWithContext(context.Context) WeeklyMaintenanceWindowResponseOutput
}

WeeklyMaintenanceWindowResponseInput is an input type that accepts WeeklyMaintenanceWindowResponseArgs and WeeklyMaintenanceWindowResponseOutput values. You can construct a concrete instance of `WeeklyMaintenanceWindowResponseInput` via:

WeeklyMaintenanceWindowResponseArgs{...}

type WeeklyMaintenanceWindowResponseOutput added in v0.5.0

type WeeklyMaintenanceWindowResponseOutput struct{ *pulumi.OutputState }

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

func (WeeklyMaintenanceWindowResponseOutput) Day added in v0.5.0

The day of week that maintenance updates occur.

func (WeeklyMaintenanceWindowResponseOutput) Duration added in v0.5.0

Duration of the maintenance window. The current window is fixed at 1 hour.

func (WeeklyMaintenanceWindowResponseOutput) ElementType added in v0.5.0

func (WeeklyMaintenanceWindowResponseOutput) StartTime added in v0.5.0

Start time of the window in UTC time.

func (WeeklyMaintenanceWindowResponseOutput) ToWeeklyMaintenanceWindowResponseOutput added in v0.5.0

func (o WeeklyMaintenanceWindowResponseOutput) ToWeeklyMaintenanceWindowResponseOutput() WeeklyMaintenanceWindowResponseOutput

func (WeeklyMaintenanceWindowResponseOutput) ToWeeklyMaintenanceWindowResponseOutputWithContext added in v0.5.0

func (o WeeklyMaintenanceWindowResponseOutput) ToWeeklyMaintenanceWindowResponseOutputWithContext(ctx context.Context) WeeklyMaintenanceWindowResponseOutput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL