Interface protos.google.cloud.workstations.v1beta.WorkstationConfig.Host.IGceInstance (2.3.0)

Properties of a GceInstance.

Package

@google-cloud/workstations

Properties

accelerators

accelerators?: (google.cloud.workstations.v1beta.WorkstationConfig.Host.GceInstance.IAccelerator[]|null);

GceInstance accelerators

boostConfigs

boostConfigs?: (google.cloud.workstations.v1beta.WorkstationConfig.Host.GceInstance.IBoostConfig[]|null);

GceInstance boostConfigs

bootDiskSizeGb

bootDiskSizeGb?: (number|null);

GceInstance bootDiskSizeGb

confidentialInstanceConfig

confidentialInstanceConfig?: (google.cloud.workstations.v1beta.WorkstationConfig.Host.GceInstance.IGceConfidentialInstanceConfig|null);

GceInstance confidentialInstanceConfig

disablePublicIpAddresses

disablePublicIpAddresses?: (boolean|null);

GceInstance disablePublicIpAddresses

disableSsh

disableSsh?: (boolean|null);

GceInstance disableSsh

enableNestedVirtualization

enableNestedVirtualization?: (boolean|null);

GceInstance enableNestedVirtualization

instanceMetadata

instanceMetadata?: ({ [k: string]: string }|null);

GceInstance instanceMetadata

machineType

machineType?: (string|null);

GceInstance machineType

pooledInstances

pooledInstances?: (number|null);

GceInstance pooledInstances

poolSize

poolSize?: (number|null);

GceInstance poolSize

reservationAffinity

reservationAffinity?: (google.cloud.workstations.v1beta.WorkstationConfig.Host.GceInstance.IReservationAffinity|null);

GceInstance reservationAffinity

serviceAccount

serviceAccount?: (string|null);

GceInstance serviceAccount

serviceAccountScopes

serviceAccountScopes?: (string[]|null);

GceInstance serviceAccountScopes

shieldedInstanceConfig

shieldedInstanceConfig?: (google.cloud.workstations.v1beta.WorkstationConfig.Host.GceInstance.IGceShieldedInstanceConfig|null);

GceInstance shieldedInstanceConfig

startupScriptUri

startupScriptUri?: (string|null);

GceInstance startupScriptUri

tags

tags?: (string[]|null);

GceInstance tags

vmTags

vmTags?: ({ [k: string]: string }|null);

GceInstance vmTags