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/regional_endpoints/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

  help_text:
    brief: Create a new regional endpoint.
    description: Create a new regional endpoint with the given name.
    examples: |
      To create a regional endpoint with the name 'my-regional-endpoint' in us-central1
      targeting my-target-endpoint, run:

        $ {command} my-regional-endpoint
          --region=us-central1
          [--network=my-network]
          [--subnetwork=my-subnet]
          --target-google-api=my-target-endpoint
          [--enable-global-access]

  arguments:
    resource:
      spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:regionalEndpoint
      help_text: Name of the regional endpoint to be created.
    params:
    - arg_name: enable-global-access
      action: store_true
      default: false
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.accessType
      help_text: |
        Whether the REGIONAL or GLOBAL access is enabled.
      choices:
      - arg_value: false
        enum_value: REGIONAL
        help_text: REGIONAL access is enabled for the regional endpoint.
      - arg_value: true
        enum_value: GLOBAL
        help_text: GLOBAL access is enabled for the regional.
    - arg_name: description
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.description
      help_text: Description of the regional endpoint.
    - arg_name: network
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.network
      help_text: Consumer's VPC network that this regional endpoint belongs to.
    - arg_name: subnetwork
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.subnetwork
      help_text: The name of the subnetwork from which the IP address will be allocated.
    - arg_name: target-google-api
      required: true
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.targetGoogleApi
      help_text: The service endpoint the regional endpoint will connect to.
    - arg_name: address
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.address
      help_text: The IPv4 address or address resource URI of the Regional Endpoint. When no address value is provided, an IP from the subnetwork is allocated. IPv6 address support is not available yet.
    labels:
      api_field: googleCloudNetworkconnectivityV1betaRegionalEndpoint.labels

  async:
    collection: networkconnectivity.projects.locations.operations

  request:
    BETA:
      api_version: v1beta
    collection: networkconnectivity.projects.locations.regionalEndpoints
    method: create

- release_tracks: [GA]

  help_text:
    brief: Create a new regional endpoint.
    description: Create a new regional endpoint with the given name.
    examples: |
      To create a regional endpoint with the name 'my-regional-endpoint' in us-central1
      targeting my-target-endpoint, run:

        $ {command} my-regional-endpoint
          --region=us-central1
          [--network=my-network]
          [--subnetwork=my-subnet]
          --target-google-api=my-target-endpoint
          [--enable-global-access]

  arguments:
    resource:
      spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:regionalEndpoint
      help_text: Name of the regional endpoint to be created.
    params:
    - arg_name: enable-global-access
      action: store_true
      default: false
      api_field: regionalEndpoint.accessType
      help_text: |
        Whether the REGIONAL or GLOBAL access is enabled.
      choices:
      - arg_value: false
        enum_value: REGIONAL
        help_text: REGIONAL access is enabled for the regional endpoint.
      - arg_value: true
        enum_value: GLOBAL
        help_text: GLOBAL access is enabled for the regional.
    - arg_name: description
      api_field: regionalEndpoint.description
      help_text: Description of the regional endpoint.
    - arg_name: network
      api_field: regionalEndpoint.network
      help_text: Consumer's VPC network that this regional endpoint belongs to.
    - arg_name: subnetwork
      api_field: regionalEndpoint.subnetwork
      help_text: The name of the subnetwork from which the IP address will be allocated.
    - arg_name: target-google-api
      required: true
      api_field: regionalEndpoint.targetGoogleApi
      help_text: The service endpoint the regional endpoint will connect to.
    - arg_name: address
      api_field: regionalEndpoint.address
      help_text: The IPv4 address or address resource URI of the Regional Endpoint. When no address value is provided, an IP from the subnetwork is allocated. IPv6 address support is not available yet.
    labels:
      api_field: regionalEndpoint.labels

  async:
    collection: networkconnectivity.projects.locations.operations

  request:
    GA:
      api_version: v1
    collection: networkconnectivity.projects.locations.regionalEndpoints
    method: create

Youez - 2016 - github.com/yon3zu
LinuXploit