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