UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

IT-Automatisierungsaktivitäten

Letzte Aktualisierung 20. Mai 2026

Create Instance

UiPath.GoogleCloud.Activites.GCPCreateInstance

Beschreibung

Erstellt eine neue Instanz. Eine Instanz ist eine virtuelle Maschine, die auf Google Cloud Platform gehostet wird.

Projektkompatibilität

Windows – Legacy | Windows | Plattformübergreifend

Konfiguration

Automatisierung

  • 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.
  • StartupScript-Schlüssel – Der Metadatenschlüssel, der dem im StartupScript- Parameter angegebenen Skripttyp entspricht. Beispiele für solche Schlüssel: „startup-script“, „sysprep-Specialize-script-bat“. Weitere Informationen zu verfügbaren Schlüsseln finden Sie unter Ausführen von Startskripts.
    Hinweis:

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

Startdatenträger

  • 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.
    Hinweis:

    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.
    Hinweis:

    Der Wert des Felds SelfLink für ein Image, einen Snapshot oder eine Datenträgerressource muss hier angegeben werden. Dies kann abgerufen werden, indem Sie zum entsprechenden Bild, Snapshot oder zur entsprechenden Datenträgerressource in Google Cloud Platform navigieren und auf Äquivalente Rest klicken. Weitere Informationen finden Sie in der Beschreibung des Felds disks[].source hier.

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

Allgemein

  • AnzeigeName (DisplayName) - Der Anzeigename der Aktivität.

Identität und API-Zugriff

  • 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.

Eingabe

  • 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.
  • Maschinentyp – Der vordefinierte Maschinentyp. Beispiel: „e2-medium“. Wählen Sie eine Option aus dem Dropdownmenü aus. Weitere Informationen zu den Werten, die Sie festlegen können, finden Sie unter Maschinentypen.
  • 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 - Der Name der Zone, in der sich die Instanz befindet. Wählen Sie die gewünschte Zone aus der Dropdownliste aus.

Sonstiges

  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.

Netzwerke

  • 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.

Ausgabe

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

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben