Properties of a ComputeEngineTargetDefaults.
Package
@google-cloud/vmmigrationProperties
additionalLicenses
additionalLicenses?: (string[]|null);ComputeEngineTargetDefaults additionalLicenses
appliedLicense
appliedLicense?: (google.cloud.vmmigration.v1.IAppliedLicense|null);ComputeEngineTargetDefaults appliedLicense
bootOption
bootOption?: (google.cloud.vmmigration.v1.ComputeEngineBootOption|keyof typeof google.cloud.vmmigration.v1.ComputeEngineBootOption|null);ComputeEngineTargetDefaults bootOption
computeScheduling
computeScheduling?: (google.cloud.vmmigration.v1.IComputeScheduling|null);ComputeEngineTargetDefaults computeScheduling
diskType
diskType?: (google.cloud.vmmigration.v1.ComputeEngineDiskType|keyof typeof google.cloud.vmmigration.v1.ComputeEngineDiskType|null);ComputeEngineTargetDefaults diskType
hostname
hostname?: (string|null);ComputeEngineTargetDefaults hostname
labels
labels?: ({ [k: string]: string }|null);ComputeEngineTargetDefaults labels
licenseType
licenseType?: (google.cloud.vmmigration.v1.ComputeEngineLicenseType|keyof typeof google.cloud.vmmigration.v1.ComputeEngineLicenseType|null);ComputeEngineTargetDefaults licenseType
machineType
machineType?: (string|null);ComputeEngineTargetDefaults machineType
machineTypeSeries
machineTypeSeries?: (string|null);ComputeEngineTargetDefaults machineTypeSeries
metadata
metadata?: ({ [k: string]: string }|null);ComputeEngineTargetDefaults metadata
networkInterfaces
networkInterfaces?: (google.cloud.vmmigration.v1.INetworkInterface[]|null);ComputeEngineTargetDefaults networkInterfaces
networkTags
networkTags?: (string[]|null);ComputeEngineTargetDefaults networkTags
secureBoot
secureBoot?: (boolean|null);ComputeEngineTargetDefaults secureBoot
serviceAccount
serviceAccount?: (string|null);ComputeEngineTargetDefaults serviceAccount
targetProject
targetProject?: (string|null);ComputeEngineTargetDefaults targetProject
vmName
vmName?: (string|null);ComputeEngineTargetDefaults vmName
zone
zone?: (string|null);ComputeEngineTargetDefaults zone