403Webshell
Server IP : 35.236.43.222  /  Your IP : 216.73.216.143
Web Server : Apache
System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64
User : deploy ( 1002)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/google-cloud-sdk/lib/surface/network_connectivity/hubs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/google-cloud-sdk/lib/surface/network_connectivity/hubs/create.yaml
- release_tracks: [BETA]

  help_text:
    brief: Create a new hub.
    description: Create a new hub with the given name.
    examples: |
      To create a hub with the name ``my-hub'' and the description ``optional description'', run:

        $ {command} my-hub --description="optional description"

  arguments:
    resource:
      spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:hub
      help_text: Name of the hub to be created.
    params:
    - arg_name: description
      api_field: googleCloudNetworkconnectivityV1betaHub.description
      help_text: Description of the hub.
    - arg_name: policy-mode
      api_field: googleCloudNetworkconnectivityV1betaHub.policyMode
      help_text: Policy mode of the hub.
    - arg_name: preset-topology
      api_field: googleCloudNetworkconnectivityV1betaHub.presetTopology
      help_text: Topology of the hub. Only applicable when ``--policy-mode=PRESET''.
    - arg_name: export-psc
      api_field: googleCloudNetworkconnectivityV1betaHub.exportPsc
      help_text: |-
        This boolean controls whether Private Service Connect transitivity is enabled for the hub.
    - arg_name: exchange-pupi
      api_field: googleCloudNetworkconnectivityV1betaHub.exchangePupi
      hidden: true
      help_text: |-
        This boolean controls whether Privately Used Public IP (PUPI) exchange is enabled for the hub.
    labels:
      api_field: googleCloudNetworkconnectivityV1betaHub.labels

  async:
    collection: networkconnectivity.projects.locations.operations

  request:
    BETA:
      api_version: v1beta
    collection: networkconnectivity.projects.locations.global.hubs
    method: create
    modify_request_hooks:
    - googlecloudsdk.command_lib.network_connectivity.util:AppendLocationsGlobalToParent

- release_tracks: [ALPHA, GA]

  help_text:
    brief: Create a new hub.
    description: Create a new hub with the given name.
    examples: |
      To create a hub with the name ``my-hub'' and the description ``optional description'', run:

        $ {command} my-hub --description="optional description"

  arguments:
    resource:
      spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:hub
      help_text: Name of the hub to be created.
    params:
    - arg_name: description
      api_field: hub.description
      help_text: Description of the hub.
    - arg_name: policy-mode
      release_tracks: [GA]
      api_field: hub.policyMode
      help_text: Policy mode of the hub.
    - arg_name: preset-topology
      release_tracks: [GA]
      api_field: hub.presetTopology
      help_text: Topology of the hub. Only applicable when ``--policy-mode=PRESET''.
    - arg_name: export-psc
      release_tracks: [GA]
      api_field: hub.exportPsc
      help_text: |-
        This boolean controls whether Private Service Connect transitivity is enabled for the hub.
    - arg_name: exchange-pupi
      release_tracks: [GA]
      api_field: hub.exchangePupi
      hidden: true
      help_text: |-
        This boolean controls whether Privately Used Public IP (PUPI) exchange is enabled for the hub.
    labels:
      api_field: hub.labels

  async:
    collection: networkconnectivity.projects.locations.operations

  request:
    ALPHA:
      api_version: v1alpha1
    GA:
      api_version: v1
    collection: networkconnectivity.projects.locations.global.hubs
    method: create
    modify_request_hooks:
    - googlecloudsdk.command_lib.network_connectivity.util:AppendLocationsGlobalToParent

Youez - 2016 - github.com/yon3zu
LinuXploit