Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.notebooks/v1.Runtime
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new Runtime in a given project and location. Auto-naming is currently not supported for this resource.
Create Runtime Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Runtime(name: string, args: RuntimeArgs, opts?: CustomResourceOptions);
@overload
def Runtime(resource_name: str,
args: RuntimeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Runtime(resource_name: str,
opts: Optional[ResourceOptions] = None,
runtime_id: Optional[str] = None,
access_config: Optional[RuntimeAccessConfigArgs] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
software_config: Optional[RuntimeSoftwareConfigArgs] = None,
virtual_machine: Optional[VirtualMachineArgs] = None)
func NewRuntime(ctx *Context, name string, args RuntimeArgs, opts ...ResourceOption) (*Runtime, error)
public Runtime(string name, RuntimeArgs args, CustomResourceOptions? opts = null)
public Runtime(String name, RuntimeArgs args)
public Runtime(String name, RuntimeArgs args, CustomResourceOptions options)
type: google-native:notebooks/v1:Runtime
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RuntimeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var runtimeResource = new GoogleNative.Notebooks.V1.Runtime("runtimeResource", new()
{
RuntimeId = "string",
AccessConfig = new GoogleNative.Notebooks.V1.Inputs.RuntimeAccessConfigArgs
{
AccessType = GoogleNative.Notebooks.V1.RuntimeAccessConfigAccessType.RuntimeAccessTypeUnspecified,
RuntimeOwner = "string",
},
Labels =
{
{ "string", "string" },
},
Location = "string",
Project = "string",
RequestId = "string",
SoftwareConfig = new GoogleNative.Notebooks.V1.Inputs.RuntimeSoftwareConfigArgs
{
CustomGpuDriverPath = "string",
DisableTerminal = false,
EnableHealthMonitoring = false,
IdleShutdown = false,
IdleShutdownTimeout = 0,
InstallGpuDriver = false,
Kernels = new[]
{
new GoogleNative.Notebooks.V1.Inputs.ContainerImageArgs
{
Repository = "string",
Tag = "string",
},
},
MixerDisabled = false,
NotebookUpgradeSchedule = "string",
PostStartupScript = "string",
PostStartupScriptBehavior = GoogleNative.Notebooks.V1.RuntimeSoftwareConfigPostStartupScriptBehavior.PostStartupScriptBehaviorUnspecified,
},
VirtualMachine = new GoogleNative.Notebooks.V1.Inputs.VirtualMachineArgs
{
VirtualMachineConfig = new GoogleNative.Notebooks.V1.Inputs.VirtualMachineConfigArgs
{
DataDisk = new GoogleNative.Notebooks.V1.Inputs.LocalDiskArgs
{
InitializeParams = new GoogleNative.Notebooks.V1.Inputs.LocalDiskInitializeParamsArgs
{
Description = "string",
DiskName = "string",
DiskSizeGb = "string",
DiskType = GoogleNative.Notebooks.V1.LocalDiskInitializeParamsDiskType.DiskTypeUnspecified,
Labels =
{
{ "string", "string" },
},
},
Interface = "string",
Mode = "string",
Source = "string",
Type = "string",
},
MachineType = "string",
Labels =
{
{ "string", "string" },
},
ContainerImages = new[]
{
new GoogleNative.Notebooks.V1.Inputs.ContainerImageArgs
{
Repository = "string",
Tag = "string",
},
},
EncryptionConfig = new GoogleNative.Notebooks.V1.Inputs.EncryptionConfigArgs
{
KmsKey = "string",
},
InternalIpOnly = false,
AcceleratorConfig = new GoogleNative.Notebooks.V1.Inputs.RuntimeAcceleratorConfigArgs
{
CoreCount = "string",
Type = GoogleNative.Notebooks.V1.RuntimeAcceleratorConfigType.AcceleratorTypeUnspecified,
},
BootImage = null,
Metadata =
{
{ "string", "string" },
},
Network = "string",
NicType = GoogleNative.Notebooks.V1.VirtualMachineConfigNicType.UnspecifiedNicType,
ReservedIpRange = "string",
ShieldedInstanceConfig = new GoogleNative.Notebooks.V1.Inputs.RuntimeShieldedInstanceConfigArgs
{
EnableIntegrityMonitoring = false,
EnableSecureBoot = false,
EnableVtpm = false,
},
Subnet = "string",
Tags = new[]
{
"string",
},
},
},
});
example, err := notebooks.NewRuntime(ctx, "runtimeResource", ¬ebooks.RuntimeArgs{
RuntimeId: pulumi.String("string"),
AccessConfig: ¬ebooks.RuntimeAccessConfigArgs{
AccessType: notebooks.RuntimeAccessConfigAccessTypeRuntimeAccessTypeUnspecified,
RuntimeOwner: pulumi.String("string"),
},
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
SoftwareConfig: ¬ebooks.RuntimeSoftwareConfigArgs{
CustomGpuDriverPath: pulumi.String("string"),
DisableTerminal: pulumi.Bool(false),
EnableHealthMonitoring: pulumi.Bool(false),
IdleShutdown: pulumi.Bool(false),
IdleShutdownTimeout: pulumi.Int(0),
InstallGpuDriver: pulumi.Bool(false),
Kernels: notebooks.ContainerImageArray{
¬ebooks.ContainerImageArgs{
Repository: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
MixerDisabled: pulumi.Bool(false),
NotebookUpgradeSchedule: pulumi.String("string"),
PostStartupScript: pulumi.String("string"),
PostStartupScriptBehavior: notebooks.RuntimeSoftwareConfigPostStartupScriptBehaviorPostStartupScriptBehaviorUnspecified,
},
VirtualMachine: ¬ebooks.VirtualMachineArgs{
VirtualMachineConfig: ¬ebooks.VirtualMachineConfigArgs{
DataDisk: ¬ebooks.LocalDiskArgs{
InitializeParams: ¬ebooks.LocalDiskInitializeParamsArgs{
Description: pulumi.String("string"),
DiskName: pulumi.String("string"),
DiskSizeGb: pulumi.String("string"),
DiskType: notebooks.LocalDiskInitializeParamsDiskTypeDiskTypeUnspecified,
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
Interface: pulumi.String("string"),
Mode: pulumi.String("string"),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
MachineType: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
ContainerImages: notebooks.ContainerImageArray{
¬ebooks.ContainerImageArgs{
Repository: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
EncryptionConfig: ¬ebooks.EncryptionConfigArgs{
KmsKey: pulumi.String("string"),
},
InternalIpOnly: pulumi.Bool(false),
AcceleratorConfig: ¬ebooks.RuntimeAcceleratorConfigArgs{
CoreCount: pulumi.String("string"),
Type: notebooks.RuntimeAcceleratorConfigTypeAcceleratorTypeUnspecified,
},
BootImage: nil,
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
Network: pulumi.String("string"),
NicType: notebooks.VirtualMachineConfigNicTypeUnspecifiedNicType,
ReservedIpRange: pulumi.String("string"),
ShieldedInstanceConfig: ¬ebooks.RuntimeShieldedInstanceConfigArgs{
EnableIntegrityMonitoring: pulumi.Bool(false),
EnableSecureBoot: pulumi.Bool(false),
EnableVtpm: pulumi.Bool(false),
},
Subnet: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
},
},
})
var runtimeResource = new Runtime("runtimeResource", RuntimeArgs.builder()
.runtimeId("string")
.accessConfig(RuntimeAccessConfigArgs.builder()
.accessType("RUNTIME_ACCESS_TYPE_UNSPECIFIED")
.runtimeOwner("string")
.build())
.labels(Map.of("string", "string"))
.location("string")
.project("string")
.requestId("string")
.softwareConfig(RuntimeSoftwareConfigArgs.builder()
.customGpuDriverPath("string")
.disableTerminal(false)
.enableHealthMonitoring(false)
.idleShutdown(false)
.idleShutdownTimeout(0)
.installGpuDriver(false)
.kernels(ContainerImageArgs.builder()
.repository("string")
.tag("string")
.build())
.mixerDisabled(false)
.notebookUpgradeSchedule("string")
.postStartupScript("string")
.postStartupScriptBehavior("POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED")
.build())
.virtualMachine(VirtualMachineArgs.builder()
.virtualMachineConfig(VirtualMachineConfigArgs.builder()
.dataDisk(LocalDiskArgs.builder()
.initializeParams(LocalDiskInitializeParamsArgs.builder()
.description("string")
.diskName("string")
.diskSizeGb("string")
.diskType("DISK_TYPE_UNSPECIFIED")
.labels(Map.of("string", "string"))
.build())
.interface_("string")
.mode("string")
.source("string")
.type("string")
.build())
.machineType("string")
.labels(Map.of("string", "string"))
.containerImages(ContainerImageArgs.builder()
.repository("string")
.tag("string")
.build())
.encryptionConfig(EncryptionConfigArgs.builder()
.kmsKey("string")
.build())
.internalIpOnly(false)
.acceleratorConfig(RuntimeAcceleratorConfigArgs.builder()
.coreCount("string")
.type("ACCELERATOR_TYPE_UNSPECIFIED")
.build())
.bootImage()
.metadata(Map.of("string", "string"))
.network("string")
.nicType("UNSPECIFIED_NIC_TYPE")
.reservedIpRange("string")
.shieldedInstanceConfig(RuntimeShieldedInstanceConfigArgs.builder()
.enableIntegrityMonitoring(false)
.enableSecureBoot(false)
.enableVtpm(false)
.build())
.subnet("string")
.tags("string")
.build())
.build())
.build());
runtime_resource = google_native.notebooks.v1.Runtime("runtimeResource",
runtime_id="string",
access_config=google_native.notebooks.v1.RuntimeAccessConfigArgs(
access_type=google_native.notebooks.v1.RuntimeAccessConfigAccessType.RUNTIME_ACCESS_TYPE_UNSPECIFIED,
runtime_owner="string",
),
labels={
"string": "string",
},
location="string",
project="string",
request_id="string",
software_config=google_native.notebooks.v1.RuntimeSoftwareConfigArgs(
custom_gpu_driver_path="string",
disable_terminal=False,
enable_health_monitoring=False,
idle_shutdown=False,
idle_shutdown_timeout=0,
install_gpu_driver=False,
kernels=[google_native.notebooks.v1.ContainerImageArgs(
repository="string",
tag="string",
)],
mixer_disabled=False,
notebook_upgrade_schedule="string",
post_startup_script="string",
post_startup_script_behavior=google_native.notebooks.v1.RuntimeSoftwareConfigPostStartupScriptBehavior.POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED,
),
virtual_machine=google_native.notebooks.v1.VirtualMachineArgs(
virtual_machine_config=google_native.notebooks.v1.VirtualMachineConfigArgs(
data_disk=google_native.notebooks.v1.LocalDiskArgs(
initialize_params=google_native.notebooks.v1.LocalDiskInitializeParamsArgs(
description="string",
disk_name="string",
disk_size_gb="string",
disk_type=google_native.notebooks.v1.LocalDiskInitializeParamsDiskType.DISK_TYPE_UNSPECIFIED,
labels={
"string": "string",
},
),
interface="string",
mode="string",
source="string",
type="string",
),
machine_type="string",
labels={
"string": "string",
},
container_images=[google_native.notebooks.v1.ContainerImageArgs(
repository="string",
tag="string",
)],
encryption_config=google_native.notebooks.v1.EncryptionConfigArgs(
kms_key="string",
),
internal_ip_only=False,
accelerator_config=google_native.notebooks.v1.RuntimeAcceleratorConfigArgs(
core_count="string",
type=google_native.notebooks.v1.RuntimeAcceleratorConfigType.ACCELERATOR_TYPE_UNSPECIFIED,
),
boot_image=google_native.notebooks.v1.BootImageArgs(),
metadata={
"string": "string",
},
network="string",
nic_type=google_native.notebooks.v1.VirtualMachineConfigNicType.UNSPECIFIED_NIC_TYPE,
reserved_ip_range="string",
shielded_instance_config=google_native.notebooks.v1.RuntimeShieldedInstanceConfigArgs(
enable_integrity_monitoring=False,
enable_secure_boot=False,
enable_vtpm=False,
),
subnet="string",
tags=["string"],
),
))
const runtimeResource = new google_native.notebooks.v1.Runtime("runtimeResource", {
runtimeId: "string",
accessConfig: {
accessType: google_native.notebooks.v1.RuntimeAccessConfigAccessType.RuntimeAccessTypeUnspecified,
runtimeOwner: "string",
},
labels: {
string: "string",
},
location: "string",
project: "string",
requestId: "string",
softwareConfig: {
customGpuDriverPath: "string",
disableTerminal: false,
enableHealthMonitoring: false,
idleShutdown: false,
idleShutdownTimeout: 0,
installGpuDriver: false,
kernels: [{
repository: "string",
tag: "string",
}],
mixerDisabled: false,
notebookUpgradeSchedule: "string",
postStartupScript: "string",
postStartupScriptBehavior: google_native.notebooks.v1.RuntimeSoftwareConfigPostStartupScriptBehavior.PostStartupScriptBehaviorUnspecified,
},
virtualMachine: {
virtualMachineConfig: {
dataDisk: {
initializeParams: {
description: "string",
diskName: "string",
diskSizeGb: "string",
diskType: google_native.notebooks.v1.LocalDiskInitializeParamsDiskType.DiskTypeUnspecified,
labels: {
string: "string",
},
},
"interface": "string",
mode: "string",
source: "string",
type: "string",
},
machineType: "string",
labels: {
string: "string",
},
containerImages: [{
repository: "string",
tag: "string",
}],
encryptionConfig: {
kmsKey: "string",
},
internalIpOnly: false,
acceleratorConfig: {
coreCount: "string",
type: google_native.notebooks.v1.RuntimeAcceleratorConfigType.AcceleratorTypeUnspecified,
},
bootImage: {},
metadata: {
string: "string",
},
network: "string",
nicType: google_native.notebooks.v1.VirtualMachineConfigNicType.UnspecifiedNicType,
reservedIpRange: "string",
shieldedInstanceConfig: {
enableIntegrityMonitoring: false,
enableSecureBoot: false,
enableVtpm: false,
},
subnet: "string",
tags: ["string"],
},
},
});
type: google-native:notebooks/v1:Runtime
properties:
accessConfig:
accessType: RUNTIME_ACCESS_TYPE_UNSPECIFIED
runtimeOwner: string
labels:
string: string
location: string
project: string
requestId: string
runtimeId: string
softwareConfig:
customGpuDriverPath: string
disableTerminal: false
enableHealthMonitoring: false
idleShutdown: false
idleShutdownTimeout: 0
installGpuDriver: false
kernels:
- repository: string
tag: string
mixerDisabled: false
notebookUpgradeSchedule: string
postStartupScript: string
postStartupScriptBehavior: POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED
virtualMachine:
virtualMachineConfig:
acceleratorConfig:
coreCount: string
type: ACCELERATOR_TYPE_UNSPECIFIED
bootImage: {}
containerImages:
- repository: string
tag: string
dataDisk:
initializeParams:
description: string
diskName: string
diskSizeGb: string
diskType: DISK_TYPE_UNSPECIFIED
labels:
string: string
interface: string
mode: string
source: string
type: string
encryptionConfig:
kmsKey: string
internalIpOnly: false
labels:
string: string
machineType: string
metadata:
string: string
network: string
nicType: UNSPECIFIED_NIC_TYPE
reservedIpRange: string
shieldedInstanceConfig:
enableIntegrityMonitoring: false
enableSecureBoot: false
enableVtpm: false
subnet: string
tags:
- string
Runtime Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Runtime resource accepts the following input properties:
- Runtime
Id string - Required. User-defined unique ID of this Runtime.
- Access
Config Pulumi.Google Native. Notebooks. V1. Inputs. Runtime Access Config - The config settings for accessing runtime.
- Labels Dictionary<string, string>
- Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- Location string
- Project string
- Request
Id string - Idempotent request UUID.
- Software
Config Pulumi.Google Native. Notebooks. V1. Inputs. Runtime Software Config - The config settings for software inside the runtime.
- Virtual
Machine Pulumi.Google Native. Notebooks. V1. Inputs. Virtual Machine - Use a Compute Engine VM image to start the managed notebook instance.
- Runtime
Id string - Required. User-defined unique ID of this Runtime.
- Access
Config RuntimeAccess Config Args - The config settings for accessing runtime.
- Labels map[string]string
- Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- Location string
- Project string
- Request
Id string - Idempotent request UUID.
- Software
Config RuntimeSoftware Config Args - The config settings for software inside the runtime.
- Virtual
Machine VirtualMachine Args - Use a Compute Engine VM image to start the managed notebook instance.
- runtime
Id String - Required. User-defined unique ID of this Runtime.
- access
Config RuntimeAccess Config - The config settings for accessing runtime.
- labels Map<String,String>
- Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- location String
- project String
- request
Id String - Idempotent request UUID.
- software
Config RuntimeSoftware Config - The config settings for software inside the runtime.
- virtual
Machine VirtualMachine - Use a Compute Engine VM image to start the managed notebook instance.
- runtime
Id string - Required. User-defined unique ID of this Runtime.
- access
Config RuntimeAccess Config - The config settings for accessing runtime.
- labels {[key: string]: string}
- Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- location string
- project string
- request
Id string - Idempotent request UUID.
- software
Config RuntimeSoftware Config - The config settings for software inside the runtime.
- virtual
Machine VirtualMachine - Use a Compute Engine VM image to start the managed notebook instance.
- runtime_
id str - Required. User-defined unique ID of this Runtime.
- access_
config RuntimeAccess Config Args - The config settings for accessing runtime.
- labels Mapping[str, str]
- Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- location str
- project str
- request_
id str - Idempotent request UUID.
- software_
config RuntimeSoftware Config Args - The config settings for software inside the runtime.
- virtual_
machine VirtualMachine Args - Use a Compute Engine VM image to start the managed notebook instance.
- runtime
Id String - Required. User-defined unique ID of this Runtime.
- access
Config Property Map - The config settings for accessing runtime.
- labels Map<String>
- Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- location String
- project String
- request
Id String - Idempotent request UUID.
- software
Config Property Map - The config settings for software inside the runtime.
- virtual
Machine Property Map - Use a Compute Engine VM image to start the managed notebook instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the Runtime resource produces the following output properties:
- Create
Time string - Runtime creation time.
- Health
State string - Runtime health_state.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metrics
Pulumi.
Google Native. Notebooks. V1. Outputs. Runtime Metrics Response - Contains Runtime daemon metrics such as Service status and JupyterLab stats.
- Migrated bool
- Bool indicating whether this notebook has been migrated to a Workbench Instance
- Name string
- The resource name of the runtime. Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
- Runtime
Migration Pulumi.Eligibility Google Native. Notebooks. V1. Outputs. Runtime Migration Eligibility Response - Checks how feasible a migration from GmN to WbI is.
- State string
- Runtime state.
- Update
Time string - Runtime update time.
- Create
Time string - Runtime creation time.
- Health
State string - Runtime health_state.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metrics
Runtime
Metrics Response - Contains Runtime daemon metrics such as Service status and JupyterLab stats.
- Migrated bool
- Bool indicating whether this notebook has been migrated to a Workbench Instance
- Name string
- The resource name of the runtime. Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
- Runtime
Migration RuntimeEligibility Migration Eligibility Response - Checks how feasible a migration from GmN to WbI is.
- State string
- Runtime state.
- Update
Time string - Runtime update time.
- create
Time String - Runtime creation time.
- health
State String - Runtime health_state.
- id String
- The provider-assigned unique ID for this managed resource.
- metrics
Runtime
Metrics Response - Contains Runtime daemon metrics such as Service status and JupyterLab stats.
- migrated Boolean
- Bool indicating whether this notebook has been migrated to a Workbench Instance
- name String
- The resource name of the runtime. Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
- runtime
Migration RuntimeEligibility Migration Eligibility Response - Checks how feasible a migration from GmN to WbI is.
- state String
- Runtime state.
- update
Time String - Runtime update time.
- create
Time string - Runtime creation time.
- health
State string - Runtime health_state.
- id string
- The provider-assigned unique ID for this managed resource.
- metrics
Runtime
Metrics Response - Contains Runtime daemon metrics such as Service status and JupyterLab stats.
- migrated boolean
- Bool indicating whether this notebook has been migrated to a Workbench Instance
- name string
- The resource name of the runtime. Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
- runtime
Migration RuntimeEligibility Migration Eligibility Response - Checks how feasible a migration from GmN to WbI is.
- state string
- Runtime state.
- update
Time string - Runtime update time.
- create_
time str - Runtime creation time.
- health_
state str - Runtime health_state.
- id str
- The provider-assigned unique ID for this managed resource.
- metrics
Runtime
Metrics Response - Contains Runtime daemon metrics such as Service status and JupyterLab stats.
- migrated bool
- Bool indicating whether this notebook has been migrated to a Workbench Instance
- name str
- The resource name of the runtime. Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
- runtime_
migration_ Runtimeeligibility Migration Eligibility Response - Checks how feasible a migration from GmN to WbI is.
- state str
- Runtime state.
- update_
time str - Runtime update time.
- create
Time String - Runtime creation time.
- health
State String - Runtime health_state.
- id String
- The provider-assigned unique ID for this managed resource.
- metrics Property Map
- Contains Runtime daemon metrics such as Service status and JupyterLab stats.
- migrated Boolean
- Bool indicating whether this notebook has been migrated to a Workbench Instance
- name String
- The resource name of the runtime. Format:
projects/{project}/locations/{location}/runtimes/{runtimeId}
- runtime
Migration Property MapEligibility - Checks how feasible a migration from GmN to WbI is.
- state String
- Runtime state.
- update
Time String - Runtime update time.
Supporting Types
ContainerImage, ContainerImageArgs
- Repository string
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- Tag string
- The tag of the container image. If not specified, this defaults to the latest tag.
- Repository string
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- Tag string
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository String
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag String
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository string
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag string
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository str
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag str
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository String
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag String
- The tag of the container image. If not specified, this defaults to the latest tag.
ContainerImageResponse, ContainerImageResponseArgs
- Repository string
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- Tag string
- The tag of the container image. If not specified, this defaults to the latest tag.
- Repository string
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- Tag string
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository String
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag String
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository string
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag string
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository str
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag str
- The tag of the container image. If not specified, this defaults to the latest tag.
- repository String
- The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
- tag String
- The tag of the container image. If not specified, this defaults to the latest tag.
EncryptionConfig, EncryptionConfigArgs
- Kms
Key string - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- Kms
Key string - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms
Key String - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms
Key string - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms_
key str - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms
Key String - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Kms
Key string - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- Kms
Key string - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms
Key String - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms
Key string - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms_
key str - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
- kms
Key String - The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
LocalDisk, LocalDiskArgs
- Initialize
Params Pulumi.Google Native. Notebooks. V1. Inputs. Local Disk Initialize Params - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- Interface string
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- Mode string
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- Source string
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- Type string
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- Initialize
Params LocalDisk Initialize Params - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- Interface string
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- Mode string
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- Source string
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- Type string
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- initialize
Params LocalDisk Initialize Params - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface_ String
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- mode String
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source String
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type String
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- initialize
Params LocalDisk Initialize Params - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface string
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- mode string
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source string
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type string
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- initialize_
params LocalDisk Initialize Params - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface str
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- mode str
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source str
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type str
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- initialize
Params Property Map - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface String
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- mode String
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source String
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type String
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
LocalDiskInitializeParams, LocalDiskInitializeParamsArgs
- Description string
- Optional. Provide this property when creating the disk.
- Disk
Name string - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- Disk
Size stringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- Disk
Type Pulumi.Google Native. Notebooks. V1. Local Disk Initialize Params Disk Type - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - Labels Dictionary<string, string>
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- Description string
- Optional. Provide this property when creating the disk.
- Disk
Name string - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- Disk
Size stringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- Disk
Type LocalDisk Initialize Params Disk Type - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - Labels map[string]string
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description String
- Optional. Provide this property when creating the disk.
- disk
Name String - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk
Size StringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk
Type LocalDisk Initialize Params Disk Type - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels Map<String,String>
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description string
- Optional. Provide this property when creating the disk.
- disk
Name string - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk
Size stringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk
Type LocalDisk Initialize Params Disk Type - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels {[key: string]: string}
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description str
- Optional. Provide this property when creating the disk.
- disk_
name str - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk_
size_ strgb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk_
type LocalDisk Initialize Params Disk Type - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels Mapping[str, str]
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description String
- Optional. Provide this property when creating the disk.
- disk
Name String - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk
Size StringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk
Type "DISK_TYPE_UNSPECIFIED" | "PD_STANDARD" | "PD_SSD" | "PD_BALANCED" | "PD_EXTREME" - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels Map<String>
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
LocalDiskInitializeParamsDiskType, LocalDiskInitializeParamsDiskTypeArgs
- Disk
Type Unspecified - DISK_TYPE_UNSPECIFIEDDisk type not set.
- Pd
Standard - PD_STANDARDStandard persistent disk type.
- Pd
Ssd - PD_SSDSSD persistent disk type.
- Pd
Balanced - PD_BALANCEDBalanced persistent disk type.
- Pd
Extreme - PD_EXTREMEExtreme persistent disk type.
- Local
Disk Initialize Params Disk Type Disk Type Unspecified - DISK_TYPE_UNSPECIFIEDDisk type not set.
- Local
Disk Initialize Params Disk Type Pd Standard - PD_STANDARDStandard persistent disk type.
- Local
Disk Initialize Params Disk Type Pd Ssd - PD_SSDSSD persistent disk type.
- Local
Disk Initialize Params Disk Type Pd Balanced - PD_BALANCEDBalanced persistent disk type.
- Local
Disk Initialize Params Disk Type Pd Extreme - PD_EXTREMEExtreme persistent disk type.
- Disk
Type Unspecified - DISK_TYPE_UNSPECIFIEDDisk type not set.
- Pd
Standard - PD_STANDARDStandard persistent disk type.
- Pd
Ssd - PD_SSDSSD persistent disk type.
- Pd
Balanced - PD_BALANCEDBalanced persistent disk type.
- Pd
Extreme - PD_EXTREMEExtreme persistent disk type.
- Disk
Type Unspecified - DISK_TYPE_UNSPECIFIEDDisk type not set.
- Pd
Standard - PD_STANDARDStandard persistent disk type.
- Pd
Ssd - PD_SSDSSD persistent disk type.
- Pd
Balanced - PD_BALANCEDBalanced persistent disk type.
- Pd
Extreme - PD_EXTREMEExtreme persistent disk type.
- DISK_TYPE_UNSPECIFIED
- DISK_TYPE_UNSPECIFIEDDisk type not set.
- PD_STANDARD
- PD_STANDARDStandard persistent disk type.
- PD_SSD
- PD_SSDSSD persistent disk type.
- PD_BALANCED
- PD_BALANCEDBalanced persistent disk type.
- PD_EXTREME
- PD_EXTREMEExtreme persistent disk type.
- "DISK_TYPE_UNSPECIFIED"
- DISK_TYPE_UNSPECIFIEDDisk type not set.
- "PD_STANDARD"
- PD_STANDARDStandard persistent disk type.
- "PD_SSD"
- PD_SSDSSD persistent disk type.
- "PD_BALANCED"
- PD_BALANCEDBalanced persistent disk type.
- "PD_EXTREME"
- PD_EXTREMEExtreme persistent disk type.
LocalDiskInitializeParamsResponse, LocalDiskInitializeParamsResponseArgs
- Description string
- Optional. Provide this property when creating the disk.
- Disk
Name string - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- Disk
Size stringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- Disk
Type string - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - Labels Dictionary<string, string>
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- Description string
- Optional. Provide this property when creating the disk.
- Disk
Name string - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- Disk
Size stringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- Disk
Type string - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - Labels map[string]string
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description String
- Optional. Provide this property when creating the disk.
- disk
Name String - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk
Size StringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk
Type String - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels Map<String,String>
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description string
- Optional. Provide this property when creating the disk.
- disk
Name string - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk
Size stringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk
Type string - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels {[key: string]: string}
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description str
- Optional. Provide this property when creating the disk.
- disk_
name str - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk_
size_ strgb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk_
type str - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels Mapping[str, str]
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
- description String
- Optional. Provide this property when creating the disk.
- disk
Name String - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.
- disk
Size StringGb - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.
- disk
Type String - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (
PD_STANDARD
). - labels Map<String>
- Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
LocalDiskResponse, LocalDiskResponseArgs
- Auto
Delete bool - Optional. Output only. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
- Boot bool
- Optional. Output only. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
- Device
Name string - Optional. Output only. Specifies a unique device name of your choice that is reflected into the
/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks. - Guest
Os List<Pulumi.Features Google Native. Notebooks. V1. Inputs. Runtime Guest Os Feature Response> - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
- Index int
- A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
- Initialize
Params Pulumi.Google Native. Notebooks. V1. Inputs. Local Disk Initialize Params Response - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- Interface string
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- Kind string
- Type of the resource. Always compute#attachedDisk for attached disks.
- Licenses List<string>
- Any valid publicly visible licenses.
- Mode string
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- Source string
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- Type string
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- Auto
Delete bool - Optional. Output only. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
- Boot bool
- Optional. Output only. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
- Device
Name string - Optional. Output only. Specifies a unique device name of your choice that is reflected into the
/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks. - Guest
Os []RuntimeFeatures Guest Os Feature Response - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
- Index int
- A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
- Initialize
Params LocalDisk Initialize Params Response - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- Interface string
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- Kind string
- Type of the resource. Always compute#attachedDisk for attached disks.
- Licenses []string
- Any valid publicly visible licenses.
- Mode string
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- Source string
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- Type string
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- auto
Delete Boolean - Optional. Output only. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
- boot Boolean
- Optional. Output only. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
- device
Name String - Optional. Output only. Specifies a unique device name of your choice that is reflected into the
/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks. - guest
Os List<RuntimeFeatures Guest Os Feature Response> - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
- index Integer
- A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
- initialize
Params LocalDisk Initialize Params Response - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface_ String
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- kind String
- Type of the resource. Always compute#attachedDisk for attached disks.
- licenses List<String>
- Any valid publicly visible licenses.
- mode String
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source String
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type String
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- auto
Delete boolean - Optional. Output only. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
- boot boolean
- Optional. Output only. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
- device
Name string - Optional. Output only. Specifies a unique device name of your choice that is reflected into the
/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks. - guest
Os RuntimeFeatures Guest Os Feature Response[] - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
- index number
- A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
- initialize
Params LocalDisk Initialize Params Response - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface string
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- kind string
- Type of the resource. Always compute#attachedDisk for attached disks.
- licenses string[]
- Any valid publicly visible licenses.
- mode string
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source string
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type string
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- auto_
delete bool - Optional. Output only. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
- boot bool
- Optional. Output only. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
- device_
name str - Optional. Output only. Specifies a unique device name of your choice that is reflected into the
/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks. - guest_
os_ Sequence[Runtimefeatures Guest Os Feature Response] - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
- index int
- A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
- initialize_
params LocalDisk Initialize Params Response - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface str
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- kind str
- Type of the resource. Always compute#attachedDisk for attached disks.
- licenses Sequence[str]
- Any valid publicly visible licenses.
- mode str
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source str
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type str
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
- auto
Delete Boolean - Optional. Output only. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
- boot Boolean
- Optional. Output only. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
- device
Name String - Optional. Output only. Specifies a unique device name of your choice that is reflected into the
/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks. - guest
Os List<Property Map>Features - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
- index Number
- A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
- initialize
Params Property Map - Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
- interface String
- Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: *
NVME
*SCSI
- kind String
- Type of the resource. Always compute#attachedDisk for attached disks.
- licenses List<String>
- Any valid publicly visible licenses.
- mode String
- The mode in which to attach this disk, either
READ_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values: *READ_ONLY
*READ_WRITE
- source String
- Specifies a valid partial or full URL to an existing Persistent Disk resource.
- type String
- Specifies the type of the disk, either
SCRATCH
orPERSISTENT
. If not specified, the default isPERSISTENT
. Valid values: *PERSISTENT
*SCRATCH
RuntimeAcceleratorConfig, RuntimeAcceleratorConfigArgs
- Core
Count string - Count of cores of this accelerator.
- Type
Pulumi.
Google Native. Notebooks. V1. Runtime Accelerator Config Type - Accelerator model.
- Core
Count string - Count of cores of this accelerator.
- Type
Runtime
Accelerator Config Type - Accelerator model.
- core
Count String - Count of cores of this accelerator.
- type
Runtime
Accelerator Config Type - Accelerator model.
- core
Count string - Count of cores of this accelerator.
- type
Runtime
Accelerator Config Type - Accelerator model.
- core_
count str - Count of cores of this accelerator.
- type
Runtime
Accelerator Config Type - Accelerator model.
- core
Count String - Count of cores of this accelerator.
- type "ACCELERATOR_TYPE_UNSPECIFIED" | "NVIDIA_TESLA_K80" | "NVIDIA_TESLA_P100" | "NVIDIA_TESLA_V100" | "NVIDIA_TESLA_P4" | "NVIDIA_TESLA_T4" | "NVIDIA_TESLA_A100" | "NVIDIA_L4" | "TPU_V2" | "TPU_V3" | "NVIDIA_TESLA_T4_VWS" | "NVIDIA_TESLA_P100_VWS" | "NVIDIA_TESLA_P4_VWS"
- Accelerator model.
RuntimeAcceleratorConfigResponse, RuntimeAcceleratorConfigResponseArgs
- core_
count str - Count of cores of this accelerator.
- type str
- Accelerator model.
RuntimeAcceleratorConfigType, RuntimeAcceleratorConfigTypeArgs
- Accelerator
Type Unspecified - ACCELERATOR_TYPE_UNSPECIFIEDAccelerator type is not specified.
- Nvidia
Tesla K80 - NVIDIA_TESLA_K80Accelerator type is Nvidia Tesla K80.
- Nvidia
Tesla P100 - NVIDIA_TESLA_P100Accelerator type is Nvidia Tesla P100.
- Nvidia
Tesla V100 - NVIDIA_TESLA_V100Accelerator type is Nvidia Tesla V100.
- Nvidia
Tesla P4 - NVIDIA_TESLA_P4Accelerator type is Nvidia Tesla P4.
- Nvidia
Tesla T4 - NVIDIA_TESLA_T4Accelerator type is Nvidia Tesla T4.
- Nvidia
Tesla A100 - NVIDIA_TESLA_A100Accelerator type is Nvidia Tesla A100 - 40GB.
- Nvidia
L4 - NVIDIA_L4Accelerator type is Nvidia L4.
- Tpu
V2 - TPU_V2(Coming soon) Accelerator type is TPU V2.
- Tpu
V3 - TPU_V3(Coming soon) Accelerator type is TPU V3.
- Nvidia
Tesla T4Vws - NVIDIA_TESLA_T4_VWSAccelerator type is NVIDIA Tesla T4 Virtual Workstations.
- Nvidia
Tesla P100Vws - NVIDIA_TESLA_P100_VWSAccelerator type is NVIDIA Tesla P100 Virtual Workstations.
- Nvidia
Tesla P4Vws - NVIDIA_TESLA_P4_VWSAccelerator type is NVIDIA Tesla P4 Virtual Workstations.
- Runtime
Accelerator Config Type Accelerator Type Unspecified - ACCELERATOR_TYPE_UNSPECIFIEDAccelerator type is not specified.
- Runtime
Accelerator Config Type Nvidia Tesla K80 - NVIDIA_TESLA_K80Accelerator type is Nvidia Tesla K80.
- Runtime
Accelerator Config Type Nvidia Tesla P100 - NVIDIA_TESLA_P100Accelerator type is Nvidia Tesla P100.
- Runtime
Accelerator Config Type Nvidia Tesla V100 - NVIDIA_TESLA_V100Accelerator type is Nvidia Tesla V100.
- Runtime
Accelerator Config Type Nvidia Tesla P4 - NVIDIA_TESLA_P4Accelerator type is Nvidia Tesla P4.
- Runtime
Accelerator Config Type Nvidia Tesla T4 - NVIDIA_TESLA_T4Accelerator type is Nvidia Tesla T4.
- Runtime
Accelerator Config Type Nvidia Tesla A100 - NVIDIA_TESLA_A100Accelerator type is Nvidia Tesla A100 - 40GB.
- Runtime
Accelerator Config Type Nvidia L4 - NVIDIA_L4Accelerator type is Nvidia L4.
- Runtime
Accelerator Config Type Tpu V2 - TPU_V2(Coming soon) Accelerator type is TPU V2.
- Runtime
Accelerator Config Type Tpu V3 - TPU_V3(Coming soon) Accelerator type is TPU V3.
- Runtime
Accelerator Config Type Nvidia Tesla T4Vws - NVIDIA_TESLA_T4_VWSAccelerator type is NVIDIA Tesla T4 Virtual Workstations.
- Runtime
Accelerator Config Type Nvidia Tesla P100Vws - NVIDIA_TESLA_P100_VWSAccelerator type is NVIDIA Tesla P100 Virtual Workstations.
- Runtime
Accelerator Config Type Nvidia Tesla P4Vws - NVIDIA_TESLA_P4_VWSAccelerator type is NVIDIA Tesla P4 Virtual Workstations.
- Accelerator
Type Unspecified - ACCELERATOR_TYPE_UNSPECIFIEDAccelerator type is not specified.
- Nvidia
Tesla K80 - NVIDIA_TESLA_K80Accelerator type is Nvidia Tesla K80.
- Nvidia
Tesla P100 - NVIDIA_TESLA_P100Accelerator type is Nvidia Tesla P100.
- Nvidia
Tesla V100 - NVIDIA_TESLA_V100Accelerator type is Nvidia Tesla V100.
- Nvidia
Tesla P4 - NVIDIA_TESLA_P4Accelerator type is Nvidia Tesla P4.
- Nvidia
Tesla T4 - NVIDIA_TESLA_T4Accelerator type is Nvidia Tesla T4.
- Nvidia
Tesla A100 - NVIDIA_TESLA_A100Accelerator type is Nvidia Tesla A100 - 40GB.
- Nvidia
L4 - NVIDIA_L4Accelerator type is Nvidia L4.
- Tpu
V2 - TPU_V2(Coming soon) Accelerator type is TPU V2.
- Tpu
V3 - TPU_V3(Coming soon) Accelerator type is TPU V3.
- Nvidia
Tesla T4Vws - NVIDIA_TESLA_T4_VWSAccelerator type is NVIDIA Tesla T4 Virtual Workstations.
- Nvidia
Tesla P100Vws - NVIDIA_TESLA_P100_VWSAccelerator type is NVIDIA Tesla P100 Virtual Workstations.
- Nvidia
Tesla P4Vws - NVIDIA_TESLA_P4_VWSAccelerator type is NVIDIA Tesla P4 Virtual Workstations.
- Accelerator
Type Unspecified - ACCELERATOR_TYPE_UNSPECIFIEDAccelerator type is not specified.
- Nvidia
Tesla K80 - NVIDIA_TESLA_K80Accelerator type is Nvidia Tesla K80.
- Nvidia
Tesla P100 - NVIDIA_TESLA_P100Accelerator type is Nvidia Tesla P100.
- Nvidia
Tesla V100 - NVIDIA_TESLA_V100Accelerator type is Nvidia Tesla V100.
- Nvidia
Tesla P4 - NVIDIA_TESLA_P4Accelerator type is Nvidia Tesla P4.
- Nvidia
Tesla T4 - NVIDIA_TESLA_T4Accelerator type is Nvidia Tesla T4.
- Nvidia
Tesla A100 - NVIDIA_TESLA_A100Accelerator type is Nvidia Tesla A100 - 40GB.
- Nvidia
L4 - NVIDIA_L4Accelerator type is Nvidia L4.
- Tpu
V2 - TPU_V2(Coming soon) Accelerator type is TPU V2.
- Tpu
V3 - TPU_V3(Coming soon) Accelerator type is TPU V3.
- Nvidia
Tesla T4Vws - NVIDIA_TESLA_T4_VWSAccelerator type is NVIDIA Tesla T4 Virtual Workstations.
- Nvidia
Tesla P100Vws - NVIDIA_TESLA_P100_VWSAccelerator type is NVIDIA Tesla P100 Virtual Workstations.
- Nvidia
Tesla P4Vws - NVIDIA_TESLA_P4_VWSAccelerator type is NVIDIA Tesla P4 Virtual Workstations.
- ACCELERATOR_TYPE_UNSPECIFIED
- ACCELERATOR_TYPE_UNSPECIFIEDAccelerator type is not specified.
- NVIDIA_TESLA_K80
- NVIDIA_TESLA_K80Accelerator type is Nvidia Tesla K80.
- NVIDIA_TESLA_P100
- NVIDIA_TESLA_P100Accelerator type is Nvidia Tesla P100.
- NVIDIA_TESLA_V100
- NVIDIA_TESLA_V100Accelerator type is Nvidia Tesla V100.
- NVIDIA_TESLA_P4
- NVIDIA_TESLA_P4Accelerator type is Nvidia Tesla P4.
- NVIDIA_TESLA_T4
- NVIDIA_TESLA_T4Accelerator type is Nvidia Tesla T4.
- NVIDIA_TESLA_A100
- NVIDIA_TESLA_A100Accelerator type is Nvidia Tesla A100 - 40GB.
- NVIDIA_L4
- NVIDIA_L4Accelerator type is Nvidia L4.
- TPU_V2
- TPU_V2(Coming soon) Accelerator type is TPU V2.
- TPU_V3
- TPU_V3(Coming soon) Accelerator type is TPU V3.
- NVIDIA_TESLA_T4_VWS
- NVIDIA_TESLA_T4_VWSAccelerator type is NVIDIA Tesla T4 Virtual Workstations.
- NVIDIA_TESLA_P100_VWS
- NVIDIA_TESLA_P100_VWSAccelerator type is NVIDIA Tesla P100 Virtual Workstations.
- NVIDIA_TESLA_P4_VWS
- NVIDIA_TESLA_P4_VWSAccelerator type is NVIDIA Tesla P4 Virtual Workstations.
- "ACCELERATOR_TYPE_UNSPECIFIED"
- ACCELERATOR_TYPE_UNSPECIFIEDAccelerator type is not specified.
- "NVIDIA_TESLA_K80"
- NVIDIA_TESLA_K80Accelerator type is Nvidia Tesla K80.
- "NVIDIA_TESLA_P100"
- NVIDIA_TESLA_P100Accelerator type is Nvidia Tesla P100.
- "NVIDIA_TESLA_V100"
- NVIDIA_TESLA_V100Accelerator type is Nvidia Tesla V100.
- "NVIDIA_TESLA_P4"
- NVIDIA_TESLA_P4Accelerator type is Nvidia Tesla P4.
- "NVIDIA_TESLA_T4"
- NVIDIA_TESLA_T4Accelerator type is Nvidia Tesla T4.
- "NVIDIA_TESLA_A100"
- NVIDIA_TESLA_A100Accelerator type is Nvidia Tesla A100 - 40GB.
- "NVIDIA_L4"
- NVIDIA_L4Accelerator type is Nvidia L4.
- "TPU_V2"
- TPU_V2(Coming soon) Accelerator type is TPU V2.
- "TPU_V3"
- TPU_V3(Coming soon) Accelerator type is TPU V3.
- "NVIDIA_TESLA_T4_VWS"
- NVIDIA_TESLA_T4_VWSAccelerator type is NVIDIA Tesla T4 Virtual Workstations.
- "NVIDIA_TESLA_P100_VWS"
- NVIDIA_TESLA_P100_VWSAccelerator type is NVIDIA Tesla P100 Virtual Workstations.
- "NVIDIA_TESLA_P4_VWS"
- NVIDIA_TESLA_P4_VWSAccelerator type is NVIDIA Tesla P4 Virtual Workstations.
RuntimeAccessConfig, RuntimeAccessConfigArgs
- Access
Type Pulumi.Google Native. Notebooks. V1. Runtime Access Config Access Type - The type of access mode this instance.
- Runtime
Owner string - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- Access
Type RuntimeAccess Config Access Type - The type of access mode this instance.
- Runtime
Owner string - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access
Type RuntimeAccess Config Access Type - The type of access mode this instance.
- runtime
Owner String - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access
Type RuntimeAccess Config Access Type - The type of access mode this instance.
- runtime
Owner string - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access_
type RuntimeAccess Config Access Type - The type of access mode this instance.
- runtime_
owner str - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access
Type "RUNTIME_ACCESS_TYPE_UNSPECIFIED" | "SINGLE_USER" | "SERVICE_ACCOUNT" - The type of access mode this instance.
- runtime
Owner String - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
RuntimeAccessConfigAccessType, RuntimeAccessConfigAccessTypeArgs
- Runtime
Access Type Unspecified - RUNTIME_ACCESS_TYPE_UNSPECIFIEDUnspecified access.
- Single
User - SINGLE_USERSingle user login.
- Service
Account - SERVICE_ACCOUNTService Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.
- Runtime
Access Config Access Type Runtime Access Type Unspecified - RUNTIME_ACCESS_TYPE_UNSPECIFIEDUnspecified access.
- Runtime
Access Config Access Type Single User - SINGLE_USERSingle user login.
- Runtime
Access Config Access Type Service Account - SERVICE_ACCOUNTService Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.
- Runtime
Access Type Unspecified - RUNTIME_ACCESS_TYPE_UNSPECIFIEDUnspecified access.
- Single
User - SINGLE_USERSingle user login.
- Service
Account - SERVICE_ACCOUNTService Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.
- Runtime
Access Type Unspecified - RUNTIME_ACCESS_TYPE_UNSPECIFIEDUnspecified access.
- Single
User - SINGLE_USERSingle user login.
- Service
Account - SERVICE_ACCOUNTService Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.
- RUNTIME_ACCESS_TYPE_UNSPECIFIED
- RUNTIME_ACCESS_TYPE_UNSPECIFIEDUnspecified access.
- SINGLE_USER
- SINGLE_USERSingle user login.
- SERVICE_ACCOUNT
- SERVICE_ACCOUNTService Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.
- "RUNTIME_ACCESS_TYPE_UNSPECIFIED"
- RUNTIME_ACCESS_TYPE_UNSPECIFIEDUnspecified access.
- "SINGLE_USER"
- SINGLE_USERSingle user login.
- "SERVICE_ACCOUNT"
- SERVICE_ACCOUNTService Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.
RuntimeAccessConfigResponse, RuntimeAccessConfigResponseArgs
- Access
Type string - The type of access mode this instance.
- Proxy
Uri string - The proxy endpoint that is used to access the runtime.
- Runtime
Owner string - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- Access
Type string - The type of access mode this instance.
- Proxy
Uri string - The proxy endpoint that is used to access the runtime.
- Runtime
Owner string - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access
Type String - The type of access mode this instance.
- proxy
Uri String - The proxy endpoint that is used to access the runtime.
- runtime
Owner String - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access
Type string - The type of access mode this instance.
- proxy
Uri string - The proxy endpoint that is used to access the runtime.
- runtime
Owner string - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access_
type str - The type of access mode this instance.
- proxy_
uri str - The proxy endpoint that is used to access the runtime.
- runtime_
owner str - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
- access
Type String - The type of access mode this instance.
- proxy
Uri String - The proxy endpoint that is used to access the runtime.
- runtime
Owner String - The owner of this runtime after creation. Format:
alias@example.com
Currently supports one owner only.
RuntimeGuestOsFeatureResponse, RuntimeGuestOsFeatureResponseArgs
- Type string
- The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values: *
FEATURE_TYPE_UNSPECIFIED
*MULTI_IP_SUBNET
*SECURE_BOOT
*UEFI_COMPATIBLE
*VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
- Type string
- The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values: *
FEATURE_TYPE_UNSPECIFIED
*MULTI_IP_SUBNET
*SECURE_BOOT
*UEFI_COMPATIBLE
*VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
- type String
- The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values: *
FEATURE_TYPE_UNSPECIFIED
*MULTI_IP_SUBNET
*SECURE_BOOT
*UEFI_COMPATIBLE
*VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
- type string
- The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values: *
FEATURE_TYPE_UNSPECIFIED
*MULTI_IP_SUBNET
*SECURE_BOOT
*UEFI_COMPATIBLE
*VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
- type str
- The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values: *
FEATURE_TYPE_UNSPECIFIED
*MULTI_IP_SUBNET
*SECURE_BOOT
*UEFI_COMPATIBLE
*VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
- type String
- The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values: *
FEATURE_TYPE_UNSPECIFIED
*MULTI_IP_SUBNET
*SECURE_BOOT
*UEFI_COMPATIBLE
*VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
RuntimeMetricsResponse, RuntimeMetricsResponseArgs
- System
Metrics Dictionary<string, string> - The system metrics.
- System
Metrics map[string]string - The system metrics.
- system
Metrics Map<String,String> - The system metrics.
- system
Metrics {[key: string]: string} - The system metrics.
- system_
metrics Mapping[str, str] - The system metrics.
- system
Metrics Map<String> - The system metrics.
RuntimeMigrationEligibilityResponse, RuntimeMigrationEligibilityResponseArgs
RuntimeShieldedInstanceConfig, RuntimeShieldedInstanceConfigArgs
- Enable
Integrity boolMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- Enable
Vtpm bool - Defines whether the instance has the vTPM enabled. Enabled by default.
- Enable
Integrity boolMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- Enable
Vtpm bool - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable
Integrity BooleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable
Vtpm Boolean - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable
Integrity booleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable
Secure booleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable
Vtpm boolean - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable_
integrity_ boolmonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable_
secure_ boolboot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable_
vtpm bool - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable
Integrity BooleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable
Vtpm Boolean - Defines whether the instance has the vTPM enabled. Enabled by default.
RuntimeShieldedInstanceConfigResponse, RuntimeShieldedInstanceConfigResponseArgs
- Enable
Integrity boolMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- Enable
Vtpm bool - Defines whether the instance has the vTPM enabled. Enabled by default.
- Enable
Integrity boolMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- Enable
Vtpm bool - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable
Integrity BooleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable
Vtpm Boolean - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable
Integrity booleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable
Secure booleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable
Vtpm boolean - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable_
integrity_ boolmonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable_
secure_ boolboot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable_
vtpm bool - Defines whether the instance has the vTPM enabled. Enabled by default.
- enable
Integrity BooleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
- enable
Vtpm Boolean - Defines whether the instance has the vTPM enabled. Enabled by default.
RuntimeSoftwareConfig, RuntimeSoftwareConfigArgs
- Custom
Gpu stringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- Disable
Terminal bool - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- Enable
Health boolMonitoring - Verifies core internal services are running. Default: True
- Idle
Shutdown bool - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- Idle
Shutdown intTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- Install
Gpu boolDriver - Install Nvidia Driver automatically. Default: True
- Kernels
List<Pulumi.
Google Native. Notebooks. V1. Inputs. Container Image> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Mixer
Disabled bool - Bool indicating whether mixer client should be disabled. Default: False
- Notebook
Upgrade stringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- Post
Startup stringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - Post
Startup Pulumi.Script Behavior Google Native. Notebooks. V1. Runtime Software Config Post Startup Script Behavior - Behavior for the post startup script.
- Custom
Gpu stringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- Disable
Terminal bool - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- Enable
Health boolMonitoring - Verifies core internal services are running. Default: True
- Idle
Shutdown bool - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- Idle
Shutdown intTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- Install
Gpu boolDriver - Install Nvidia Driver automatically. Default: True
- Kernels
[]Container
Image - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Mixer
Disabled bool - Bool indicating whether mixer client should be disabled. Default: False
- Notebook
Upgrade stringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- Post
Startup stringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - Post
Startup RuntimeScript Behavior Software Config Post Startup Script Behavior - Behavior for the post startup script.
- custom
Gpu StringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable
Terminal Boolean - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable
Health BooleanMonitoring - Verifies core internal services are running. Default: True
- idle
Shutdown Boolean - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle
Shutdown IntegerTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install
Gpu BooleanDriver - Install Nvidia Driver automatically. Default: True
- kernels
List<Container
Image> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer
Disabled Boolean - Bool indicating whether mixer client should be disabled. Default: False
- notebook
Upgrade StringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post
Startup StringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post
Startup RuntimeScript Behavior Software Config Post Startup Script Behavior - Behavior for the post startup script.
- custom
Gpu stringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable
Terminal boolean - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable
Health booleanMonitoring - Verifies core internal services are running. Default: True
- idle
Shutdown boolean - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle
Shutdown numberTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install
Gpu booleanDriver - Install Nvidia Driver automatically. Default: True
- kernels
Container
Image[] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer
Disabled boolean - Bool indicating whether mixer client should be disabled. Default: False
- notebook
Upgrade stringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post
Startup stringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post
Startup RuntimeScript Behavior Software Config Post Startup Script Behavior - Behavior for the post startup script.
- custom_
gpu_ strdriver_ path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable_
terminal bool - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable_
health_ boolmonitoring - Verifies core internal services are running. Default: True
- idle_
shutdown bool - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle_
shutdown_ inttimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install_
gpu_ booldriver - Install Nvidia Driver automatically. Default: True
- kernels
Sequence[Container
Image] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer_
disabled bool - Bool indicating whether mixer client should be disabled. Default: False
- notebook_
upgrade_ strschedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post_
startup_ strscript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post_
startup_ Runtimescript_ behavior Software Config Post Startup Script Behavior - Behavior for the post startup script.
- custom
Gpu StringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable
Terminal Boolean - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable
Health BooleanMonitoring - Verifies core internal services are running. Default: True
- idle
Shutdown Boolean - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle
Shutdown NumberTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install
Gpu BooleanDriver - Install Nvidia Driver automatically. Default: True
- kernels List<Property Map>
- Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer
Disabled Boolean - Bool indicating whether mixer client should be disabled. Default: False
- notebook
Upgrade StringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post
Startup StringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post
Startup "POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED" | "RUN_EVERY_START" | "DOWNLOAD_AND_RUN_EVERY_START"Script Behavior - Behavior for the post startup script.
RuntimeSoftwareConfigPostStartupScriptBehavior, RuntimeSoftwareConfigPostStartupScriptBehaviorArgs
- Post
Startup Script Behavior Unspecified - POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIEDUnspecified post startup script behavior. Will run only once at creation.
- Run
Every Start - RUN_EVERY_STARTRuns the post startup script provided during creation at every start.
- Download
And Run Every Start - DOWNLOAD_AND_RUN_EVERY_STARTDownloads and runs the provided post startup script at every start.
- Runtime
Software Config Post Startup Script Behavior Post Startup Script Behavior Unspecified - POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIEDUnspecified post startup script behavior. Will run only once at creation.
- Runtime
Software Config Post Startup Script Behavior Run Every Start - RUN_EVERY_STARTRuns the post startup script provided during creation at every start.
- Runtime
Software Config Post Startup Script Behavior Download And Run Every Start - DOWNLOAD_AND_RUN_EVERY_STARTDownloads and runs the provided post startup script at every start.
- Post
Startup Script Behavior Unspecified - POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIEDUnspecified post startup script behavior. Will run only once at creation.
- Run
Every Start - RUN_EVERY_STARTRuns the post startup script provided during creation at every start.
- Download
And Run Every Start - DOWNLOAD_AND_RUN_EVERY_STARTDownloads and runs the provided post startup script at every start.
- Post
Startup Script Behavior Unspecified - POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIEDUnspecified post startup script behavior. Will run only once at creation.
- Run
Every Start - RUN_EVERY_STARTRuns the post startup script provided during creation at every start.
- Download
And Run Every Start - DOWNLOAD_AND_RUN_EVERY_STARTDownloads and runs the provided post startup script at every start.
- POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED
- POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIEDUnspecified post startup script behavior. Will run only once at creation.
- RUN_EVERY_START
- RUN_EVERY_STARTRuns the post startup script provided during creation at every start.
- DOWNLOAD_AND_RUN_EVERY_START
- DOWNLOAD_AND_RUN_EVERY_STARTDownloads and runs the provided post startup script at every start.
- "POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED"
- POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIEDUnspecified post startup script behavior. Will run only once at creation.
- "RUN_EVERY_START"
- RUN_EVERY_STARTRuns the post startup script provided during creation at every start.
- "DOWNLOAD_AND_RUN_EVERY_START"
- DOWNLOAD_AND_RUN_EVERY_STARTDownloads and runs the provided post startup script at every start.
RuntimeSoftwareConfigResponse, RuntimeSoftwareConfigResponseArgs
- Custom
Gpu stringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- Disable
Terminal bool - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- Enable
Health boolMonitoring - Verifies core internal services are running. Default: True
- Idle
Shutdown bool - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- Idle
Shutdown intTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- Install
Gpu boolDriver - Install Nvidia Driver automatically. Default: True
- Kernels
List<Pulumi.
Google Native. Notebooks. V1. Inputs. Container Image Response> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Mixer
Disabled bool - Bool indicating whether mixer client should be disabled. Default: False
- Notebook
Upgrade stringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- Post
Startup stringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - Post
Startup stringScript Behavior - Behavior for the post startup script.
- Upgradeable bool
- Bool indicating whether an newer image is available in an image family.
- Version string
- version of boot image such as M100, from release label of the image.
- Custom
Gpu stringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- Disable
Terminal bool - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- Enable
Health boolMonitoring - Verifies core internal services are running. Default: True
- Idle
Shutdown bool - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- Idle
Shutdown intTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- Install
Gpu boolDriver - Install Nvidia Driver automatically. Default: True
- Kernels
[]Container
Image Response - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Mixer
Disabled bool - Bool indicating whether mixer client should be disabled. Default: False
- Notebook
Upgrade stringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- Post
Startup stringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - Post
Startup stringScript Behavior - Behavior for the post startup script.
- Upgradeable bool
- Bool indicating whether an newer image is available in an image family.
- Version string
- version of boot image such as M100, from release label of the image.
- custom
Gpu StringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable
Terminal Boolean - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable
Health BooleanMonitoring - Verifies core internal services are running. Default: True
- idle
Shutdown Boolean - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle
Shutdown IntegerTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install
Gpu BooleanDriver - Install Nvidia Driver automatically. Default: True
- kernels
List<Container
Image Response> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer
Disabled Boolean - Bool indicating whether mixer client should be disabled. Default: False
- notebook
Upgrade StringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post
Startup StringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post
Startup StringScript Behavior - Behavior for the post startup script.
- upgradeable Boolean
- Bool indicating whether an newer image is available in an image family.
- version String
- version of boot image such as M100, from release label of the image.
- custom
Gpu stringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable
Terminal boolean - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable
Health booleanMonitoring - Verifies core internal services are running. Default: True
- idle
Shutdown boolean - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle
Shutdown numberTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install
Gpu booleanDriver - Install Nvidia Driver automatically. Default: True
- kernels
Container
Image Response[] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer
Disabled boolean - Bool indicating whether mixer client should be disabled. Default: False
- notebook
Upgrade stringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post
Startup stringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post
Startup stringScript Behavior - Behavior for the post startup script.
- upgradeable boolean
- Bool indicating whether an newer image is available in an image family.
- version string
- version of boot image such as M100, from release label of the image.
- custom_
gpu_ strdriver_ path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable_
terminal bool - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable_
health_ boolmonitoring - Verifies core internal services are running. Default: True
- idle_
shutdown bool - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle_
shutdown_ inttimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install_
gpu_ booldriver - Install Nvidia Driver automatically. Default: True
- kernels
Sequence[Container
Image Response] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer_
disabled bool - Bool indicating whether mixer client should be disabled. Default: False
- notebook_
upgrade_ strschedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post_
startup_ strscript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post_
startup_ strscript_ behavior - Behavior for the post startup script.
- upgradeable bool
- Bool indicating whether an newer image is available in an image family.
- version str
- version of boot image such as M100, from release label of the image.
- custom
Gpu StringDriver Path - Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
- disable
Terminal Boolean - Bool indicating whether JupyterLab terminal will be available or not. Default: False
- enable
Health BooleanMonitoring - Verifies core internal services are running. Default: True
- idle
Shutdown Boolean - Runtime will automatically shutdown after idle_shutdown_time. Default: True
- idle
Shutdown NumberTimeout - Time in minutes to wait before shutting down runtime. Default: 180 minutes
- install
Gpu BooleanDriver - Install Nvidia Driver automatically. Default: True
- kernels List<Property Map>
- Optional. Use a list of container images to use as Kernels in the notebook instance.
- mixer
Disabled Boolean - Bool indicating whether mixer client should be disabled. Default: False
- notebook
Upgrade StringSchedule - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
- post
Startup StringScript - Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (
gs://path-to-file/file-name
). - post
Startup StringScript Behavior - Behavior for the post startup script.
- upgradeable Boolean
- Bool indicating whether an newer image is available in an image family.
- version String
- version of boot image such as M100, from release label of the image.
VirtualMachine, VirtualMachineArgs
- Virtual
Machine Pulumi.Config Google Native. Notebooks. V1. Inputs. Virtual Machine Config - Virtual Machine configuration settings.
- Virtual
Machine VirtualConfig Machine Config - Virtual Machine configuration settings.
- virtual
Machine VirtualConfig Machine Config - Virtual Machine configuration settings.
- virtual
Machine VirtualConfig Machine Config - Virtual Machine configuration settings.
- virtual_
machine_ Virtualconfig Machine Config - Virtual Machine configuration settings.
- virtual
Machine Property MapConfig - Virtual Machine configuration settings.
VirtualMachineConfig, VirtualMachineConfigArgs
- Data
Disk Pulumi.Google Native. Notebooks. V1. Inputs. Local Disk - Data disk option configuration settings.
- Machine
Type string - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- Accelerator
Config Pulumi.Google Native. Notebooks. V1. Inputs. Runtime Accelerator Config - Optional. The Compute Engine accelerator configuration for this runtime.
- Boot
Image Pulumi.Google Native. Notebooks. V1. Inputs. Boot Image - Optional. Boot image metadata used for runtime upgradeability.
- Container
Images List<Pulumi.Google Native. Notebooks. V1. Inputs. Container Image> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Encryption
Config Pulumi.Google Native. Notebooks. V1. Inputs. Encryption Config - Optional. Encryption settings for virtual machine data disk.
- Internal
Ip boolOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - Labels Dictionary<string, string>
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- Metadata Dictionary<string, string>
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- Network string
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - Nic
Type Pulumi.Google Native. Notebooks. V1. Virtual Machine Config Nic Type - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- Reserved
Ip stringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- Shielded
Instance Pulumi.Config Google Native. Notebooks. V1. Inputs. Runtime Shielded Instance Config - Optional. Shielded VM Instance configuration settings.
- Subnet string
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- List<string>
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- Data
Disk LocalDisk - Data disk option configuration settings.
- Machine
Type string - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- Accelerator
Config RuntimeAccelerator Config - Optional. The Compute Engine accelerator configuration for this runtime.
- Boot
Image BootImage - Optional. Boot image metadata used for runtime upgradeability.
- Container
Images []ContainerImage - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Encryption
Config EncryptionConfig - Optional. Encryption settings for virtual machine data disk.
- Internal
Ip boolOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - Labels map[string]string
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- Metadata map[string]string
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- Network string
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - Nic
Type VirtualMachine Config Nic Type - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- Reserved
Ip stringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- Shielded
Instance RuntimeConfig Shielded Instance Config - Optional. Shielded VM Instance configuration settings.
- Subnet string
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- []string
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- data
Disk LocalDisk - Data disk option configuration settings.
- machine
Type String - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- accelerator
Config RuntimeAccelerator Config - Optional. The Compute Engine accelerator configuration for this runtime.
- boot
Image BootImage - Optional. Boot image metadata used for runtime upgradeability.
- container
Images List<ContainerImage> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- encryption
Config EncryptionConfig - Optional. Encryption settings for virtual machine data disk.
- internal
Ip BooleanOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels Map<String,String>
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- metadata Map<String,String>
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network String
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic
Type VirtualMachine Config Nic Type - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved
Ip StringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded
Instance RuntimeConfig Shielded Instance Config - Optional. Shielded VM Instance configuration settings.
- subnet String
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- List<String>
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- data
Disk LocalDisk - Data disk option configuration settings.
- machine
Type string - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- accelerator
Config RuntimeAccelerator Config - Optional. The Compute Engine accelerator configuration for this runtime.
- boot
Image BootImage - Optional. Boot image metadata used for runtime upgradeability.
- container
Images ContainerImage[] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- encryption
Config EncryptionConfig - Optional. Encryption settings for virtual machine data disk.
- internal
Ip booleanOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels {[key: string]: string}
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- metadata {[key: string]: string}
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network string
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic
Type VirtualMachine Config Nic Type - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved
Ip stringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded
Instance RuntimeConfig Shielded Instance Config - Optional. Shielded VM Instance configuration settings.
- subnet string
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- string[]
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- data_
disk LocalDisk - Data disk option configuration settings.
- machine_
type str - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- accelerator_
config RuntimeAccelerator Config - Optional. The Compute Engine accelerator configuration for this runtime.
- boot_
image BootImage - Optional. Boot image metadata used for runtime upgradeability.
- container_
images Sequence[ContainerImage] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- encryption_
config EncryptionConfig - Optional. Encryption settings for virtual machine data disk.
- internal_
ip_ boolonly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels Mapping[str, str]
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- metadata Mapping[str, str]
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network str
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic_
type VirtualMachine Config Nic Type - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved_
ip_ strrange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded_
instance_ Runtimeconfig Shielded Instance Config - Optional. Shielded VM Instance configuration settings.
- subnet str
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- Sequence[str]
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- data
Disk Property Map - Data disk option configuration settings.
- machine
Type String - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- accelerator
Config Property Map - Optional. The Compute Engine accelerator configuration for this runtime.
- boot
Image Property Map - Optional. Boot image metadata used for runtime upgradeability.
- container
Images List<Property Map> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- encryption
Config Property Map - Optional. Encryption settings for virtual machine data disk.
- internal
Ip BooleanOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels Map<String>
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- metadata Map<String>
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network String
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic
Type "UNSPECIFIED_NIC_TYPE" | "VIRTIO_NET" | "GVNIC" - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved
Ip StringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded
Instance Property MapConfig - Optional. Shielded VM Instance configuration settings.
- subnet String
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- List<String>
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
VirtualMachineConfigNicType, VirtualMachineConfigNicTypeArgs
- Unspecified
Nic Type - UNSPECIFIED_NIC_TYPENo type specified.
- Virtio
Net - VIRTIO_NETVIRTIO
- Gvnic
- GVNICGVNIC
- Virtual
Machine Config Nic Type Unspecified Nic Type - UNSPECIFIED_NIC_TYPENo type specified.
- Virtual
Machine Config Nic Type Virtio Net - VIRTIO_NETVIRTIO
- Virtual
Machine Config Nic Type Gvnic - GVNICGVNIC
- Unspecified
Nic Type - UNSPECIFIED_NIC_TYPENo type specified.
- Virtio
Net - VIRTIO_NETVIRTIO
- Gvnic
- GVNICGVNIC
- Unspecified
Nic Type - UNSPECIFIED_NIC_TYPENo type specified.
- Virtio
Net - VIRTIO_NETVIRTIO
- Gvnic
- GVNICGVNIC
- UNSPECIFIED_NIC_TYPE
- UNSPECIFIED_NIC_TYPENo type specified.
- VIRTIO_NET
- VIRTIO_NETVIRTIO
- GVNIC
- GVNICGVNIC
- "UNSPECIFIED_NIC_TYPE"
- UNSPECIFIED_NIC_TYPENo type specified.
- "VIRTIO_NET"
- VIRTIO_NETVIRTIO
- "GVNIC"
- GVNICGVNIC
VirtualMachineConfigResponse, VirtualMachineConfigResponseArgs
- Accelerator
Config Pulumi.Google Native. Notebooks. V1. Inputs. Runtime Accelerator Config Response - Optional. The Compute Engine accelerator configuration for this runtime.
- Boot
Image Pulumi.Google Native. Notebooks. V1. Inputs. Boot Image Response - Optional. Boot image metadata used for runtime upgradeability.
- Container
Images List<Pulumi.Google Native. Notebooks. V1. Inputs. Container Image Response> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Data
Disk Pulumi.Google Native. Notebooks. V1. Inputs. Local Disk Response - Data disk option configuration settings.
- Encryption
Config Pulumi.Google Native. Notebooks. V1. Inputs. Encryption Config Response - Optional. Encryption settings for virtual machine data disk.
- Guest
Attributes Dictionary<string, string> - The Compute Engine guest attributes. (see Project and instance guest attributes).
- Internal
Ip boolOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - Labels Dictionary<string, string>
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- Machine
Type string - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- Metadata Dictionary<string, string>
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- Network string
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - Nic
Type string - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- Reserved
Ip stringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- Shielded
Instance Pulumi.Config Google Native. Notebooks. V1. Inputs. Runtime Shielded Instance Config Response - Optional. Shielded VM Instance configuration settings.
- Subnet string
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- List<string>
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- Zone string
- The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example: *
us-central1-b
- Accelerator
Config RuntimeAccelerator Config Response - Optional. The Compute Engine accelerator configuration for this runtime.
- Boot
Image BootImage Response - Optional. Boot image metadata used for runtime upgradeability.
- Container
Images []ContainerImage Response - Optional. Use a list of container images to use as Kernels in the notebook instance.
- Data
Disk LocalDisk Response - Data disk option configuration settings.
- Encryption
Config EncryptionConfig Response - Optional. Encryption settings for virtual machine data disk.
- Guest
Attributes map[string]string - The Compute Engine guest attributes. (see Project and instance guest attributes).
- Internal
Ip boolOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - Labels map[string]string
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- Machine
Type string - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- Metadata map[string]string
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- Network string
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - Nic
Type string - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- Reserved
Ip stringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- Shielded
Instance RuntimeConfig Shielded Instance Config Response - Optional. Shielded VM Instance configuration settings.
- Subnet string
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- []string
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- Zone string
- The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example: *
us-central1-b
- accelerator
Config RuntimeAccelerator Config Response - Optional. The Compute Engine accelerator configuration for this runtime.
- boot
Image BootImage Response - Optional. Boot image metadata used for runtime upgradeability.
- container
Images List<ContainerImage Response> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- data
Disk LocalDisk Response - Data disk option configuration settings.
- encryption
Config EncryptionConfig Response - Optional. Encryption settings for virtual machine data disk.
- guest
Attributes Map<String,String> - The Compute Engine guest attributes. (see Project and instance guest attributes).
- internal
Ip BooleanOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels Map<String,String>
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- machine
Type String - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- metadata Map<String,String>
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network String
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic
Type String - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved
Ip StringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded
Instance RuntimeConfig Shielded Instance Config Response - Optional. Shielded VM Instance configuration settings.
- subnet String
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- List<String>
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- zone String
- The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example: *
us-central1-b
- accelerator
Config RuntimeAccelerator Config Response - Optional. The Compute Engine accelerator configuration for this runtime.
- boot
Image BootImage Response - Optional. Boot image metadata used for runtime upgradeability.
- container
Images ContainerImage Response[] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- data
Disk LocalDisk Response - Data disk option configuration settings.
- encryption
Config EncryptionConfig Response - Optional. Encryption settings for virtual machine data disk.
- guest
Attributes {[key: string]: string} - The Compute Engine guest attributes. (see Project and instance guest attributes).
- internal
Ip booleanOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels {[key: string]: string}
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- machine
Type string - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- metadata {[key: string]: string}
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network string
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic
Type string - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved
Ip stringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded
Instance RuntimeConfig Shielded Instance Config Response - Optional. Shielded VM Instance configuration settings.
- subnet string
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- string[]
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- zone string
- The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example: *
us-central1-b
- accelerator_
config RuntimeAccelerator Config Response - Optional. The Compute Engine accelerator configuration for this runtime.
- boot_
image BootImage Response - Optional. Boot image metadata used for runtime upgradeability.
- container_
images Sequence[ContainerImage Response] - Optional. Use a list of container images to use as Kernels in the notebook instance.
- data_
disk LocalDisk Response - Data disk option configuration settings.
- encryption_
config EncryptionConfig Response - Optional. Encryption settings for virtual machine data disk.
- guest_
attributes Mapping[str, str] - The Compute Engine guest attributes. (see Project and instance guest attributes).
- internal_
ip_ boolonly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels Mapping[str, str]
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- machine_
type str - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- metadata Mapping[str, str]
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network str
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic_
type str - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved_
ip_ strrange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded_
instance_ Runtimeconfig Shielded Instance Config Response - Optional. Shielded VM Instance configuration settings.
- subnet str
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- Sequence[str]
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- zone str
- The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example: *
us-central1-b
- accelerator
Config Property Map - Optional. The Compute Engine accelerator configuration for this runtime.
- boot
Image Property Map - Optional. Boot image metadata used for runtime upgradeability.
- container
Images List<Property Map> - Optional. Use a list of container images to use as Kernels in the notebook instance.
- data
Disk Property Map - Data disk option configuration settings.
- encryption
Config Property Map - Optional. Encryption settings for virtual machine data disk.
- guest
Attributes Map<String> - The Compute Engine guest attributes. (see Project and instance guest attributes).
- internal
Ip BooleanOnly - Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each vm. This
internal_ip_only
restriction can only be enabled for subnetwork enabled networks, and all dependencies must be configured to be accessible without external IP addresses. - labels Map<String>
- Optional. The labels to associate with this runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.
- machine
Type String - The Compute Engine machine type used for runtimes. Short name is valid. Examples: *
n1-standard-2
*e2-standard-8
- metadata Map<String>
- Optional. The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata).
- network String
- Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork. If neither
network
norsubnet
is specified, the "default" network of the project is used, if it exists. A full URL or partial URI. Examples: *https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
*projects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: * Google Managed Network (Network & subnet are empty) * Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access. * Shared VPC (network & subnet are required). Requires configuring Private Service Access. - nic
Type String - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
- reserved
Ip StringRange - Optional. Reserved IP Range name is used for VPC Peering. The subnetwork allocation will use the range name if it's assigned. Example: managed-notebooks-range-c PEERING_RANGE_NAME_3=managed-notebooks-range-c gcloud compute addresses create $PEERING_RANGE_NAME_3 \ --global \ --prefix-length=24 \ --description="Google Cloud Managed Notebooks Range 24 c" \ --network=$NETWORK \ --addresses=192.168.0.0 \ --purpose=VPC_PEERING Field value will be:
managed-notebooks-range-c
- shielded
Instance Property MapConfig - Optional. Shielded VM Instance configuration settings.
- subnet String
- Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: *
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0
*projects/[project_id]/regions/us-east1/subnetworks/sub0
- List<String>
- Optional. The Compute Engine tags to add to runtime (see Tagging instances).
- zone String
- The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example: *
us-central1-b
VirtualMachineResponse, VirtualMachineResponseArgs
- Instance
Id string - The unique identifier of the Managed Compute Engine instance.
- Instance
Name string - The user-friendly name of the Managed Compute Engine instance.
- Virtual
Machine Pulumi.Config Google Native. Notebooks. V1. Inputs. Virtual Machine Config Response - Virtual Machine configuration settings.
- Instance
Id string - The unique identifier of the Managed Compute Engine instance.
- Instance
Name string - The user-friendly name of the Managed Compute Engine instance.
- Virtual
Machine VirtualConfig Machine Config Response - Virtual Machine configuration settings.
- instance
Id String - The unique identifier of the Managed Compute Engine instance.
- instance
Name String - The user-friendly name of the Managed Compute Engine instance.
- virtual
Machine VirtualConfig Machine Config Response - Virtual Machine configuration settings.
- instance
Id string - The unique identifier of the Managed Compute Engine instance.
- instance
Name string - The user-friendly name of the Managed Compute Engine instance.
- virtual
Machine VirtualConfig Machine Config Response - Virtual Machine configuration settings.
- instance_
id str - The unique identifier of the Managed Compute Engine instance.
- instance_
name str - The user-friendly name of the Managed Compute Engine instance.
- virtual_
machine_ Virtualconfig Machine Config Response - Virtual Machine configuration settings.
- instance
Id String - The unique identifier of the Managed Compute Engine instance.
- instance
Name String - The user-friendly name of the Managed Compute Engine instance.
- virtual
Machine Property MapConfig - Virtual Machine configuration settings.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.