UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de automatización de TI

Última actualización 20 de may. de 2026

Crear instancia

UiPath.GoogleCloud.Activites.GCPCreateInstance

Descripción

Crea una nueva instancia. Una instancia es una máquina virtual alojada en Google Cloud Platform.

Compatibilidad de proyectos

Windows - Heredado | Windows | Multiplataforma

Configuración

Automatización

  • 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.
  • ClaveDeScriptDeInicio : la clave de metadatos que corresponde al tipo de script especificado en el parámetro ScriptDeInicio . Ejemplos de tales claves: "startup-script", "sysprep-specialize-script-bat". Para obtener más información sobre las claves disponibles, consulta Ejecutar scripts de inicio.
    Nota:

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

Disco de arranque

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

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

    El valor del campo selfLink para una imagen, instantánea o recurso de disco debe proporcionarse aquí. Esto se puede recuperar navegando a la imagen, instantánea o recurso de disco correspondiente en Google Cloud Plaftform y haciendo clic en Rest equivalente. Para obtener más información, consulta la descripción del campo disks[].source aquí.

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

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Identidad y acceso de 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.

Entrada

  • 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.
  • TipoDeMáquina : el tipo de máquina predefinido. Por ejemplo, "e2-medium". Selecciona una opción del menú desplegable. Para obtener más información sobre los valores que puedes establecer, consulta Tipos de máquina.
  • 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.
  • Zona : el nombre de la zona donde reside la instancia. Selecciona la zona deseada de la lista desplegable.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Interconexión

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

Salida

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

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado