Class MigrateRuntimeRequest
Request for migrating a Runtime to a Workbench Instance.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class MigrateRuntimeRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Optional. Name of the VPC that the new Instance is in. This is required if the Runtime uses google-managed
network. If the Runtime uses customer-owned network, it will reuse the same VPC, and this field must be
empty. Format: projects/{project_id}/global/networks/{network_id}
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
PostStartupScriptOption
Optional. Specifies the behavior of post startup script during migration.
Declaration
[JsonProperty("postStartupScriptOption")]
public virtual string PostStartupScriptOption { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestId
Optional. Idempotent request UUID.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccount
Optional. The service account to be included in the Compute Engine instance of the new Workbench Instance when the Runtime uses "single user only" mode for permission. If not specified, the Compute Engine default service account is used. When the Runtime uses service account mode for permission, it will reuse the same service account, and this field must be empty.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnet
Optional. Name of the subnet that the new Instance is in. This is required if the Runtime uses
google-managed network. If the Runtime uses customer-owned network, it will reuse the same subnet, and this
field must be empty. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}
Declaration
[JsonProperty("subnet")]
public virtual string Subnet { get; set; }
Property Value
Type | Description |
---|---|
string |