UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités d’automatisation informatique

Create Instance

UiPath.GoogleCloud.Activites.GCPCreateInstance

Description

Crée une nouvelle instance. Une instance est une machine virtuelle hébergée sur Google Cloud Platform.

Compatibilité du projet

Windows - Héritage | Windows | Multiplate-forme

Configuration

Automatisation

  • Metadata - The metadata to associate with the instance. This field supports only DataTable variables. It shall contain two columns of type String, the first one representing the key and the second its value.
  • StartupScript - The startup script to run when the instance boots up or restarts.
  • CléScriptDémarrage : clé de métadonnées qui correspond au type de script spécifié dans le paramètre ScriptDémarrage . Exemples de clés: « Startup-script », « sysprep-Spécialize-script-bat ». Pour en savoir plus sur les clés disponibles, consultez Exécution de scripts de démarrage.
    Remarque :

    Both StartupScript and StartupScriptKey must have a value or both must be empty.

Disque de démarrage

  • AutoDelete - Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance). This field only supports boolean values (True, False). The default value is False.
  • DiskType - The type of the boot disk to use. Select one of three options: PersistentDiskStandard, PersistentDiskSSD, PersistentDiskBalanced. The default value is PersistentDiskStandard.
  • SizeGb - The size of the boot disk. This field supports only integer and Int64 variables.
    Remarque :

    AutoDelete, DiskType, SizeGb are ignored when SourceType is Disk.

  • Source - The image or snapshot used to create a boot disk or an existing disk to attach to.
    Remarque :

    La valeur du champ SelfLink pour une image, un instantané ou une ressource de disque doit être indiquée ici. Vous pouvez le récupérer en accédant à l'image, à l'instantané ou à la ressource de disque correspondante dans Google Cloud Platform et en cliquant sur Équivalent Rest. Pour plus de détails, consultez la description du champ disks[].source ici.

  • SourceType - Specifies the source type. Select one of three options: Image, Snapshot, Disk. The default value is Image.

Commun

  • NomAffichage (DisplayName) - Nom affiché de l'activité.

Identité et accès API

  • AccessScopes - The type of API access to grant the VM Instance. Select one of two options:

DefaultAccess, FullAccessToAllCloudAPI. The default value is DefaultAccess.

  • ServiceAccount - The email address that identifies the service account to be used by the applications running in VM Instance in order to call Google Cloud APIs. If not set, the Compute Engine default service account will be used.

Entrée

  • Description - The description of the instance.
  • Labels - The labels to associate with the instance. This field supports only DataTable variables. It shall contain two columns of type String, the first one representing the key and the second its value.
  • TypeMachine : le type de machine prédéfini. Par exemple « e2-Medium». Sélectionnez une option dans le menu déroulant. Pour en savoir plus sur les valeurs que vous pouvez définir, consultez Types de machines.
  • Name - The name of the instance.
  • ProjectId - The ID of the project to which the instance belongs.
  • Timeout - Specifies the amount of time (in seconds) to wait for the activity to run before an error is thrown. This field supports only integer and Int32 variables. If not set, the activity runs until completion. Taken into consideration in case WaitForCompletion is set to True.
  • WaitForCompletion - This field only supports boolean values (True, False). The default value is True. If set to True, the activity waits to complete before moving to the next activity.
  • Zone - Nom de la zone où se trouve l'instance. Sélectionnez la zone souhaitée dans la liste déroulante.

Divers

  • Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).

Mise en réseau

  • Hostname - A custom hostname for the instance (fully qualified DNS name).
  • NetworkIp - An IPv4 internal IP address to assign to the instance for the network interface. If not specified by the user, an unused internal IP is assigned by the system.
  • NetworkUrl - The URL of the network resource for the instance.
  • SubnetworkUrl - The URL of the Subnetwork resource for this instance.

Sortie

  • Instance - The details of the newly created instance. This field supports only GCPInstance variables.

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour