Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.GoldenGate.getDeploymentUpgrades
Explore with Pulumi AI
This data source provides the list of Deployment Upgrades in Oracle Cloud Infrastructure Golden Gate service.
Lists the Deployment Upgrades in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeploymentUpgrades = oci.GoldenGate.getDeploymentUpgrades({
compartmentId: compartmentId,
deploymentId: testDeployment.id,
displayName: deploymentUpgradeDisplayName,
state: deploymentUpgradeState,
});
import pulumi
import pulumi_oci as oci
test_deployment_upgrades = oci.GoldenGate.get_deployment_upgrades(compartment_id=compartment_id,
deployment_id=test_deployment["id"],
display_name=deployment_upgrade_display_name,
state=deployment_upgrade_state)
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.GetDeploymentUpgrades(ctx, &goldengate.GetDeploymentUpgradesArgs{
CompartmentId: compartmentId,
DeploymentId: pulumi.StringRef(testDeployment.Id),
DisplayName: pulumi.StringRef(deploymentUpgradeDisplayName),
State: pulumi.StringRef(deploymentUpgradeState),
}, 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 testDeploymentUpgrades = Oci.GoldenGate.GetDeploymentUpgrades.Invoke(new()
{
CompartmentId = compartmentId,
DeploymentId = testDeployment.Id,
DisplayName = deploymentUpgradeDisplayName,
State = deploymentUpgradeState,
});
});
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.GetDeploymentUpgradesArgs;
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 testDeploymentUpgrades = GoldenGateFunctions.getDeploymentUpgrades(GetDeploymentUpgradesArgs.builder()
.compartmentId(compartmentId)
.deploymentId(testDeployment.id())
.displayName(deploymentUpgradeDisplayName)
.state(deploymentUpgradeState)
.build());
}
}
variables:
testDeploymentUpgrades:
fn::invoke:
function: oci:GoldenGate:getDeploymentUpgrades
arguments:
compartmentId: ${compartmentId}
deploymentId: ${testDeployment.id}
displayName: ${deploymentUpgradeDisplayName}
state: ${deploymentUpgradeState}
Using getDeploymentUpgrades
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 getDeploymentUpgrades(args: GetDeploymentUpgradesArgs, opts?: InvokeOptions): Promise<GetDeploymentUpgradesResult>
function getDeploymentUpgradesOutput(args: GetDeploymentUpgradesOutputArgs, opts?: InvokeOptions): Output<GetDeploymentUpgradesResult>
def get_deployment_upgrades(compartment_id: Optional[str] = None,
deployment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetDeploymentUpgradesFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentUpgradesResult
def get_deployment_upgrades_output(compartment_id: Optional[pulumi.Input[str]] = None,
deployment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetDeploymentUpgradesFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentUpgradesResult]
func GetDeploymentUpgrades(ctx *Context, args *GetDeploymentUpgradesArgs, opts ...InvokeOption) (*GetDeploymentUpgradesResult, error)
func GetDeploymentUpgradesOutput(ctx *Context, args *GetDeploymentUpgradesOutputArgs, opts ...InvokeOption) GetDeploymentUpgradesResultOutput
> Note: This function is named GetDeploymentUpgrades
in the Go SDK.
public static class GetDeploymentUpgrades
{
public static Task<GetDeploymentUpgradesResult> InvokeAsync(GetDeploymentUpgradesArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentUpgradesResult> Invoke(GetDeploymentUpgradesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentUpgradesResult> getDeploymentUpgrades(GetDeploymentUpgradesArgs args, InvokeOptions options)
public static Output<GetDeploymentUpgradesResult> getDeploymentUpgrades(GetDeploymentUpgradesArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getDeploymentUpgrades:getDeploymentUpgrades
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Deployment
Id string - The OCID of the deployment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
Changes to this property will trigger replacement.
Deployment Upgrades Filter> - State string
- A filter to return only the resources that match the 'lifecycleState' given.
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Deployment
Id string - The OCID of the deployment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
Changes to this property will trigger replacement.
Deployment Upgrades Filter - State string
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Id String - The OCID of the deployment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
Deployment Upgrades Filter> - state String
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Id string - The OCID of the deployment in which to list resources.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
Deployment Upgrades Filter[] - state string
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment_
id This property is required. str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment_
id str - The OCID of the deployment in which to list resources.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
Get Deployment Upgrades Filter] - state str
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Id String - The OCID of the deployment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only the resources that match the 'lifecycleState' given.
getDeploymentUpgrades Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment being referenced.
- Deployment
Upgrade List<GetCollections Deployment Upgrades Deployment Upgrade Collection> - The list of deployment_upgrade_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Id string - The OCID of the deployment being referenced.
- Display
Name string - An object's Display Name.
- Filters
List<Get
Deployment Upgrades Filter> - State string
- Possible lifecycle states.
- Compartment
Id string - The OCID of the compartment being referenced.
- Deployment
Upgrade []GetCollections Deployment Upgrades Deployment Upgrade Collection - The list of deployment_upgrade_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Id string - The OCID of the deployment being referenced.
- Display
Name string - An object's Display Name.
- Filters
[]Get
Deployment Upgrades Filter - State string
- Possible lifecycle states.
- compartment
Id String - The OCID of the compartment being referenced.
- deployment
Upgrade List<GetCollections Deployment Upgrades Deployment Upgrade Collection> - The list of deployment_upgrade_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Id String - The OCID of the deployment being referenced.
- display
Name String - An object's Display Name.
- filters
List<Get
Deployment Upgrades Filter> - state String
- Possible lifecycle states.
- compartment
Id string - The OCID of the compartment being referenced.
- deployment
Upgrade GetCollections Deployment Upgrades Deployment Upgrade Collection[] - The list of deployment_upgrade_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- deployment
Id string - The OCID of the deployment being referenced.
- display
Name string - An object's Display Name.
- filters
Get
Deployment Upgrades Filter[] - state string
- Possible lifecycle states.
- compartment_
id str - The OCID of the compartment being referenced.
- deployment_
upgrade_ Sequence[goldengate.collections Get Deployment Upgrades Deployment Upgrade Collection] - The list of deployment_upgrade_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- deployment_
id str - The OCID of the deployment being referenced.
- display_
name str - An object's Display Name.
- filters
Sequence[goldengate.
Get Deployment Upgrades Filter] - state str
- Possible lifecycle states.
- compartment
Id String - The OCID of the compartment being referenced.
- deployment
Upgrade List<Property Map>Collections - The list of deployment_upgrade_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Id String - The OCID of the deployment being referenced.
- display
Name String - An object's Display Name.
- filters List<Property Map>
- state String
- Possible lifecycle states.
Supporting Types
GetDeploymentUpgradesDeploymentUpgradeCollection
- Items
This property is required. List<GetDeployment Upgrades Deployment Upgrade Collection Item>
- Items
This property is required. []GetDeployment Upgrades Deployment Upgrade Collection Item
- items
This property is required. List<GetDeployment Upgrades Deployment Upgrade Collection Item>
- items
This property is required. GetDeployment Upgrades Deployment Upgrade Collection Item[]
- items
This property is required. Sequence[goldengate.Get Deployment Upgrades Deployment Upgrade Collection Item]
- items
This property is required. List<Property Map>
GetDeploymentUpgradesDeploymentUpgradeCollectionItem
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. 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 This property is required. string - The OCID of the deployment in which to list resources.
- Deployment
Upgrade Type This property is required. string - The type of the deployment upgrade: MANUAL or AUTOMATIC
- Description
This property is required. string - Metadata about this specific object.
- Display
Name This property is required. string - A filter to return only the resources that match the entire 'displayName' given.
This property is required. 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
This property is required. string - The OCID of the deployment upgrade being referenced.
- Is
Cancel Allowed This property is required. bool - 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 Allowed This property is required. bool - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- Is
Rollback Allowed This property is required. bool - 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 Fix This property is required. bool - Indicates if OGG release contains security fix.
- Is
Snoozed This property is required. bool - Indicates if upgrade notifications are snoozed or not.
- Lifecycle
Details This property is required. 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 State This property is required. string - Possible GGS lifecycle sub-states.
- Ogg
Version This property is required. string - Version of OGG
- Previous
Ogg Version This property is required. string - Version of OGG
- Release
Type This property is required. string - The type of release.
- State
This property is required. string - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. 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 This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Finished This property is required. 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 Version Supported Until This property is required. string - 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 This property is required. string - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule This property is required. string - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule Max This property is required. string - 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 Until This property is required. string - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Started This property is required. 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 This property is required. string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. 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 This property is required. string - The OCID of the deployment in which to list resources.
- Deployment
Upgrade Type This property is required. string - The type of the deployment upgrade: MANUAL or AUTOMATIC
- Description
This property is required. string - Metadata about this specific object.
- Display
Name This property is required. string - A filter to return only the resources that match the entire 'displayName' given.
This property is required. 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
This property is required. string - The OCID of the deployment upgrade being referenced.
- Is
Cancel Allowed This property is required. bool - 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 Allowed This property is required. bool - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- Is
Rollback Allowed This property is required. bool - 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 Fix This property is required. bool - Indicates if OGG release contains security fix.
- Is
Snoozed This property is required. bool - Indicates if upgrade notifications are snoozed or not.
- Lifecycle
Details This property is required. 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 State This property is required. string - Possible GGS lifecycle sub-states.
- Ogg
Version This property is required. string - Version of OGG
- Previous
Ogg Version This property is required. string - Version of OGG
- Release
Type This property is required. string - The type of release.
- State
This property is required. string - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. 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 This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Finished This property is required. 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 Version Supported Until This property is required. string - 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 This property is required. string - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule This property is required. string - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Schedule Max This property is required. string - 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 Until This property is required. string - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Started This property is required. 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 This property is required. string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. 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 This property is required. String - The OCID of the deployment in which to list resources.
- deployment
Upgrade Type This property is required. String - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description
This property is required. String - Metadata about this specific object.
- display
Name This property is required. String - A filter to return only the resources that match the entire 'displayName' given.
This property is required. 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
This property is required. String - The OCID of the deployment upgrade being referenced.
- is
Cancel Allowed This property is required. Boolean - 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 Allowed This property is required. Boolean - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is
Rollback Allowed This property is required. Boolean - 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 Fix This property is required. Boolean - Indicates if OGG release contains security fix.
- is
Snoozed This property is required. Boolean - Indicates if upgrade notifications are snoozed or not.
- lifecycle
Details This property is required. 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 State This property is required. String - Possible GGS lifecycle sub-states.
- ogg
Version This property is required. String - Version of OGG
- previous
Ogg Version This property is required. String - Version of OGG
- release
Type This property is required. String - The type of release.
- state
This property is required. String - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. 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 This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Finished This property is required. 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 Version Supported Until This property is required. String - 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 This property is required. String - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule This property is required. String - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule Max This property is required. String - 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 Until This property is required. String - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Started This property is required. 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 This property is required. String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. {[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 This property is required. string - The OCID of the deployment in which to list resources.
- deployment
Upgrade Type This property is required. string - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description
This property is required. string - Metadata about this specific object.
- display
Name This property is required. string - A filter to return only the resources that match the entire 'displayName' given.
This property is required. {[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
This property is required. string - The OCID of the deployment upgrade being referenced.
- is
Cancel Allowed This property is required. boolean - 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 Allowed This property is required. boolean - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is
Rollback Allowed This property is required. boolean - 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 Fix This property is required. boolean - Indicates if OGG release contains security fix.
- is
Snoozed This property is required. boolean - Indicates if upgrade notifications are snoozed or not.
- lifecycle
Details This property is required. 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 State This property is required. string - Possible GGS lifecycle sub-states.
- ogg
Version This property is required. string - Version of OGG
- previous
Ogg Version This property is required. string - Version of OGG
- release
Type This property is required. string - The type of release.
- state
This property is required. string - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. {[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 This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Finished This property is required. 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 Version Supported Until This property is required. string - 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 This property is required. string - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule This property is required. string - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule Max This property is required. string - 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 Until This property is required. string - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Started This property is required. 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 This property is required. string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment_
id This property is required. str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. 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 This property is required. str - The OCID of the deployment in which to list resources.
- deployment_
upgrade_ type This property is required. str - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description
This property is required. str - Metadata about this specific object.
- display_
name This property is required. str - A filter to return only the resources that match the entire 'displayName' given.
This property is required. 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
This property is required. str - The OCID of the deployment upgrade being referenced.
- is_
cancel_ allowed This property is required. bool - 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_ allowed This property is required. bool - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is_
rollback_ allowed This property is required. bool - 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_ fix This property is required. bool - Indicates if OGG release contains security fix.
- is_
snoozed This property is required. bool - Indicates if upgrade notifications are snoozed or not.
- lifecycle_
details This property is required. 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_ state This property is required. str - Possible GGS lifecycle sub-states.
- ogg_
version This property is required. str - Version of OGG
- previous_
ogg_ version This property is required. str - Version of OGG
- release_
type This property is required. str - The type of release.
- state
This property is required. str - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. 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 This property is required. str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
finished This property is required. 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_ version_ supported_ until This property is required. str - 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 This property is required. str - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
schedule This property is required. str - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
schedule_ max This property is required. str - 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_ until This property is required. str - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
started This property is required. 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 This property is required. str - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. Map<String>- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id This property is required. String - The OCID of the deployment in which to list resources.
- deployment
Upgrade Type This property is required. String - The type of the deployment upgrade: MANUAL or AUTOMATIC
- description
This property is required. String - Metadata about this specific object.
- display
Name This property is required. String - A filter to return only the resources that match the entire 'displayName' given.
This property is required. 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
This property is required. String - The OCID of the deployment upgrade being referenced.
- is
Cancel Allowed This property is required. Boolean - 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 Allowed This property is required. Boolean - Indicates if reschedule is allowed. Upgrade can be rescheduled postponed until the end of the service defined auto-upgrade period.
- is
Rollback Allowed This property is required. Boolean - 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 Fix This property is required. Boolean - Indicates if OGG release contains security fix.
- is
Snoozed This property is required. Boolean - Indicates if upgrade notifications are snoozed or not.
- lifecycle
Details This property is required. 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 State This property is required. String - Possible GGS lifecycle sub-states.
- ogg
Version This property is required. String - Version of OGG
- previous
Ogg Version This property is required. String - Version of OGG
- release
Type This property is required. String - The type of release.
- state
This property is required. String - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. 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 This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Finished This property is required. 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 Version Supported Until This property is required. String - 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 This property is required. String - The time the resource was released. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule This property is required. String - The time of upgrade schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Schedule Max This property is required. String - 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 Until This property is required. String - The time the upgrade notifications are snoozed until. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Started This property is required. 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 This property is required. String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
GetDeploymentUpgradesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.