Properties of an Instance.
Package
@google-cloud/notebooksProperties
acceleratorConfig
acceleratorConfig?: (google.cloud.notebooks.v1beta1.Instance.IAcceleratorConfig|null);Instance acceleratorConfig
bootDiskSizeGb
bootDiskSizeGb?: (number|Long|string|null);Instance bootDiskSizeGb
bootDiskType
bootDiskType?: (google.cloud.notebooks.v1beta1.Instance.DiskType|keyof typeof google.cloud.notebooks.v1beta1.Instance.DiskType|null);Instance bootDiskType
canIpForward
canIpForward?: (boolean|null);Instance canIpForward
containerImage
containerImage?: (google.cloud.notebooks.v1beta1.IContainerImage|null);Instance containerImage
createTime
createTime?: (google.protobuf.ITimestamp|null);Instance createTime
customGpuDriverPath
customGpuDriverPath?: (string|null);Instance customGpuDriverPath
dataDiskSizeGb
dataDiskSizeGb?: (number|Long|string|null);Instance dataDiskSizeGb
dataDiskType
dataDiskType?: (google.cloud.notebooks.v1beta1.Instance.DiskType|keyof typeof google.cloud.notebooks.v1beta1.Instance.DiskType|null);Instance dataDiskType
diskEncryption
diskEncryption?: (google.cloud.notebooks.v1beta1.Instance.DiskEncryption|keyof typeof google.cloud.notebooks.v1beta1.Instance.DiskEncryption|null);Instance diskEncryption
installGpuDriver
installGpuDriver?: (boolean|null);Instance installGpuDriver
instanceOwners
instanceOwners?: (string[]|null);Instance instanceOwners
kmsKey
kmsKey?: (string|null);Instance kmsKey
labels
labels?: ({ [k: string]: string }|null);Instance labels
machineType
machineType?: (string|null);Instance machineType
metadata
metadata?: ({ [k: string]: string }|null);Instance metadata
name
name?: (string|null);Instance name
network
network?: (string|null);Instance network
nicType
nicType?: (google.cloud.notebooks.v1beta1.Instance.NicType|keyof typeof google.cloud.notebooks.v1beta1.Instance.NicType|null);Instance nicType
noProxyAccess
noProxyAccess?: (boolean|null);Instance noProxyAccess
noPublicIp
noPublicIp?: (boolean|null);Instance noPublicIp
noRemoveDataDisk
noRemoveDataDisk?: (boolean|null);Instance noRemoveDataDisk
postStartupScript
postStartupScript?: (string|null);Instance postStartupScript
proxyUri
proxyUri?: (string|null);Instance proxyUri
reservationAffinity
reservationAffinity?: (google.cloud.notebooks.v1beta1.IReservationAffinity|null);Instance reservationAffinity
serviceAccount
serviceAccount?: (string|null);Instance serviceAccount
state
state?: (google.cloud.notebooks.v1beta1.Instance.State|keyof typeof google.cloud.notebooks.v1beta1.Instance.State|null);Instance state
subnet
subnet?: (string|null);Instance subnet
updateTime
updateTime?: (google.protobuf.ITimestamp|null);Instance updateTime
vmImage
vmImage?: (google.cloud.notebooks.v1beta1.IVmImage|null);Instance vmImage