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

Properties of a GceInstance.

Package

@google-cloud/workstations

Properties

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

machineType

machineType?: (string|null);

GceInstance machineType

poolSize

poolSize?: (number|null);

GceInstance poolSize

serviceAccount

serviceAccount?: (string|null);

GceInstance serviceAccount

shieldedInstanceConfig

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

GceInstance shieldedInstanceConfig

tags

tags?: (string[]|null);

GceInstance tags