HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/resources.yaml
# common parameters

project:
  name: project
  collection: cloudresourcemanager.projects
  attributes:
  - &project
    parameter_name: project
    attribute_name: project
    help: The Google Cloud Platform project name.
    property: core/project

region:
  name: region
  collection: compute.regions
  attributes:
  - &region
    parameter_name: region
    attribute_name: region
    help: The name of the Google Compute Engine region.
    property: compute/region

zone:
  name: zone
  collection: compute.zones
  attributes:
  - &zone
    parameter_name: zone
    attribute_name: zone
    help: The name of the Google Compute Engine zone.
    property: compute/zone

# resource name parameters

commitment:
  name: commitment
  collection: compute.regionCommitments
  attributes:
  - *project
  - *region
  - &commitment
    parameter_name: commitment
    attribute_name: commitment
    help: The name of the Google Compute Engine regional commitment.

disk:
  name: disk
  collection: compute.disks
  attributes:
  - *project
  - *zone
  - parameter_name: disk
    attribute_name: disk
    help: The name of the Google Compute Engine disk.

image:
  name: image
  collection: compute.images
  attributes:
  - *project
  - parameter_name: image
    attribute_name: image
    help: The name of the Google Compute Engine image.

instance:
  name: instance
  collection: compute.instances
  attributes:
  - *project
  - *zone
  - parameter_name: instance
    attribute_name: instance
    help: The name of the Google Compute Engine instance.

instance_template:
  name: instance_template
  collection: compute.instanceTemplates
  attributes:
  - *project
  - parameter_name: instanceTemplate
    attribute_name: instance_template
    help: The name of the Google Compute Engine instance template.

node_group:
  name: node_group
  collection: compute.nodeGroups
  attributes:
  - *project
  - *zone
  - parameter_name: nodeGroup
    attribute_name: node_group
    help: The name of the Google Compute Engine node group.

node_template:
  name: node_template
  collection: compute.nodeTemplates
  attributes:
  - *project
  - *region
  - parameter_name: nodeTemplate
    attribute_name: node_template
    help: The name of the Google Compute Engine node template.

reservation:
  name: reservation
  collection: compute.reservations
  attributes:
  - *project
  - *zone
  - &reservation
    parameter_name: reservation
    attribute_name: reservation
    help:
      The name of the Google Compute Engine reservation.

subnet:
  name: subnetwork
  collection: compute.subnetworks
  attributes:
  - *project
  - *region
  - parameter_name: subnetwork
    attribute_name: subnetwork
    help: The name of the Google Compute Engine subnetwork.

snapshot:
  name: snapshot
  collection: compute.snapshots
  attributes:
  - *project
  - parameter_name: snapshot
    attribute_name: snapshot_name
    help: The name of the Google Compute Engine snapshot.

machine_image:
  name: machine image
  collection: compute.machineImages
  attributes:
  - *project
  - parameter_name: machineImage
    attribute_name: machine_image
    help: The name of the Google Compute Engine machine image.

resource_policy:
  name: resource policy
  collection: compute.resourcePolicies
  attributes:
  - *project
  - *region
  - parameter_name: resourcePolicy
    attribute_name: resource_policy
    help: The name of the Google Compute Engine resource policy.