Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Use this data source to list upgrades for a Private Cloud.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const ds = gcp.vmwareengine.getUpgrades({
parent: "projects/my-project/locations/us-west1-a/privateClouds/my-cloud",
});
import pulumi
import pulumi_gcp as gcp
ds = gcp.vmwareengine.get_upgrades(parent="projects/my-project/locations/us-west1-a/privateClouds/my-cloud")
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v9/go/gcp/vmwareengine"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vmwareengine.GetUpgrades(ctx, &vmwareengine.GetUpgradesArgs{
Parent: "projects/my-project/locations/us-west1-a/privateClouds/my-cloud",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var ds = Gcp.VMwareEngine.GetUpgrades.Invoke(new()
{
Parent = "projects/my-project/locations/us-west1-a/privateClouds/my-cloud",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.vmwareengine.VmwareengineFunctions;
import com.pulumi.gcp.vmwareengine.inputs.GetUpgradesArgs;
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 ds = VmwareengineFunctions.getUpgrades(GetUpgradesArgs.builder()
.parent("projects/my-project/locations/us-west1-a/privateClouds/my-cloud")
.build());
}
}
variables:
ds:
fn::invoke:
function: gcp:vmwareengine:getUpgrades
arguments:
parent: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
Using getUpgrades
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 getUpgrades(args: GetUpgradesArgs, opts?: InvokeOptions): Promise<GetUpgradesResult>
function getUpgradesOutput(args: GetUpgradesOutputArgs, opts?: InvokeOptions): Output<GetUpgradesResult>def get_upgrades(name: Optional[str] = None,
parent: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUpgradesResult
def get_upgrades_output(name: Optional[pulumi.Input[str]] = None,
parent: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUpgradesResult]func GetUpgrades(ctx *Context, args *GetUpgradesArgs, opts ...InvokeOption) (*GetUpgradesResult, error)
func GetUpgradesOutput(ctx *Context, args *GetUpgradesOutputArgs, opts ...InvokeOption) GetUpgradesResultOutput> Note: This function is named GetUpgrades in the Go SDK.
public static class GetUpgrades
{
public static Task<GetUpgradesResult> InvokeAsync(GetUpgradesArgs args, InvokeOptions? opts = null)
public static Output<GetUpgradesResult> Invoke(GetUpgradesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUpgradesResult> getUpgrades(GetUpgradesArgs args, InvokeOptions options)
public static Output<GetUpgradesResult> getUpgrades(GetUpgradesArgs args, InvokeOptions options)
fn::invoke:
function: gcp:vmwareengine/getUpgrades:getUpgrades
arguments:
# arguments dictionaryThe following arguments are supported:
- Parent string
- The resource name of the private cloud for which upgrades will be listed. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
- Name string
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- Parent string
- The resource name of the private cloud for which upgrades will be listed. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
- Name string
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- parent String
- The resource name of the private cloud for which upgrades will be listed. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
- name String
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- parent string
- The resource name of the private cloud for which upgrades will be listed. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
- name string
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- parent str
- The resource name of the private cloud for which upgrades will be listed. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
- name str
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- parent String
- The resource name of the private cloud for which upgrades will be listed. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud
- name String
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
getUpgrades Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Parent string
- Upgrades
List<Get
Upgrades Upgrade> - A list of VMware Engine upgrades. Contains one element if 'name' is specified in the arguments, otherwise all upgrades for the private cloud.
- Name string
- The resource name of the private cloud Upgrade.
- Id string
- The provider-assigned unique ID for this managed resource.
- Parent string
- Upgrades
[]Get
Upgrades Upgrade - A list of VMware Engine upgrades. Contains one element if 'name' is specified in the arguments, otherwise all upgrades for the private cloud.
- Name string
- The resource name of the private cloud Upgrade.
- id String
- The provider-assigned unique ID for this managed resource.
- parent String
- upgrades
List<Get
Upgrades Upgrade> - A list of VMware Engine upgrades. Contains one element if 'name' is specified in the arguments, otherwise all upgrades for the private cloud.
- name String
- The resource name of the private cloud Upgrade.
- id string
- The provider-assigned unique ID for this managed resource.
- parent string
- upgrades
Get
Upgrades Upgrade[] - A list of VMware Engine upgrades. Contains one element if 'name' is specified in the arguments, otherwise all upgrades for the private cloud.
- name string
- The resource name of the private cloud Upgrade.
- id str
- The provider-assigned unique ID for this managed resource.
- parent str
- upgrades
Sequence[Get
Upgrades Upgrade] - A list of VMware Engine upgrades. Contains one element if 'name' is specified in the arguments, otherwise all upgrades for the private cloud.
- name str
- The resource name of the private cloud Upgrade.
- id String
- The provider-assigned unique ID for this managed resource.
- parent String
- upgrades List<Property Map>
- A list of VMware Engine upgrades. Contains one element if 'name' is specified in the arguments, otherwise all upgrades for the private cloud.
- name String
- The resource name of the private cloud Upgrade.
Supporting Types
GetUpgradesUpgrade
- Component
Upgrades List<GetUpgrades Upgrade Component Upgrade> - The list of component upgrades.
- Description string
- Additional information about the private cloud upgrade.
- End
Time string - End of the edit window (RFC3339).
- Estimated
Duration string - The estimated total duration of the upgrade in seconds. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
- Name string
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- Schedules
List<Get
Upgrades Upgrade Schedule> - Schedule details for the upgrade.
- Start
Version string - The start version of the private cloud for this upgrade.
- State string
- Component's upgrade state.
- Target
Version string - The targeted version of the private cloud at the end of the upgrade.
- Type string
- The type of upgrade. Possible values include:
VSPHERE_UPGRADE,VSPHERE_PATCH,WORKAROUND,FIRMWARE_UPGRADE,SWITCH_UPGRADE,OTHER,INFRASTRUCTURE_UPGRADE.
- Component
Upgrades []GetUpgrades Upgrade Component Upgrade - The list of component upgrades.
- Description string
- Additional information about the private cloud upgrade.
- End
Time string - End of the edit window (RFC3339).
- Estimated
Duration string - The estimated total duration of the upgrade in seconds. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
- Name string
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- Schedules
[]Get
Upgrades Upgrade Schedule - Schedule details for the upgrade.
- Start
Version string - The start version of the private cloud for this upgrade.
- State string
- Component's upgrade state.
- Target
Version string - The targeted version of the private cloud at the end of the upgrade.
- Type string
- The type of upgrade. Possible values include:
VSPHERE_UPGRADE,VSPHERE_PATCH,WORKAROUND,FIRMWARE_UPGRADE,SWITCH_UPGRADE,OTHER,INFRASTRUCTURE_UPGRADE.
- component
Upgrades List<GetUpgrades Upgrade Component Upgrade> - The list of component upgrades.
- description String
- Additional information about the private cloud upgrade.
- end
Time String - End of the edit window (RFC3339).
- estimated
Duration String - The estimated total duration of the upgrade in seconds. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
- name String
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- schedules
List<Get
Upgrades Upgrade Schedule> - Schedule details for the upgrade.
- start
Version String - The start version of the private cloud for this upgrade.
- state String
- Component's upgrade state.
- target
Version String - The targeted version of the private cloud at the end of the upgrade.
- type String
- The type of upgrade. Possible values include:
VSPHERE_UPGRADE,VSPHERE_PATCH,WORKAROUND,FIRMWARE_UPGRADE,SWITCH_UPGRADE,OTHER,INFRASTRUCTURE_UPGRADE.
- component
Upgrades GetUpgrades Upgrade Component Upgrade[] - The list of component upgrades.
- description string
- Additional information about the private cloud upgrade.
- end
Time string - End of the edit window (RFC3339).
- estimated
Duration string - The estimated total duration of the upgrade in seconds. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
- name string
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- schedules
Get
Upgrades Upgrade Schedule[] - Schedule details for the upgrade.
- start
Version string - The start version of the private cloud for this upgrade.
- state string
- Component's upgrade state.
- target
Version string - The targeted version of the private cloud at the end of the upgrade.
- type string
- The type of upgrade. Possible values include:
VSPHERE_UPGRADE,VSPHERE_PATCH,WORKAROUND,FIRMWARE_UPGRADE,SWITCH_UPGRADE,OTHER,INFRASTRUCTURE_UPGRADE.
- component_
upgrades Sequence[GetUpgrades Upgrade Component Upgrade] - The list of component upgrades.
- description str
- Additional information about the private cloud upgrade.
- end_
time str - End of the edit window (RFC3339).
- estimated_
duration str - The estimated total duration of the upgrade in seconds. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
- name str
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- schedules
Sequence[Get
Upgrades Upgrade Schedule] - Schedule details for the upgrade.
- start_
version str - The start version of the private cloud for this upgrade.
- state str
- Component's upgrade state.
- target_
version str - The targeted version of the private cloud at the end of the upgrade.
- type str
- The type of upgrade. Possible values include:
VSPHERE_UPGRADE,VSPHERE_PATCH,WORKAROUND,FIRMWARE_UPGRADE,SWITCH_UPGRADE,OTHER,INFRASTRUCTURE_UPGRADE.
- component
Upgrades List<Property Map> - The list of component upgrades.
- description String
- Additional information about the private cloud upgrade.
- end
Time String - End of the edit window (RFC3339).
- estimated
Duration String - The estimated total duration of the upgrade in seconds. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
- name String
- The resource name of the specific Upgrade to retrieve. If provided, the 'upgrades' list will contain only this upgrade.
- schedules List<Property Map>
- Schedule details for the upgrade.
- start
Version String - The start version of the private cloud for this upgrade.
- state String
- Component's upgrade state.
- target
Version String - The targeted version of the private cloud at the end of the upgrade.
- type String
- The type of upgrade. Possible values include:
VSPHERE_UPGRADE,VSPHERE_PATCH,WORKAROUND,FIRMWARE_UPGRADE,SWITCH_UPGRADE,OTHER,INFRASTRUCTURE_UPGRADE.
GetUpgradesUpgradeComponentUpgrade
- Component
Type string - The type of vmware component being upgraded.
- State string
- Component's upgrade state.
- Component
Type string - The type of vmware component being upgraded.
- State string
- Component's upgrade state.
- component
Type String - The type of vmware component being upgraded.
- state String
- Component's upgrade state.
- component
Type string - The type of vmware component being upgraded.
- state string
- Component's upgrade state.
- component_
type str - The type of vmware component being upgraded.
- state str
- Component's upgrade state.
- component
Type String - The type of vmware component being upgraded.
- state String
- Component's upgrade state.
GetUpgradesUpgradeSchedule
- Constraints
Get
Upgrades Upgrade Schedule Constraints - Constraints applied to the schedule.
- Edit
Windows List<GetUpgrades Upgrade Schedule Edit Window> - The schedule is open for edits during this time interval.
- Last
Editor string - Indicates who most recently edited the upgrade schedule. Possible values:
SYSTEM,USER. - Start
Time string - Start of the edit window (RFC3339).
- Weekly
Windows List<GetUpgrades Upgrade Schedule Weekly Window> - Weekly time windows for upgrade activities.
- Constraints
Get
Upgrades Upgrade Schedule Constraints - Constraints applied to the schedule.
- Edit
Windows []GetUpgrades Upgrade Schedule Edit Window - The schedule is open for edits during this time interval.
- Last
Editor string - Indicates who most recently edited the upgrade schedule. Possible values:
SYSTEM,USER. - Start
Time string - Start of the edit window (RFC3339).
- Weekly
Windows []GetUpgrades Upgrade Schedule Weekly Window - Weekly time windows for upgrade activities.
- constraints
Get
Upgrades Upgrade Schedule Constraints - Constraints applied to the schedule.
- edit
Windows List<GetUpgrades Upgrade Schedule Edit Window> - The schedule is open for edits during this time interval.
- last
Editor String - Indicates who most recently edited the upgrade schedule. Possible values:
SYSTEM,USER. - start
Time String - Start of the edit window (RFC3339).
- weekly
Windows List<GetUpgrades Upgrade Schedule Weekly Window> - Weekly time windows for upgrade activities.
- constraints
Get
Upgrades Upgrade Schedule Constraints - Constraints applied to the schedule.
- edit
Windows GetUpgrades Upgrade Schedule Edit Window[] - The schedule is open for edits during this time interval.
- last
Editor string - Indicates who most recently edited the upgrade schedule. Possible values:
SYSTEM,USER. - start
Time string - Start of the edit window (RFC3339).
- weekly
Windows GetUpgrades Upgrade Schedule Weekly Window[] - Weekly time windows for upgrade activities.
- constraints
Get
Upgrades Upgrade Schedule Constraints - Constraints applied to the schedule.
- edit_
windows Sequence[GetUpgrades Upgrade Schedule Edit Window] - The schedule is open for edits during this time interval.
- last_
editor str - Indicates who most recently edited the upgrade schedule. Possible values:
SYSTEM,USER. - start_
time str - Start of the edit window (RFC3339).
- weekly_
windows Sequence[GetUpgrades Upgrade Schedule Weekly Window] - Weekly time windows for upgrade activities.
- constraints Property Map
- Constraints applied to the schedule.
- edit
Windows List<Property Map> - The schedule is open for edits during this time interval.
- last
Editor String - Indicates who most recently edited the upgrade schedule. Possible values:
SYSTEM,USER. - start
Time String - Start of the edit window (RFC3339).
- weekly
Windows List<Property Map> - Weekly time windows for upgrade activities.
GetUpgradesUpgradeScheduleConstraints
- Disallowed
Intervals GetUpgrades Upgrade Schedule Constraints Disallowed Intervals - A list of intervals in which maintenance windows are not allowed.
- Min
Hours intDay - Minimum number of hours must be allotted for the upgrade activities for each selected day.
- Min
Hours intWeek - The minimum number of weekly hours must be allotted for the upgrade activities.
- Reschedule
Date GetRange Upgrades Upgrade Schedule Constraints Reschedule Date Range - The user can only reschedule an upgrade that starts within this range.
- Disallowed
Intervals GetUpgrades Upgrade Schedule Constraints Disallowed Intervals - A list of intervals in which maintenance windows are not allowed.
- Min
Hours intDay - Minimum number of hours must be allotted for the upgrade activities for each selected day.
- Min
Hours intWeek - The minimum number of weekly hours must be allotted for the upgrade activities.
- Reschedule
Date GetRange Upgrades Upgrade Schedule Constraints Reschedule Date Range - The user can only reschedule an upgrade that starts within this range.
- disallowed
Intervals GetUpgrades Upgrade Schedule Constraints Disallowed Intervals - A list of intervals in which maintenance windows are not allowed.
- min
Hours IntegerDay - Minimum number of hours must be allotted for the upgrade activities for each selected day.
- min
Hours IntegerWeek - The minimum number of weekly hours must be allotted for the upgrade activities.
- reschedule
Date GetRange Upgrades Upgrade Schedule Constraints Reschedule Date Range - The user can only reschedule an upgrade that starts within this range.
- disallowed
Intervals GetUpgrades Upgrade Schedule Constraints Disallowed Intervals - A list of intervals in which maintenance windows are not allowed.
- min
Hours numberDay - Minimum number of hours must be allotted for the upgrade activities for each selected day.
- min
Hours numberWeek - The minimum number of weekly hours must be allotted for the upgrade activities.
- reschedule
Date GetRange Upgrades Upgrade Schedule Constraints Reschedule Date Range - The user can only reschedule an upgrade that starts within this range.
- disallowed_
intervals GetUpgrades Upgrade Schedule Constraints Disallowed Intervals - A list of intervals in which maintenance windows are not allowed.
- min_
hours_ intday - Minimum number of hours must be allotted for the upgrade activities for each selected day.
- min_
hours_ intweek - The minimum number of weekly hours must be allotted for the upgrade activities.
- reschedule_
date_ Getrange Upgrades Upgrade Schedule Constraints Reschedule Date Range - The user can only reschedule an upgrade that starts within this range.
- disallowed
Intervals Property Map - A list of intervals in which maintenance windows are not allowed.
- min
Hours NumberDay - Minimum number of hours must be allotted for the upgrade activities for each selected day.
- min
Hours NumberWeek - The minimum number of weekly hours must be allotted for the upgrade activities.
- reschedule
Date Property MapRange - The user can only reschedule an upgrade that starts within this range.
GetUpgradesUpgradeScheduleConstraintsDisallowedIntervals
- End
Day string - End
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals End Time - End of the edit window (RFC3339).
- Start
Day string - Start
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals Start Time - Start of the edit window (RFC3339).
- End
Day string - End
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals End Time - End of the edit window (RFC3339).
- Start
Day string - Start
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals Start Time - Start of the edit window (RFC3339).
- end
Day String - end
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals End Time - End of the edit window (RFC3339).
- start
Day String - start
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals Start Time - Start of the edit window (RFC3339).
- end
Day string - end
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals End Time - End of the edit window (RFC3339).
- start
Day string - start
Time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals Start Time - Start of the edit window (RFC3339).
- end_
day str - end_
time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals End Time - End of the edit window (RFC3339).
- start_
day str - start_
time GetUpgrades Upgrade Schedule Constraints Disallowed Intervals Start Time - Start of the edit window (RFC3339).
- end
Day String - end
Time Property Map - End of the edit window (RFC3339).
- start
Day String - start
Time Property Map - Start of the edit window (RFC3339).
GetUpgradesUpgradeScheduleConstraintsDisallowedIntervalsEndTime
GetUpgradesUpgradeScheduleConstraintsDisallowedIntervalsStartTime
GetUpgradesUpgradeScheduleConstraintsRescheduleDateRange
- end_
time str - End of the edit window (RFC3339).
- start_
time str - Start of the edit window (RFC3339).
GetUpgradesUpgradeScheduleEditWindow
- end_
time str - End of the edit window (RFC3339).
- start_
time str - Start of the edit window (RFC3339).
GetUpgradesUpgradeScheduleWeeklyWindow
- Day
Of stringWeek - Day of the week for this window.
- Duration string
- The duration of the window in seconds.
- Start
Times List<GetUpgrades Upgrade Schedule Weekly Window Start Time> - Start of the edit window (RFC3339).
- Day
Of stringWeek - Day of the week for this window.
- Duration string
- The duration of the window in seconds.
- Start
Times []GetUpgrades Upgrade Schedule Weekly Window Start Time - Start of the edit window (RFC3339).
- day
Of StringWeek - Day of the week for this window.
- duration String
- The duration of the window in seconds.
- start
Times List<GetUpgrades Upgrade Schedule Weekly Window Start Time> - Start of the edit window (RFC3339).
- day
Of stringWeek - Day of the week for this window.
- duration string
- The duration of the window in seconds.
- start
Times GetUpgrades Upgrade Schedule Weekly Window Start Time[] - Start of the edit window (RFC3339).
- day_
of_ strweek - Day of the week for this window.
- duration str
- The duration of the window in seconds.
- start_
times Sequence[GetUpgrades Upgrade Schedule Weekly Window Start Time] - Start of the edit window (RFC3339).
- day
Of StringWeek - Day of the week for this window.
- duration String
- The duration of the window in seconds.
- start
Times List<Property Map> - Start of the edit window (RFC3339).
GetUpgradesUpgradeScheduleWeeklyWindowStartTime
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
