Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.GoldenGate.getDeploymentUpgrade
Explore with Pulumi AI
This data source provides details about a specific Deployment Upgrade resource in Oracle Cloud Infrastructure Golden Gate service.
Retrieves a deployment upgrade.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeploymentUpgrade = oci.GoldenGate.getDeploymentUpgrade({
deploymentUpgradeId: testDeploymentUpgradeOciGoldenGateDeploymentUpgrade.id,
});
import pulumi
import pulumi_oci as oci
test_deployment_upgrade = oci.GoldenGate.get_deployment_upgrade(deployment_upgrade_id=test_deployment_upgrade_oci_golden_gate_deployment_upgrade["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/GoldenGate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := GoldenGate.GetDeploymentUpgrade(ctx, &goldengate.GetDeploymentUpgradeArgs{
DeploymentUpgradeId: testDeploymentUpgradeOciGoldenGateDeploymentUpgrade.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDeploymentUpgrade = Oci.GoldenGate.GetDeploymentUpgrade.Invoke(new()
{
DeploymentUpgradeId = testDeploymentUpgradeOciGoldenGateDeploymentUpgrade.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetDeploymentUpgradeArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testDeploymentUpgrade = GoldenGateFunctions.getDeploymentUpgrade(GetDeploymentUpgradeArgs.builder()
.deploymentUpgradeId(testDeploymentUpgradeOciGoldenGateDeploymentUpgrade.id())
.build());
}
}
variables:
testDeploymentUpgrade:
fn::invoke:
Function: oci:GoldenGate:getDeploymentUpgrade
Arguments:
deploymentUpgradeId: ${testDeploymentUpgradeOciGoldenGateDeploymentUpgrade.id}
Using getDeploymentUpgrade
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeploymentUpgrade(args: GetDeploymentUpgradeArgs, opts?: InvokeOptions): Promise<GetDeploymentUpgradeResult>
function getDeploymentUpgradeOutput(args: GetDeploymentUpgradeOutputArgs, opts?: InvokeOptions): Output<GetDeploymentUpgradeResult>
def get_deployment_upgrade(deployment_upgrade_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentUpgradeResult
def get_deployment_upgrade_output(deployment_upgrade_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentUpgradeResult]
func GetDeploymentUpgrade(ctx *Context, args *GetDeploymentUpgradeArgs, opts ...InvokeOption) (*GetDeploymentUpgradeResult, error)
func GetDeploymentUpgradeOutput(ctx *Context, args *GetDeploymentUpgradeOutputArgs, opts ...InvokeOption) GetDeploymentUpgradeResultOutput
> Note: This function is named GetDeploymentUpgrade
in the Go SDK.
public static class GetDeploymentUpgrade
{
public static Task<GetDeploymentUpgradeResult> InvokeAsync(GetDeploymentUpgradeArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentUpgradeResult> Invoke(GetDeploymentUpgradeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentUpgradeResult> getDeploymentUpgrade(GetDeploymentUpgradeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:GoldenGate/getDeploymentUpgrade:getDeploymentUpgrade
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Upgrade stringId - A unique Deployment Upgrade identifier.
- Deployment
Upgrade stringId - A unique Deployment Upgrade identifier.
- deployment
Upgrade StringId - A unique Deployment Upgrade identifier.
- deployment
Upgrade stringId - A unique Deployment Upgrade identifier.
- deployment_
upgrade_ strid - A unique Deployment Upgrade identifier.
- deployment
Upgrade StringId - A unique Deployment Upgrade identifier.
getDeploymentUpgrade Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment being referenced.
- Dictionary<string, string>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Id string - The OCID of the deployment being referenced.
- Deployment
Upgrade stringId - Deployment
Upgrade stringType - The type of the deployment upgrade: MANUAL or AUTOMATIC
- Description string
- Metadata about this specific object.
- Display
Name string - An object's Display Name.
- Dictionary<string, string>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Cancel boolAllowed - Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.
- Is
Reschedule boolAllowed - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- Is
Rollback boolAllowed - Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.
- Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
- Automatic upgrade by default is not allowed, unless a serious issue does not justify.
- Is
Security boolFix - Indicates if OGG release contains security fix.
- Is
Snoozed bool - Indicates if upgrade notifications are snoozed or not.
- Lifecycle
Details string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- Lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- Ogg
Version string - Version of OGG
- Previous
Ogg stringVersion - Version of OGG
- Release
Type string - The type of release.
- State string
- Possible lifecycle states.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Finished string - The date and time the request was finished. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Released string - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule string - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule stringMax - Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Snoozed stringUntil - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Started string - The date and time the request was started. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Compartment
Id string - The OCID of the compartment being referenced.
- map[string]string
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Id string - The OCID of the deployment being referenced.
- Deployment
Upgrade stringId - Deployment
Upgrade stringType - The type of the deployment upgrade: MANUAL or AUTOMATIC
- Description string
- Metadata about this specific object.
- Display
Name string - An object's Display Name.
- map[string]string
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Cancel boolAllowed - Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.
- Is
Reschedule boolAllowed - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- Is
Rollback boolAllowed - Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.
- Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
- Automatic upgrade by default is not allowed, unless a serious issue does not justify.
- Is
Security boolFix - Indicates if OGG release contains security fix.
- Is
Snoozed bool - Indicates if upgrade notifications are snoozed or not.
- Lifecycle
Details string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- Lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- Ogg
Version string - Version of OGG
- Previous
Ogg stringVersion - Version of OGG
- Release
Type string - The type of release.
- State string
- Possible lifecycle states.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Finished string - The date and time the request was finished. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Released string - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule string - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule stringMax - Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Snoozed stringUntil - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Started string - The date and time the request was started. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id String - The OCID of the compartment being referenced.
- Map<String,String>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id String - The OCID of the deployment being referenced.
- deployment
Upgrade StringId - deployment
Upgrade StringType - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description String
- Metadata about this specific object.
- display
Name String - An object's Display Name.
- Map<String,String>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The provider-assigned unique ID for this managed resource.
- is
Cancel BooleanAllowed - Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.
- is
Reschedule BooleanAllowed - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is
Rollback BooleanAllowed - Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.
- Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
- Automatic upgrade by default is not allowed, unless a serious issue does not justify.
- is
Security BooleanFix - Indicates if OGG release contains security fix.
- is
Snoozed Boolean - Indicates if upgrade notifications are snoozed or not.
- lifecycle
Details String - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle
Sub StringState - Possible GGS lifecycle sub-states.
- ogg
Version String - Version of OGG
- previous
Ogg StringVersion - Version of OGG
- release
Type String - The type of release.
- state String
- Possible lifecycle states.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Finished String - The date and time the request was finished. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg StringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Released String - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule String - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule StringMax - Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Snoozed StringUntil - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Started String - The date and time the request was started. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id string - The OCID of the compartment being referenced.
- {[key: string]: string}
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id string - The OCID of the deployment being referenced.
- deployment
Upgrade stringId - deployment
Upgrade stringType - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description string
- Metadata about this specific object.
- display
Name string - An object's Display Name.
- {[key: string]: string}
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The provider-assigned unique ID for this managed resource.
- is
Cancel booleanAllowed - Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.
- is
Reschedule booleanAllowed - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is
Rollback booleanAllowed - Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.
- Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
- Automatic upgrade by default is not allowed, unless a serious issue does not justify.
- is
Security booleanFix - Indicates if OGG release contains security fix.
- is
Snoozed boolean - Indicates if upgrade notifications are snoozed or not.
- lifecycle
Details string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- ogg
Version string - Version of OGG
- previous
Ogg stringVersion - Version of OGG
- release
Type string - The type of release.
- state string
- Possible lifecycle states.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Finished string - The date and time the request was finished. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Released string - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule string - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule stringMax - Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Snoozed stringUntil - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Started string - The date and time the request was started. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment_
id str - The OCID of the compartment being referenced.
- Mapping[str, str]
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment_
id str - The OCID of the deployment being referenced.
- deployment_
upgrade_ strid - deployment_
upgrade_ strtype - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description str
- Metadata about this specific object.
- display_
name str - An object's Display Name.
- Mapping[str, str]
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The provider-assigned unique ID for this managed resource.
- is_
cancel_ boolallowed - Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.
- is_
reschedule_ boolallowed - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is_
rollback_ boolallowed - Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.
- Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
- Automatic upgrade by default is not allowed, unless a serious issue does not justify.
- is_
security_ boolfix - Indicates if OGG release contains security fix.
- is_
snoozed bool - Indicates if upgrade notifications are snoozed or not.
- lifecycle_
details str - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle_
sub_ strstate - Possible GGS lifecycle sub-states.
- ogg_
version str - Version of OGG
- previous_
ogg_ strversion - Version of OGG
- release_
type str - The type of release.
- state str
- Possible lifecycle states.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time_
created str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
finished str - The date and time the request was finished. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
ogg_ strversion_ supported_ until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
released str - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
schedule str - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
schedule_ strmax - Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
snoozed_ struntil - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
started str - The date and time the request was started. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
updated str - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id String - The OCID of the compartment being referenced.
- Map<String>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id String - The OCID of the deployment being referenced.
- deployment
Upgrade StringId - deployment
Upgrade StringType - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description String
- Metadata about this specific object.
- display
Name String - An object's Display Name.
- Map<String>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The provider-assigned unique ID for this managed resource.
- is
Cancel BooleanAllowed - Indicates if cancel is allowed. Scheduled upgrade can be cancelled only if target version is not forced by service, otherwise only reschedule allowed.
- is
Reschedule BooleanAllowed - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is
Rollback BooleanAllowed - Indicates if rollback is allowed. In practice only the last upgrade can be rolled back.
- Manual upgrade is allowed to rollback only until the old version isn't deprecated yet.
- Automatic upgrade by default is not allowed, unless a serious issue does not justify.
- is
Security BooleanFix - Indicates if OGG release contains security fix.
- is
Snoozed Boolean - Indicates if upgrade notifications are snoozed or not.
- lifecycle
Details String - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle
Sub StringState - Possible GGS lifecycle sub-states.
- ogg
Version String - Version of OGG
- previous
Ogg StringVersion - Version of OGG
- release
Type String - The type of release.
- state String
- Possible lifecycle states.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Finished String - The date and time the request was finished. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg StringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Released String - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule String - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule StringMax - Indicates the latest time until the deployment upgrade could be rescheduled. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Snoozed StringUntil - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Started String - The date and time the request was started. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.