This product is not supported for your selected Datadog site. ().
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

gcp_vmmigration_image_import

ancestors

Type: UNORDERED_LIST_STRING

cloud_storage_uri

Type: STRING
Provider name: cloudStorageUri
Description: Immutable. The path to the Cloud Storage file from which the image should be imported.

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The time the image import was created.

disk_image_target_defaults

Type: STRUCT
Provider name: diskImageTargetDefaults
Description: Immutable. Target details for importing a disk image, will be used by ImageImportJob.

  • additional_licenses
    Type: UNORDERED_LIST_STRING
    Provider name: additionalLicenses
    Description: Optional. Additional licenses to assign to the image. Format: https://www.googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME Or https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/LICENSE_NAME

  • data_disk_image_import
    Type: STRUCT
    Provider name: dataDiskImageImport
    Description: Optional. Use to skip OS adaptation process.

  • description
    Type: STRING
    Provider name: description
    Description: Optional. An optional description of the image.

  • encryption
    Type: STRUCT
    Provider name: encryption
    Description: Immutable. The encryption to apply to the image.

    • kms_key
      Type: STRING
      Provider name: kmsKey
      Description: Required. The name of the encryption key that is stored in Google Cloud KMS.
  • family_name
    Type: STRING
    Provider name: familyName
    Description: Optional. The name of the image family to which the new image belongs.

  • image_name
    Type: STRING
    Provider name: imageName
    Description: Required. The name of the image to be created.

  • os_adaptation_parameters
    Type: STRUCT
    Provider name: osAdaptationParameters
    Description: Optional. Use to set the parameters relevant for the OS adaptation process.

    • boot_conversion
      Type: STRING
      Provider name: bootConversion
      Description: Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
      Possible values:
      • BOOT_CONVERSION_UNSPECIFIED - Unspecified conversion type.
      • NONE - No conversion.
      • BIOS_TO_EFI - Convert from BIOS to EFI.
    • generalize
      Type: BOOLEAN
      Provider name: generalize
      Description: Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
    • license_type
      Type: STRING
      Provider name: licenseType
      Description: Optional. Choose which type of license to apply to the imported image.
      Possible values:
      • COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT - The license type is the default for the OS.
      • COMPUTE_ENGINE_LICENSE_TYPE_PAYG - The license type is Pay As You Go license type.
      • COMPUTE_ENGINE_LICENSE_TYPE_BYOL - The license type is Bring Your Own License type.
  • single_region_storage
    Type: BOOLEAN
    Provider name: singleRegionStorage
    Description: Optional. Set to true to set the image storageLocations to the single region of the import job. When false, the closest multi-region is selected.

  • target_project
    Type: STRING
    Provider name: targetProject
    Description: Required. Reference to the TargetProject resource that represents the target project in which the imported image will be created.

encryption

Type: STRUCT
Provider name: encryption
Description: Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine.

  • kms_key
    Type: STRING
    Provider name: kmsKey
    Description: Required. The name of the encryption key that is stored in Google Cloud KMS.

labels

Type: UNORDERED_LIST_STRING

machine_image_target_defaults

Type: STRUCT
Provider name: machineImageTargetDefaults
Description: Immutable. Target details for importing a machine image, will be used by ImageImportJob.

  • additional_licenses
    Type: UNORDERED_LIST_STRING
    Provider name: additionalLicenses
    Description: Optional. Additional licenses to assign to the instance created by the machine image. Format: https://www.googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME Or https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/LICENSE_NAME

  • description
    Type: STRING
    Provider name: description
    Description: Optional. An optional description of the machine image.

  • encryption
    Type: STRUCT
    Provider name: encryption
    Description: Immutable. The encryption to apply to the machine image.

    • kms_key
      Type: STRING
      Provider name: kmsKey
      Description: Required. The name of the encryption key that is stored in Google Cloud KMS.
  • machine_image_name
    Type: STRING
    Provider name: machineImageName
    Description: Required. The name of the machine image to be created.

  • machine_image_parameters_overrides
    Type: STRUCT
    Provider name: machineImageParametersOverrides
    Description: Optional. Parameters overriding decisions based on the source machine image configurations.

    • machine_type
      Type: STRING
      Provider name: machineType
      Description: Optional. The machine type to create the MachineImage with. If empty, the service will choose a relevant machine type based on the information from the source image. For more information about machine types, please refer to https://cloud.google.com/compute/docs/machine-resource.
  • network_interfaces
    Type: UNORDERED_LIST_STRUCT
    Provider name: networkInterfaces
    Description: Optional. The network interfaces to create with the instance created by the machine image. Internal and external IP addresses are ignored for machine image import.

    • external_ip
      Type: STRING
      Provider name: externalIp
      Description: Optional. The external IP to define in the NIC.
    • internal_ip
      Type: STRING
      Provider name: internalIp
      Description: Optional. The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
    • network
      Type: STRING
      Provider name: network
      Description: The network to connect the NIC to.
    • network_tier
      Type: STRING
      Provider name: networkTier
      Description: Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
      Possible values:
      • COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED - An unspecified network tier. Will be used as PREMIUM.
      • NETWORK_TIER_STANDARD - A standard network tier.
      • NETWORK_TIER_PREMIUM - A premium network tier.
    • subnetwork
      Type: STRING
      Provider name: subnetwork
      Description: Optional. The subnetwork to connect the NIC to.
  • os_adaptation_parameters
    Type: STRUCT
    Provider name: osAdaptationParameters
    Description: Optional. Use to set the parameters relevant for the OS adaptation process.

    • boot_conversion
      Type: STRING
      Provider name: bootConversion
      Description: Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
      Possible values:
      • BOOT_CONVERSION_UNSPECIFIED - Unspecified conversion type.
      • NONE - No conversion.
      • BIOS_TO_EFI - Convert from BIOS to EFI.
    • generalize
      Type: BOOLEAN
      Provider name: generalize
      Description: Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
    • license_type
      Type: STRING
      Provider name: licenseType
      Description: Optional. Choose which type of license to apply to the imported image.
      Possible values:
      • COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT - The license type is the default for the OS.
      • COMPUTE_ENGINE_LICENSE_TYPE_PAYG - The license type is Pay As You Go license type.
      • COMPUTE_ENGINE_LICENSE_TYPE_BYOL - The license type is Bring Your Own License type.
  • service_account
    Type: STRUCT
    Provider name: serviceAccount
    Description: Optional. The service account to assign to the instance created by the machine image.

    • email
      Type: STRING
      Provider name: email
      Description: Required. The email address of the service account.
    • scopes
      Type: UNORDERED_LIST_STRING
      Provider name: scopes
      Description: Optional. The list of scopes to be made available for this service account.
  • shielded_instance_config
    Type: STRUCT
    Provider name: shieldedInstanceConfig
    Description: Optional. Shielded instance configuration.

    • enable_integrity_monitoring
      Type: BOOLEAN
      Provider name: enableIntegrityMonitoring
      Description: Optional. Defines whether the instance created by the machine image has integrity monitoring enabled. This can be set to true only if the image boot option is EFI, and vTPM is enabled.
    • enable_vtpm
      Type: BOOLEAN
      Provider name: enableVtpm
      Description: Optional. Defines whether the instance created by the machine image has vTPM enabled. This can be set to true only if the image boot option is EFI.
    • secure_boot
      Type: STRING
      Provider name: secureBoot
      Description: Optional. Defines whether the instance created by the machine image has Secure Boot enabled. This can be set to true only if the image boot option is EFI.
      Possible values:
      • SECURE_BOOT_UNSPECIFIED - No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false).
      • TRUE - Use secure boot. This can be set to true only if the image boot option is EFI.
      • FALSE - Do not use secure boot.
  • single_region_storage
    Type: BOOLEAN
    Provider name: singleRegionStorage
    Description: Optional. Set to true to set the machine image storageLocations to the single region of the import job. When false, the closest multi-region is selected.

  • skip_os_adaptation
    Type: STRUCT
    Provider name: skipOsAdaptation
    Description: Optional. Use to skip OS adaptation process.

  • target_project
    Type: STRING
    Provider name: targetProject
    Description: Required. Reference to the TargetProject resource that represents the target project in which the imported machine image will be created.

name

Type: STRING
Provider name: name
Description: Output only. The resource path of the ImageImport.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

recent_image_import_jobs

Type: UNORDERED_LIST_STRUCT
Provider name: recentImageImportJobs
Description: Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.

  • cloud_storage_uri
    Type: STRING
    Provider name: cloudStorageUri
    Description: Output only. The path to the Cloud Storage file from which the image should be imported.
  • create_time
    Type: TIMESTAMP
    Provider name: createTime
    Description: Output only. The time the image import was created (as an API call, not when it was actually created in the target).
  • created_resources
    Type: UNORDERED_LIST_STRING
    Provider name: createdResources
    Description: Output only. The resource paths of the resources created by the image import job.
  • disk_image_target_details
    Type: STRUCT
    Provider name: diskImageTargetDetails
    Description: Output only. Target details used to import a disk image.
    • additional_licenses
      Type: UNORDERED_LIST_STRING
      Provider name: additionalLicenses
      Description: Optional. Additional licenses to assign to the image. Format: https://www.googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME Or https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/LICENSE_NAME

    • data_disk_image_import
      Type: STRUCT
      Provider name: dataDiskImageImport
      Description: Optional. Use to skip OS adaptation process.

    • description
      Type: STRING
      Provider name: description
      Description: Optional. An optional description of the image.

    • encryption
      Type: STRUCT
      Provider name: encryption
      Description: Immutable. The encryption to apply to the image.

      • kms_key
        Type: STRING
        Provider name: kmsKey
        Description: Required. The name of the encryption key that is stored in Google Cloud KMS.
    • family_name
      Type: STRING
      Provider name: familyName
      Description: Optional. The name of the image family to which the new image belongs.

    • image_name
      Type: STRING
      Provider name: imageName
      Description: Required. The name of the image to be created.

    • os_adaptation_parameters
      Type: STRUCT
      Provider name: osAdaptationParameters
      Description: Optional. Use to set the parameters relevant for the OS adaptation process.

      • boot_conversion
        Type: STRING
        Provider name: bootConversion
        Description: Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
        Possible values:
        • BOOT_CONVERSION_UNSPECIFIED - Unspecified conversion type.
        • NONE - No conversion.
        • BIOS_TO_EFI - Convert from BIOS to EFI.
      • generalize
        Type: BOOLEAN
        Provider name: generalize
        Description: Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
      • license_type
        Type: STRING
        Provider name: licenseType
        Description: Optional. Choose which type of license to apply to the imported image.
        Possible values:
        • COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT - The license type is the default for the OS.
        • COMPUTE_ENGINE_LICENSE_TYPE_PAYG - The license type is Pay As You Go license type.
        • COMPUTE_ENGINE_LICENSE_TYPE_BYOL - The license type is Bring Your Own License type.
    • single_region_storage
      Type: BOOLEAN
      Provider name: singleRegionStorage
      Description: Optional. Set to true to set the image storageLocations to the single region of the import job. When false, the closest multi-region is selected.

    • target_project
      Type: STRING
      Provider name: targetProject
      Description: Required. Reference to the TargetProject resource that represents the target project in which the imported image will be created.

  • end_time
    Type: TIMESTAMP
    Provider name: endTime
    Description: Output only. The time the image import was ended.
  • errors
    Type: UNORDERED_LIST_STRUCT
    Provider name: errors
    Description: Output only. Provides details on the error that led to the image import state in case of an error.
    • code
      Type: INT32
      Provider name: code
      Description: The status code, which should be an enum value of google.rpc.Code.
    • message
      Type: STRING
      Provider name: message
      Description: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
  • machine_image_target_details
    Type: STRUCT
    Provider name: machineImageTargetDetails
    Description: Output only. Target details used to import a machine image.
    • additional_licenses
      Type: UNORDERED_LIST_STRING
      Provider name: additionalLicenses
      Description: Optional. Additional licenses to assign to the instance created by the machine image. Format: https://www.googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME Or https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/LICENSE_NAME

    • description
      Type: STRING
      Provider name: description
      Description: Optional. An optional description of the machine image.

    • encryption
      Type: STRUCT
      Provider name: encryption
      Description: Immutable. The encryption to apply to the machine image.

      • kms_key
        Type: STRING
        Provider name: kmsKey
        Description: Required. The name of the encryption key that is stored in Google Cloud KMS.
    • machine_image_name
      Type: STRING
      Provider name: machineImageName
      Description: Required. The name of the machine image to be created.

    • machine_image_parameters_overrides
      Type: STRUCT
      Provider name: machineImageParametersOverrides
      Description: Optional. Parameters overriding decisions based on the source machine image configurations.

      • machine_type
        Type: STRING
        Provider name: machineType
        Description: Optional. The machine type to create the MachineImage with. If empty, the service will choose a relevant machine type based on the information from the source image. For more information about machine types, please refer to https://cloud.google.com/compute/docs/machine-resource.
    • network_interfaces
      Type: UNORDERED_LIST_STRUCT
      Provider name: networkInterfaces
      Description: Optional. The network interfaces to create with the instance created by the machine image. Internal and external IP addresses are ignored for machine image import.

      • external_ip
        Type: STRING
        Provider name: externalIp
        Description: Optional. The external IP to define in the NIC.
      • internal_ip
        Type: STRING
        Provider name: internalIp
        Description: Optional. The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
      • network
        Type: STRING
        Provider name: network
        Description: The network to connect the NIC to.
      • network_tier
        Type: STRING
        Provider name: networkTier
        Description: Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
        Possible values:
        • COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED - An unspecified network tier. Will be used as PREMIUM.
        • NETWORK_TIER_STANDARD - A standard network tier.
        • NETWORK_TIER_PREMIUM - A premium network tier.
      • subnetwork
        Type: STRING
        Provider name: subnetwork
        Description: Optional. The subnetwork to connect the NIC to.
    • os_adaptation_parameters
      Type: STRUCT
      Provider name: osAdaptationParameters
      Description: Optional. Use to set the parameters relevant for the OS adaptation process.

      • boot_conversion
        Type: STRING
        Provider name: bootConversion
        Description: Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
        Possible values:
        • BOOT_CONVERSION_UNSPECIFIED - Unspecified conversion type.
        • NONE - No conversion.
        • BIOS_TO_EFI - Convert from BIOS to EFI.
      • generalize
        Type: BOOLEAN
        Provider name: generalize
        Description: Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
      • license_type
        Type: STRING
        Provider name: licenseType
        Description: Optional. Choose which type of license to apply to the imported image.
        Possible values:
        • COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT - The license type is the default for the OS.
        • COMPUTE_ENGINE_LICENSE_TYPE_PAYG - The license type is Pay As You Go license type.
        • COMPUTE_ENGINE_LICENSE_TYPE_BYOL - The license type is Bring Your Own License type.
    • service_account
      Type: STRUCT
      Provider name: serviceAccount
      Description: Optional. The service account to assign to the instance created by the machine image.

      • email
        Type: STRING
        Provider name: email
        Description: Required. The email address of the service account.
      • scopes
        Type: UNORDERED_LIST_STRING
        Provider name: scopes
        Description: Optional. The list of scopes to be made available for this service account.
    • shielded_instance_config
      Type: STRUCT
      Provider name: shieldedInstanceConfig
      Description: Optional. Shielded instance configuration.

      • enable_integrity_monitoring
        Type: BOOLEAN
        Provider name: enableIntegrityMonitoring
        Description: Optional. Defines whether the instance created by the machine image has integrity monitoring enabled. This can be set to true only if the image boot option is EFI, and vTPM is enabled.
      • enable_vtpm
        Type: BOOLEAN
        Provider name: enableVtpm
        Description: Optional. Defines whether the instance created by the machine image has vTPM enabled. This can be set to true only if the image boot option is EFI.
      • secure_boot
        Type: STRING
        Provider name: secureBoot
        Description: Optional. Defines whether the instance created by the machine image has Secure Boot enabled. This can be set to true only if the image boot option is EFI.
        Possible values:
        • SECURE_BOOT_UNSPECIFIED - No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false).
        • TRUE - Use secure boot. This can be set to true only if the image boot option is EFI.
        • FALSE - Do not use secure boot.
    • single_region_storage
      Type: BOOLEAN
      Provider name: singleRegionStorage
      Description: Optional. Set to true to set the machine image storageLocations to the single region of the import job. When false, the closest multi-region is selected.

    • skip_os_adaptation
      Type: STRUCT
      Provider name: skipOsAdaptation
      Description: Optional. Use to skip OS adaptation process.

    • target_project
      Type: STRING
      Provider name: targetProject
      Description: Required. Reference to the TargetProject resource that represents the target project in which the imported machine image will be created.

  • name
    Type: STRING
    Provider name: name
    Description: Output only. The resource path of the ImageImportJob.
  • state
    Type: STRING
    Provider name: state
    Description: Output only. The state of the image import.
    Possible values:
    • STATE_UNSPECIFIED - The state is unknown.
    • PENDING - The image import has not yet started.
    • RUNNING - The image import is active and running.
    • SUCCEEDED - The image import has finished successfully.
    • FAILED - The image import has finished with errors.
    • CANCELLING - The image import is being cancelled.
    • CANCELLED - The image import was cancelled.
  • steps
    Type: UNORDERED_LIST_STRUCT
    Provider name: steps
    Description: Output only. The image import steps list representing its progress.
    • adapting_os
      Type: STRUCT
      Provider name: adaptingOs
      Description: Adapting OS step.

    • creating_image
      Type: STRUCT
      Provider name: creatingImage
      Description: Creating image step.

    • end_time
      Type: TIMESTAMP
      Provider name: endTime
      Description: Output only. The time the step has ended.

    • initializing
      Type: STRUCT
      Provider name: initializing
      Description: Initializing step.

    • loading_source_files
      Type: STRUCT
      Provider name: loadingSourceFiles
      Description: Loading source files step.

    • start_time
      Type: TIMESTAMP
      Provider name: startTime
      Description: Output only. The time the step has started.

  • warnings
    Type: UNORDERED_LIST_STRUCT
    Provider name: warnings
    Description: Output only. Warnings that occurred during the image import.
    • action_item
      Type: STRUCT
      Provider name: actionItem
      Description: Output only. Suggested action for solving the warning.
      • locale
        Type: STRING
        Provider name: locale
        Description: The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: “en-US”, “fr-CH”, “es-MX”
      • message
        Type: STRING
        Provider name: message
        Description: The localized error message in the above locale.
    • code
      Type: STRING
      Provider name: code
      Description: The warning code.
      Possible values:
      • WARNING_CODE_UNSPECIFIED - Default value. This value is not used.
      • ADAPTATION_WARNING - A warning originated from OS Adaptation.
    • help_links
      Type: UNORDERED_LIST_STRUCT
      Provider name: helpLinks
      Description: Output only. URL(s) pointing to additional information on handling the current warning.
      • description
        Type: STRING
        Provider name: description
        Description: Describes what the link offers.
      • url
        Type: STRING
        Provider name: url
        Description: The URL of the link.
    • warning_message
      Type: STRUCT
      Provider name: warningMessage
      Description: Output only. The localized warning message.
      • locale
        Type: STRING
        Provider name: locale
        Description: The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: “en-US”, “fr-CH”, “es-MX”
      • message
        Type: STRING
        Provider name: message
        Description: The localized error message in the above locale.
    • warning_time
      Type: TIMESTAMP
      Provider name: warningTime
      Description: The time the warning occurred.

resource_name

Type: STRING

tags

Type: UNORDERED_LIST_STRING