1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/alpha
  6. getNodeGroup

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.compute/alpha.getNodeGroup

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the “nodes” field should not be used. Use nodeGroups.listNodes instead.

Using getNodeGroup

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 getNodeGroup(args: GetNodeGroupArgs, opts?: InvokeOptions): Promise<GetNodeGroupResult>
function getNodeGroupOutput(args: GetNodeGroupOutputArgs, opts?: InvokeOptions): Output<GetNodeGroupResult>
Copy
def get_node_group(node_group: Optional[str] = None,
                   project: Optional[str] = None,
                   zone: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetNodeGroupResult
def get_node_group_output(node_group: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   zone: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetNodeGroupResult]
Copy
func LookupNodeGroup(ctx *Context, args *LookupNodeGroupArgs, opts ...InvokeOption) (*LookupNodeGroupResult, error)
func LookupNodeGroupOutput(ctx *Context, args *LookupNodeGroupOutputArgs, opts ...InvokeOption) LookupNodeGroupResultOutput
Copy

> Note: This function is named LookupNodeGroup in the Go SDK.

public static class GetNodeGroup 
{
    public static Task<GetNodeGroupResult> InvokeAsync(GetNodeGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetNodeGroupResult> Invoke(GetNodeGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNodeGroupResult> getNodeGroup(GetNodeGroupArgs args, InvokeOptions options)
public static Output<GetNodeGroupResult> getNodeGroup(GetNodeGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:compute/alpha:getNodeGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

NodeGroup This property is required. string
Zone This property is required. string
Project string
NodeGroup This property is required. string
Zone This property is required. string
Project string
nodeGroup This property is required. String
zone This property is required. String
project String
nodeGroup This property is required. string
zone This property is required. string
project string
node_group This property is required. str
zone This property is required. str
project str
nodeGroup This property is required. String
zone This property is required. String
project String

getNodeGroup Result

The following output properties are available:

AutoscalingPolicy Pulumi.GoogleNative.Compute.Alpha.Outputs.NodeGroupAutoscalingPolicyResponse
Specifies how autoscaling should behave.
CreationTimestamp string
Creation timestamp in RFC3339 text format.
Description string
An optional description of this resource. Provide this property when you create the resource.
Fingerprint string
Kind string
The type of the resource. Always compute#nodeGroup for node group.
LocationHint string
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
MaintenanceInterval string
Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.
MaintenancePolicy string
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
MaintenanceWindow Pulumi.GoogleNative.Compute.Alpha.Outputs.NodeGroupMaintenanceWindowResponse
Name string
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
NodeTemplate string
URL of the node template to create the node group from.
SelfLink string
Server-defined URL for the resource.
SelfLinkWithId string
Server-defined URL for this resource with the resource id.
ShareSettings Pulumi.GoogleNative.Compute.Alpha.Outputs.ShareSettingsResponse
Share-settings for the node group
Size int
The total number of nodes in the node group.
Status string
Zone string
The name of the zone where the node group resides, such as us-central1-a.
AutoscalingPolicy NodeGroupAutoscalingPolicyResponse
Specifies how autoscaling should behave.
CreationTimestamp string
Creation timestamp in RFC3339 text format.
Description string
An optional description of this resource. Provide this property when you create the resource.
Fingerprint string
Kind string
The type of the resource. Always compute#nodeGroup for node group.
LocationHint string
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
MaintenanceInterval string
Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.
MaintenancePolicy string
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
MaintenanceWindow NodeGroupMaintenanceWindowResponse
Name string
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
NodeTemplate string
URL of the node template to create the node group from.
SelfLink string
Server-defined URL for the resource.
SelfLinkWithId string
Server-defined URL for this resource with the resource id.
ShareSettings ShareSettingsResponse
Share-settings for the node group
Size int
The total number of nodes in the node group.
Status string
Zone string
The name of the zone where the node group resides, such as us-central1-a.
autoscalingPolicy NodeGroupAutoscalingPolicyResponse
Specifies how autoscaling should behave.
creationTimestamp String
Creation timestamp in RFC3339 text format.
description String
An optional description of this resource. Provide this property when you create the resource.
fingerprint String
kind String
The type of the resource. Always compute#nodeGroup for node group.
locationHint String
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
maintenanceInterval String
Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.
maintenancePolicy String
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
maintenanceWindow NodeGroupMaintenanceWindowResponse
name String
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
nodeTemplate String
URL of the node template to create the node group from.
selfLink String
Server-defined URL for the resource.
selfLinkWithId String
Server-defined URL for this resource with the resource id.
shareSettings ShareSettingsResponse
Share-settings for the node group
size Integer
The total number of nodes in the node group.
status String
zone String
The name of the zone where the node group resides, such as us-central1-a.
autoscalingPolicy NodeGroupAutoscalingPolicyResponse
Specifies how autoscaling should behave.
creationTimestamp string
Creation timestamp in RFC3339 text format.
description string
An optional description of this resource. Provide this property when you create the resource.
fingerprint string
kind string
The type of the resource. Always compute#nodeGroup for node group.
locationHint string
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
maintenanceInterval string
Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.
maintenancePolicy string
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
maintenanceWindow NodeGroupMaintenanceWindowResponse
name string
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
nodeTemplate string
URL of the node template to create the node group from.
selfLink string
Server-defined URL for the resource.
selfLinkWithId string
Server-defined URL for this resource with the resource id.
shareSettings ShareSettingsResponse
Share-settings for the node group
size number
The total number of nodes in the node group.
status string
zone string
The name of the zone where the node group resides, such as us-central1-a.
autoscaling_policy NodeGroupAutoscalingPolicyResponse
Specifies how autoscaling should behave.
creation_timestamp str
Creation timestamp in RFC3339 text format.
description str
An optional description of this resource. Provide this property when you create the resource.
fingerprint str
kind str
The type of the resource. Always compute#nodeGroup for node group.
location_hint str
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
maintenance_interval str
Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.
maintenance_policy str
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
maintenance_window NodeGroupMaintenanceWindowResponse
name str
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
node_template str
URL of the node template to create the node group from.
self_link str
Server-defined URL for the resource.
self_link_with_id str
Server-defined URL for this resource with the resource id.
share_settings ShareSettingsResponse
Share-settings for the node group
size int
The total number of nodes in the node group.
status str
zone str
The name of the zone where the node group resides, such as us-central1-a.
autoscalingPolicy Property Map
Specifies how autoscaling should behave.
creationTimestamp String
Creation timestamp in RFC3339 text format.
description String
An optional description of this resource. Provide this property when you create the resource.
fingerprint String
kind String
The type of the resource. Always compute#nodeGroup for node group.
locationHint String
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
maintenanceInterval String
Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.
maintenancePolicy String
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
maintenanceWindow Property Map
name String
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
nodeTemplate String
URL of the node template to create the node group from.
selfLink String
Server-defined URL for the resource.
selfLinkWithId String
Server-defined URL for this resource with the resource id.
shareSettings Property Map
Share-settings for the node group
size Number
The total number of nodes in the node group.
status String
zone String
The name of the zone where the node group resides, such as us-central1-a.

Supporting Types

DurationResponse

Nanos This property is required. int
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
Seconds This property is required. string
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
Nanos This property is required. int
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
Seconds This property is required. string
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
nanos This property is required. Integer
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
seconds This property is required. String
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
nanos This property is required. number
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
seconds This property is required. string
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
nanos This property is required. int
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
seconds This property is required. str
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
nanos This property is required. Number
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
seconds This property is required. String
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years

NodeGroupAutoscalingPolicyResponse

MaxNodes This property is required. int
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
MinNodes This property is required. int
The minimum number of nodes that the group should have.
Mode This property is required. string
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
MaxNodes This property is required. int
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
MinNodes This property is required. int
The minimum number of nodes that the group should have.
Mode This property is required. string
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
maxNodes This property is required. Integer
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
minNodes This property is required. Integer
The minimum number of nodes that the group should have.
mode This property is required. String
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
maxNodes This property is required. number
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
minNodes This property is required. number
The minimum number of nodes that the group should have.
mode This property is required. string
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
max_nodes This property is required. int
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
min_nodes This property is required. int
The minimum number of nodes that the group should have.
mode This property is required. str
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
maxNodes This property is required. Number
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
minNodes This property is required. Number
The minimum number of nodes that the group should have.
mode This property is required. String
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.

NodeGroupMaintenanceWindowResponse

Duration This property is required. string
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
MaintenanceDuration This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.DurationResponse
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
StartTime This property is required. string
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
Duration This property is required. string
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
MaintenanceDuration This property is required. DurationResponse
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
StartTime This property is required. string
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
duration This property is required. String
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
maintenanceDuration This property is required. DurationResponse
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
startTime This property is required. String
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
duration This property is required. string
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
maintenanceDuration This property is required. DurationResponse
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
startTime This property is required. string
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
duration This property is required. str
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
maintenance_duration This property is required. DurationResponse
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
start_time This property is required. str
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
duration This property is required. String
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
maintenanceDuration This property is required. Property Map
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
startTime This property is required. String
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

ShareSettingsResponse

FolderMap This property is required. Dictionary<string, string>
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
ProjectMap This property is required. Dictionary<string, string>
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
Projects This property is required. List<string>
A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
ShareType This property is required. string
Type of sharing for this shared-reservation
FolderMap This property is required. map[string]string
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
ProjectMap This property is required. map[string]string
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
Projects This property is required. []string
A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
ShareType This property is required. string
Type of sharing for this shared-reservation
folderMap This property is required. Map<String,String>
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
projectMap This property is required. Map<String,String>
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
projects This property is required. List<String>
A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
shareType This property is required. String
Type of sharing for this shared-reservation
folderMap This property is required. {[key: string]: string}
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
projectMap This property is required. {[key: string]: string}
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
projects This property is required. string[]
A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
shareType This property is required. string
Type of sharing for this shared-reservation
folder_map This property is required. Mapping[str, str]
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
project_map This property is required. Mapping[str, str]
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
projects This property is required. Sequence[str]
A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
share_type This property is required. str
Type of sharing for this shared-reservation
folderMap This property is required. Map<String>
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
projectMap This property is required. Map<String>
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
projects This property is required. List<String>
A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
shareType This property is required. String
Type of sharing for this shared-reservation

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi