Properties of a GceSetup.
Package
@google-cloud/notebooksProperties
acceleratorConfigs
acceleratorConfigs?: (google.cloud.notebooks.v2.IAcceleratorConfig[]|null);GceSetup acceleratorConfigs
bootDisk
bootDisk?: (google.cloud.notebooks.v2.IBootDisk|null);GceSetup bootDisk
containerImage
containerImage?: (google.cloud.notebooks.v2.IContainerImage|null);GceSetup containerImage
dataDisks
dataDisks?: (google.cloud.notebooks.v2.IDataDisk[]|null);GceSetup dataDisks
disablePublicIp
disablePublicIp?: (boolean|null);GceSetup disablePublicIp
enableIpForwarding
enableIpForwarding?: (boolean|null);GceSetup enableIpForwarding
gpuDriverConfig
gpuDriverConfig?: (google.cloud.notebooks.v2.IGPUDriverConfig|null);GceSetup gpuDriverConfig
machineType
machineType?: (string|null);GceSetup machineType
metadata
metadata?: ({ [k: string]: string }|null);GceSetup metadata
networkInterfaces
networkInterfaces?: (google.cloud.notebooks.v2.INetworkInterface[]|null);GceSetup networkInterfaces
serviceAccounts
serviceAccounts?: (google.cloud.notebooks.v2.IServiceAccount[]|null);GceSetup serviceAccounts
shieldedInstanceConfig
shieldedInstanceConfig?: (google.cloud.notebooks.v2.IShieldedInstanceConfig|null);GceSetup shieldedInstanceConfig
tags
tags?: (string[]|null);GceSetup tags
vmImage
vmImage?: (google.cloud.notebooks.v2.IVmImage|null);GceSetup vmImage