1. Packages
  2. Google Cloud Native
  3. API Docs
  4. vmmigration
  5. vmmigration/v1alpha1
  6. getCloneJob

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.vmmigration/v1alpha1.getCloneJob

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets details of a single CloneJob.

Using getCloneJob

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCloneJob(args: GetCloneJobArgs, opts?: InvokeOptions): Promise<GetCloneJobResult>
function getCloneJobOutput(args: GetCloneJobOutputArgs, opts?: InvokeOptions): Output<GetCloneJobResult>
Copy
def get_clone_job(clone_job_id: Optional[str] = None,
                  location: Optional[str] = None,
                  migrating_vm_id: Optional[str] = None,
                  project: Optional[str] = None,
                  source_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetCloneJobResult
def get_clone_job_output(clone_job_id: Optional[pulumi.Input[str]] = None,
                  location: Optional[pulumi.Input[str]] = None,
                  migrating_vm_id: Optional[pulumi.Input[str]] = None,
                  project: Optional[pulumi.Input[str]] = None,
                  source_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetCloneJobResult]
Copy
func LookupCloneJob(ctx *Context, args *LookupCloneJobArgs, opts ...InvokeOption) (*LookupCloneJobResult, error)
func LookupCloneJobOutput(ctx *Context, args *LookupCloneJobOutputArgs, opts ...InvokeOption) LookupCloneJobResultOutput
Copy

> Note: This function is named LookupCloneJob in the Go SDK.

public static class GetCloneJob 
{
    public static Task<GetCloneJobResult> InvokeAsync(GetCloneJobArgs args, InvokeOptions? opts = null)
    public static Output<GetCloneJobResult> Invoke(GetCloneJobInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloneJobResult> getCloneJob(GetCloneJobArgs args, InvokeOptions options)
public static Output<GetCloneJobResult> getCloneJob(GetCloneJobArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:vmmigration/v1alpha1:getCloneJob
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CloneJobId This property is required. string
Location This property is required. string
MigratingVmId This property is required. string
SourceId This property is required. string
Project string
CloneJobId This property is required. string
Location This property is required. string
MigratingVmId This property is required. string
SourceId This property is required. string
Project string
cloneJobId This property is required. String
location This property is required. String
migratingVmId This property is required. String
sourceId This property is required. String
project String
cloneJobId This property is required. string
location This property is required. string
migratingVmId This property is required. string
sourceId This property is required. string
project string
clone_job_id This property is required. str
location This property is required. str
migrating_vm_id This property is required. str
source_id This property is required. str
project str
cloneJobId This property is required. String
location This property is required. String
migratingVmId This property is required. String
sourceId This property is required. String
project String

getCloneJob Result

The following output properties are available:

ComputeEngineDisksTargetDetails Pulumi.GoogleNative.VMMigration.V1Alpha1.Outputs.ComputeEngineDisksTargetDetailsResponse
Details of the target Persistent Disks in Compute Engine.
ComputeEngineTargetDetails Pulumi.GoogleNative.VMMigration.V1Alpha1.Outputs.ComputeEngineTargetDetailsResponse
Details of the target VM in Compute Engine.
ComputeEngineVmDetails Pulumi.GoogleNative.VMMigration.V1Alpha1.Outputs.TargetVMDetailsResponse
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

CreateTime string
The time the clone job was created (as an API call, not when it was actually created in the target).
EndTime string
The time the clone job was ended.
Error Pulumi.GoogleNative.VMMigration.V1Alpha1.Outputs.StatusResponse
Provides details for the errors that led to the Clone Job's state.
Name string
The name of the clone.
State string
State of the clone job.
StateTime string
The time the state was last updated.
Steps List<Pulumi.GoogleNative.VMMigration.V1Alpha1.Outputs.CloneStepResponse>
The clone steps list representing its progress.
TargetDetails Pulumi.GoogleNative.VMMigration.V1Alpha1.Outputs.TargetVMDetailsResponse
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

ComputeEngineDisksTargetDetails ComputeEngineDisksTargetDetailsResponse
Details of the target Persistent Disks in Compute Engine.
ComputeEngineTargetDetails ComputeEngineTargetDetailsResponse
Details of the target VM in Compute Engine.
ComputeEngineVmDetails TargetVMDetailsResponse
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

CreateTime string
The time the clone job was created (as an API call, not when it was actually created in the target).
EndTime string
The time the clone job was ended.
Error StatusResponse
Provides details for the errors that led to the Clone Job's state.
Name string
The name of the clone.
State string
State of the clone job.
StateTime string
The time the state was last updated.
Steps []CloneStepResponse
The clone steps list representing its progress.
TargetDetails TargetVMDetailsResponse
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

computeEngineDisksTargetDetails ComputeEngineDisksTargetDetailsResponse
Details of the target Persistent Disks in Compute Engine.
computeEngineTargetDetails ComputeEngineTargetDetailsResponse
Details of the target VM in Compute Engine.
computeEngineVmDetails TargetVMDetailsResponse
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

createTime String
The time the clone job was created (as an API call, not when it was actually created in the target).
endTime String
The time the clone job was ended.
error StatusResponse
Provides details for the errors that led to the Clone Job's state.
name String
The name of the clone.
state String
State of the clone job.
stateTime String
The time the state was last updated.
steps List<CloneStepResponse>
The clone steps list representing its progress.
targetDetails TargetVMDetailsResponse
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

computeEngineDisksTargetDetails ComputeEngineDisksTargetDetailsResponse
Details of the target Persistent Disks in Compute Engine.
computeEngineTargetDetails ComputeEngineTargetDetailsResponse
Details of the target VM in Compute Engine.
computeEngineVmDetails TargetVMDetailsResponse
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

createTime string
The time the clone job was created (as an API call, not when it was actually created in the target).
endTime string
The time the clone job was ended.
error StatusResponse
Provides details for the errors that led to the Clone Job's state.
name string
The name of the clone.
state string
State of the clone job.
stateTime string
The time the state was last updated.
steps CloneStepResponse[]
The clone steps list representing its progress.
targetDetails TargetVMDetailsResponse
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

compute_engine_disks_target_details ComputeEngineDisksTargetDetailsResponse
Details of the target Persistent Disks in Compute Engine.
compute_engine_target_details ComputeEngineTargetDetailsResponse
Details of the target VM in Compute Engine.
compute_engine_vm_details TargetVMDetailsResponse
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

create_time str
The time the clone job was created (as an API call, not when it was actually created in the target).
end_time str
The time the clone job was ended.
error StatusResponse
Provides details for the errors that led to the Clone Job's state.
name str
The name of the clone.
state str
State of the clone job.
state_time str
The time the state was last updated.
steps Sequence[CloneStepResponse]
The clone steps list representing its progress.
target_details TargetVMDetailsResponse
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

computeEngineDisksTargetDetails Property Map
Details of the target Persistent Disks in Compute Engine.
computeEngineTargetDetails Property Map
Details of the target VM in Compute Engine.
computeEngineVmDetails Property Map
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

createTime String
The time the clone job was created (as an API call, not when it was actually created in the target).
endTime String
The time the clone job was ended.
error Property Map
Provides details for the errors that led to the Clone Job's state.
name String
The name of the clone.
state String
State of the clone job.
stateTime String
The time the state was last updated.
steps List<Property Map>
The clone steps list representing its progress.
targetDetails Property Map
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Deprecated: Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Supporting Types

AppliedLicenseResponse

OsLicense This property is required. string
The OS license returned from the adaptation module's report.
Type This property is required. string
The license type that was used in OS adaptation.
OsLicense This property is required. string
The OS license returned from the adaptation module's report.
Type This property is required. string
The license type that was used in OS adaptation.
osLicense This property is required. String
The OS license returned from the adaptation module's report.
type This property is required. String
The license type that was used in OS adaptation.
osLicense This property is required. string
The OS license returned from the adaptation module's report.
type This property is required. string
The license type that was used in OS adaptation.
os_license This property is required. str
The OS license returned from the adaptation module's report.
type This property is required. str
The license type that was used in OS adaptation.
osLicense This property is required. String
The OS license returned from the adaptation module's report.
type This property is required. String
The license type that was used in OS adaptation.

CloneStepResponse

AdaptingOs This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.AdaptingOSStepResponse
Adapting OS step.
EndTime This property is required. string
The time the step has ended.
InstantiatingMigratedVm This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.InstantiatingMigratedVMStepResponse
Instantiating migrated VM step.
PreparingVmDisks This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.PreparingVMDisksStepResponse
Preparing VM disks step.
StartTime This property is required. string
The time the step has started.
AdaptingOs This property is required. AdaptingOSStepResponse
Adapting OS step.
EndTime This property is required. string
The time the step has ended.
InstantiatingMigratedVm This property is required. InstantiatingMigratedVMStepResponse
Instantiating migrated VM step.
PreparingVmDisks This property is required. PreparingVMDisksStepResponse
Preparing VM disks step.
StartTime This property is required. string
The time the step has started.
adaptingOs This property is required. AdaptingOSStepResponse
Adapting OS step.
endTime This property is required. String
The time the step has ended.
instantiatingMigratedVm This property is required. InstantiatingMigratedVMStepResponse
Instantiating migrated VM step.
preparingVmDisks This property is required. PreparingVMDisksStepResponse
Preparing VM disks step.
startTime This property is required. String
The time the step has started.
adaptingOs This property is required. AdaptingOSStepResponse
Adapting OS step.
endTime This property is required. string
The time the step has ended.
instantiatingMigratedVm This property is required. InstantiatingMigratedVMStepResponse
Instantiating migrated VM step.
preparingVmDisks This property is required. PreparingVMDisksStepResponse
Preparing VM disks step.
startTime This property is required. string
The time the step has started.
adapting_os This property is required. AdaptingOSStepResponse
Adapting OS step.
end_time This property is required. str
The time the step has ended.
instantiating_migrated_vm This property is required. InstantiatingMigratedVMStepResponse
Instantiating migrated VM step.
preparing_vm_disks This property is required. PreparingVMDisksStepResponse
Preparing VM disks step.
start_time This property is required. str
The time the step has started.
adaptingOs This property is required. Property Map
Adapting OS step.
endTime This property is required. String
The time the step has ended.
instantiatingMigratedVm This property is required. Property Map
Instantiating migrated VM step.
preparingVmDisks This property is required. Property Map
Preparing VM disks step.
startTime This property is required. String
The time the step has started.

ComputeEngineDisksTargetDetailsResponse

Disks This property is required. List<Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.PersistentDiskResponse>
The details of each created Persistent Disk.
DisksTargetDetails This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.DisksMigrationDisksTargetDetailsResponse
Details of the disks-only migration target.
VmTargetDetails This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.DisksMigrationVmTargetDetailsResponse
Details for the VM the migrated data disks are attached to.
Disks This property is required. []PersistentDiskResponse
The details of each created Persistent Disk.
DisksTargetDetails This property is required. DisksMigrationDisksTargetDetailsResponse
Details of the disks-only migration target.
VmTargetDetails This property is required. DisksMigrationVmTargetDetailsResponse
Details for the VM the migrated data disks are attached to.
disks This property is required. List<PersistentDiskResponse>
The details of each created Persistent Disk.
disksTargetDetails This property is required. DisksMigrationDisksTargetDetailsResponse
Details of the disks-only migration target.
vmTargetDetails This property is required. DisksMigrationVmTargetDetailsResponse
Details for the VM the migrated data disks are attached to.
disks This property is required. PersistentDiskResponse[]
The details of each created Persistent Disk.
disksTargetDetails This property is required. DisksMigrationDisksTargetDetailsResponse
Details of the disks-only migration target.
vmTargetDetails This property is required. DisksMigrationVmTargetDetailsResponse
Details for the VM the migrated data disks are attached to.
disks This property is required. Sequence[PersistentDiskResponse]
The details of each created Persistent Disk.
disks_target_details This property is required. DisksMigrationDisksTargetDetailsResponse
Details of the disks-only migration target.
vm_target_details This property is required. DisksMigrationVmTargetDetailsResponse
Details for the VM the migrated data disks are attached to.
disks This property is required. List<Property Map>
The details of each created Persistent Disk.
disksTargetDetails This property is required. Property Map
Details of the disks-only migration target.
vmTargetDetails This property is required. Property Map
Details for the VM the migrated data disks are attached to.

ComputeEngineTargetDetailsResponse

AdditionalLicenses This property is required. List<string>
Additional licenses to assign to the VM.
AppliedLicense This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.AppliedLicenseResponse
The OS license returned from the adaptation module report.
BootOption This property is required. string
The VM Boot Option, as set in the source VM.
ComputeScheduling This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
DiskType This property is required. string
The disk type to use in the VM.
Encryption This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.EncryptionResponse
Optional. The encryption to apply to the VM disks.
Hostname This property is required. string
The hostname to assign to the VM.
Labels This property is required. Dictionary<string, string>
A map of labels to associate with the VM.
LicenseType This property is required. string
The license type to use in OS adaptation.
MachineType This property is required. string
The machine type to create the VM with.
MachineTypeSeries This property is required. string
The machine type series to create the VM with.
Metadata This property is required. Dictionary<string, string>
The metadata key/value pairs to assign to the VM.
NetworkInterfaces This property is required. List<Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.NetworkInterfaceResponse>
List of NICs connected to this VM.
NetworkTags This property is required. List<string>
A list of network tags to associate with the VM.
Project This property is required. string
The Google Cloud target project ID or project name.
SecureBoot This property is required. bool
Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
ServiceAccount This property is required. string
The service account to associate the VM with.
VmName This property is required. string
The name of the VM to create.
Zone This property is required. string
The zone in which to create the VM.
AdditionalLicenses This property is required. []string
Additional licenses to assign to the VM.
AppliedLicense This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
BootOption This property is required. string
The VM Boot Option, as set in the source VM.
ComputeScheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
DiskType This property is required. string
The disk type to use in the VM.
Encryption This property is required. EncryptionResponse
Optional. The encryption to apply to the VM disks.
Hostname This property is required. string
The hostname to assign to the VM.
Labels This property is required. map[string]string
A map of labels to associate with the VM.
LicenseType This property is required. string
The license type to use in OS adaptation.
MachineType This property is required. string
The machine type to create the VM with.
MachineTypeSeries This property is required. string
The machine type series to create the VM with.
Metadata This property is required. map[string]string
The metadata key/value pairs to assign to the VM.
NetworkInterfaces This property is required. []NetworkInterfaceResponse
List of NICs connected to this VM.
NetworkTags This property is required. []string
A list of network tags to associate with the VM.
Project This property is required. string
The Google Cloud target project ID or project name.
SecureBoot This property is required. bool
Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
ServiceAccount This property is required. string
The service account to associate the VM with.
VmName This property is required. string
The name of the VM to create.
Zone This property is required. string
The zone in which to create the VM.
additionalLicenses This property is required. List<String>
Additional licenses to assign to the VM.
appliedLicense This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
bootOption This property is required. String
The VM Boot Option, as set in the source VM.
computeScheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
diskType This property is required. String
The disk type to use in the VM.
encryption This property is required. EncryptionResponse
Optional. The encryption to apply to the VM disks.
hostname This property is required. String
The hostname to assign to the VM.
labels This property is required. Map<String,String>
A map of labels to associate with the VM.
licenseType This property is required. String
The license type to use in OS adaptation.
machineType This property is required. String
The machine type to create the VM with.
machineTypeSeries This property is required. String
The machine type series to create the VM with.
metadata This property is required. Map<String,String>
The metadata key/value pairs to assign to the VM.
networkInterfaces This property is required. List<NetworkInterfaceResponse>
List of NICs connected to this VM.
networkTags This property is required. List<String>
A list of network tags to associate with the VM.
project This property is required. String
The Google Cloud target project ID or project name.
secureBoot This property is required. Boolean
Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
serviceAccount This property is required. String
The service account to associate the VM with.
vmName This property is required. String
The name of the VM to create.
zone This property is required. String
The zone in which to create the VM.
additionalLicenses This property is required. string[]
Additional licenses to assign to the VM.
appliedLicense This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
bootOption This property is required. string
The VM Boot Option, as set in the source VM.
computeScheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
diskType This property is required. string
The disk type to use in the VM.
encryption This property is required. EncryptionResponse
Optional. The encryption to apply to the VM disks.
hostname This property is required. string
The hostname to assign to the VM.
labels This property is required. {[key: string]: string}
A map of labels to associate with the VM.
licenseType This property is required. string
The license type to use in OS adaptation.
machineType This property is required. string
The machine type to create the VM with.
machineTypeSeries This property is required. string
The machine type series to create the VM with.
metadata This property is required. {[key: string]: string}
The metadata key/value pairs to assign to the VM.
networkInterfaces This property is required. NetworkInterfaceResponse[]
List of NICs connected to this VM.
networkTags This property is required. string[]
A list of network tags to associate with the VM.
project This property is required. string
The Google Cloud target project ID or project name.
secureBoot This property is required. boolean
Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
serviceAccount This property is required. string
The service account to associate the VM with.
vmName This property is required. string
The name of the VM to create.
zone This property is required. string
The zone in which to create the VM.
additional_licenses This property is required. Sequence[str]
Additional licenses to assign to the VM.
applied_license This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
boot_option This property is required. str
The VM Boot Option, as set in the source VM.
compute_scheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
disk_type This property is required. str
The disk type to use in the VM.
encryption This property is required. EncryptionResponse
Optional. The encryption to apply to the VM disks.
hostname This property is required. str
The hostname to assign to the VM.
labels This property is required. Mapping[str, str]
A map of labels to associate with the VM.
license_type This property is required. str
The license type to use in OS adaptation.
machine_type This property is required. str
The machine type to create the VM with.
machine_type_series This property is required. str
The machine type series to create the VM with.
metadata This property is required. Mapping[str, str]
The metadata key/value pairs to assign to the VM.
network_interfaces This property is required. Sequence[NetworkInterfaceResponse]
List of NICs connected to this VM.
network_tags This property is required. Sequence[str]
A list of network tags to associate with the VM.
project This property is required. str
The Google Cloud target project ID or project name.
secure_boot This property is required. bool
Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
service_account This property is required. str
The service account to associate the VM with.
vm_name This property is required. str
The name of the VM to create.
zone This property is required. str
The zone in which to create the VM.
additionalLicenses This property is required. List<String>
Additional licenses to assign to the VM.
appliedLicense This property is required. Property Map
The OS license returned from the adaptation module report.
bootOption This property is required. String
The VM Boot Option, as set in the source VM.
computeScheduling This property is required. Property Map
Compute instance scheduling information (if empty default is used).
diskType This property is required. String
The disk type to use in the VM.
encryption This property is required. Property Map
Optional. The encryption to apply to the VM disks.
hostname This property is required. String
The hostname to assign to the VM.
labels This property is required. Map<String>
A map of labels to associate with the VM.
licenseType This property is required. String
The license type to use in OS adaptation.
machineType This property is required. String
The machine type to create the VM with.
machineTypeSeries This property is required. String
The machine type series to create the VM with.
metadata This property is required. Map<String>
The metadata key/value pairs to assign to the VM.
networkInterfaces This property is required. List<Property Map>
List of NICs connected to this VM.
networkTags This property is required. List<String>
A list of network tags to associate with the VM.
project This property is required. String
The Google Cloud target project ID or project name.
secureBoot This property is required. Boolean
Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
serviceAccount This property is required. String
The service account to associate the VM with.
vmName This property is required. String
The name of the VM to create.
zone This property is required. String
The zone in which to create the VM.

ComputeSchedulingResponse

AutomaticRestart This property is required. bool
MinNodeCpus This property is required. int
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
NodeAffinities This property is required. List<Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.SchedulingNodeAffinityResponse>
A set of node affinity and anti-affinity configurations for sole tenant nodes.
OnHostMaintenance This property is required. string
How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
RestartType This property is required. string
Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
AutomaticRestart This property is required. bool
MinNodeCpus This property is required. int
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
NodeAffinities This property is required. []SchedulingNodeAffinityResponse
A set of node affinity and anti-affinity configurations for sole tenant nodes.
OnHostMaintenance This property is required. string
How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
RestartType This property is required. string
Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
automaticRestart This property is required. Boolean
minNodeCpus This property is required. Integer
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
nodeAffinities This property is required. List<SchedulingNodeAffinityResponse>
A set of node affinity and anti-affinity configurations for sole tenant nodes.
onHostMaintenance This property is required. String
How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
restartType This property is required. String
Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
automaticRestart This property is required. boolean
minNodeCpus This property is required. number
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
nodeAffinities This property is required. SchedulingNodeAffinityResponse[]
A set of node affinity and anti-affinity configurations for sole tenant nodes.
onHostMaintenance This property is required. string
How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
restartType This property is required. string
Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
automatic_restart This property is required. bool
min_node_cpus This property is required. int
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
node_affinities This property is required. Sequence[SchedulingNodeAffinityResponse]
A set of node affinity and anti-affinity configurations for sole tenant nodes.
on_host_maintenance This property is required. str
How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
restart_type This property is required. str
Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
automaticRestart This property is required. Boolean
minNodeCpus This property is required. Number
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
nodeAffinities This property is required. List<Property Map>
A set of node affinity and anti-affinity configurations for sole tenant nodes.
onHostMaintenance This property is required. String
How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
restartType This property is required. String
Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.

DisksMigrationVmTargetDetailsResponse

VmUri This property is required. string
The URI of the Compute Engine VM.
VmUri This property is required. string
The URI of the Compute Engine VM.
vmUri This property is required. String
The URI of the Compute Engine VM.
vmUri This property is required. string
The URI of the Compute Engine VM.
vm_uri This property is required. str
The URI of the Compute Engine VM.
vmUri This property is required. String
The URI of the Compute Engine VM.

EncryptionResponse

KmsKey This property is required. string
The name of the encryption key that is stored in Google Cloud KMS.
KmsKey This property is required. string
The name of the encryption key that is stored in Google Cloud KMS.
kmsKey This property is required. String
The name of the encryption key that is stored in Google Cloud KMS.
kmsKey This property is required. string
The name of the encryption key that is stored in Google Cloud KMS.
kms_key This property is required. str
The name of the encryption key that is stored in Google Cloud KMS.
kmsKey This property is required. String
The name of the encryption key that is stored in Google Cloud KMS.

NetworkInterfaceResponse

ExternalIp This property is required. string
The external IP to define in the NIC.
InternalIp This property is required. string
The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
Network This property is required. string
The network to connect the NIC to.
Subnetwork This property is required. string
The subnetwork to connect the NIC to.
ExternalIp This property is required. string
The external IP to define in the NIC.
InternalIp This property is required. string
The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
Network This property is required. string
The network to connect the NIC to.
Subnetwork This property is required. string
The subnetwork to connect the NIC to.
externalIp This property is required. String
The external IP to define in the NIC.
internalIp This property is required. String
The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
network This property is required. String
The network to connect the NIC to.
subnetwork This property is required. String
The subnetwork to connect the NIC to.
externalIp This property is required. string
The external IP to define in the NIC.
internalIp This property is required. string
The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
network This property is required. string
The network to connect the NIC to.
subnetwork This property is required. string
The subnetwork to connect the NIC to.
external_ip This property is required. str
The external IP to define in the NIC.
internal_ip This property is required. str
The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
network This property is required. str
The network to connect the NIC to.
subnetwork This property is required. str
The subnetwork to connect the NIC to.
externalIp This property is required. String
The external IP to define in the NIC.
internalIp This property is required. String
The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
network This property is required. String
The network to connect the NIC to.
subnetwork This property is required. String
The subnetwork to connect the NIC to.

PersistentDiskResponse

DiskUri This property is required. string
The URI of the Persistent Disk.
SourceDiskNumber This property is required. int
The ordinal number of the source VM disk.
DiskUri This property is required. string
The URI of the Persistent Disk.
SourceDiskNumber This property is required. int
The ordinal number of the source VM disk.
diskUri This property is required. String
The URI of the Persistent Disk.
sourceDiskNumber This property is required. Integer
The ordinal number of the source VM disk.
diskUri This property is required. string
The URI of the Persistent Disk.
sourceDiskNumber This property is required. number
The ordinal number of the source VM disk.
disk_uri This property is required. str
The URI of the Persistent Disk.
source_disk_number This property is required. int
The ordinal number of the source VM disk.
diskUri This property is required. String
The URI of the Persistent Disk.
sourceDiskNumber This property is required. Number
The ordinal number of the source VM disk.

SchedulingNodeAffinityResponse

Key This property is required. string
The label key of Node resource to reference.
Operator This property is required. string
The operator to use for the node resources specified in the values parameter.
Values This property is required. List<string>
Corresponds to the label values of Node resource.
Key This property is required. string
The label key of Node resource to reference.
Operator This property is required. string
The operator to use for the node resources specified in the values parameter.
Values This property is required. []string
Corresponds to the label values of Node resource.
key This property is required. String
The label key of Node resource to reference.
operator This property is required. String
The operator to use for the node resources specified in the values parameter.
values This property is required. List<String>
Corresponds to the label values of Node resource.
key This property is required. string
The label key of Node resource to reference.
operator This property is required. string
The operator to use for the node resources specified in the values parameter.
values This property is required. string[]
Corresponds to the label values of Node resource.
key This property is required. str
The label key of Node resource to reference.
operator This property is required. str
The operator to use for the node resources specified in the values parameter.
values This property is required. Sequence[str]
Corresponds to the label values of Node resource.
key This property is required. String
The label key of Node resource to reference.
operator This property is required. String
The operator to use for the node resources specified in the values parameter.
values This property is required. List<String>
Corresponds to the label values of Node resource.

StatusResponse

Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. List<ImmutableDictionary<string, string>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. string
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.
Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. []map[string]string
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. string
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.
code This property is required. Integer
The status code, which should be an enum value of google.rpc.Code.
details This property is required. List<Map<String,String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. String
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.
code This property is required. number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. {[key: string]: string}[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. string
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.
code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
details This property is required. Sequence[Mapping[str, str]]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. str
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.
code This property is required. Number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. List<Map<String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. String
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.

TargetVMDetailsResponse

AppliedLicense This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.AppliedLicenseResponse
The OS license returned from the adaptation module report.
BootOption This property is required. string
The VM Boot Option, as set in the source VM.
ComputeScheduling This property is required. Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
DiskType This property is required. string
The disk type to use in the VM.
ExternalIp This property is required. string
The external IP to define in the VM.
InternalIp This property is required. string
The internal IP to define in the VM. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
Labels This property is required. Dictionary<string, string>
A map of labels to associate with the VM.
LicenseType This property is required. string
The license type to use in OS adaptation.
MachineType This property is required. string
The machine type to create the VM with.
MachineTypeSeries This property is required. string
The machine type series to create the VM with.
Metadata This property is required. Dictionary<string, string>
The metadata key/value pairs to assign to the VM.
Name This property is required. string
The name of the VM to create.
Network This property is required. string
The network to connect the VM to.
NetworkInterfaces This property is required. List<Pulumi.GoogleNative.VMMigration.V1Alpha1.Inputs.NetworkInterfaceResponse>
List of NICs connected to this VM.
NetworkTags This property is required. List<string>
A list of network tags to associate with the VM.
Project This property is required. string
The project in which to create the VM.
SecureBoot This property is required. bool
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
ServiceAccount This property is required. string
The service account to associate the VM with.
Subnetwork This property is required. string
The subnetwork to connect the VM to.
TargetProject This property is required. string
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
Zone This property is required. string
The zone in which to create the VM.
AppliedLicense This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
BootOption This property is required. string
The VM Boot Option, as set in the source VM.
ComputeScheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
DiskType This property is required. string
The disk type to use in the VM.
ExternalIp This property is required. string
The external IP to define in the VM.
InternalIp This property is required. string
The internal IP to define in the VM. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
Labels This property is required. map[string]string
A map of labels to associate with the VM.
LicenseType This property is required. string
The license type to use in OS adaptation.
MachineType This property is required. string
The machine type to create the VM with.
MachineTypeSeries This property is required. string
The machine type series to create the VM with.
Metadata This property is required. map[string]string
The metadata key/value pairs to assign to the VM.
Name This property is required. string
The name of the VM to create.
Network This property is required. string
The network to connect the VM to.
NetworkInterfaces This property is required. []NetworkInterfaceResponse
List of NICs connected to this VM.
NetworkTags This property is required. []string
A list of network tags to associate with the VM.
Project This property is required. string
The project in which to create the VM.
SecureBoot This property is required. bool
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
ServiceAccount This property is required. string
The service account to associate the VM with.
Subnetwork This property is required. string
The subnetwork to connect the VM to.
TargetProject This property is required. string
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
Zone This property is required. string
The zone in which to create the VM.
appliedLicense This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
bootOption This property is required. String
The VM Boot Option, as set in the source VM.
computeScheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
diskType This property is required. String
The disk type to use in the VM.
externalIp This property is required. String
The external IP to define in the VM.
internalIp This property is required. String
The internal IP to define in the VM. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
labels This property is required. Map<String,String>
A map of labels to associate with the VM.
licenseType This property is required. String
The license type to use in OS adaptation.
machineType This property is required. String
The machine type to create the VM with.
machineTypeSeries This property is required. String
The machine type series to create the VM with.
metadata This property is required. Map<String,String>
The metadata key/value pairs to assign to the VM.
name This property is required. String
The name of the VM to create.
network This property is required. String
The network to connect the VM to.
networkInterfaces This property is required. List<NetworkInterfaceResponse>
List of NICs connected to this VM.
networkTags This property is required. List<String>
A list of network tags to associate with the VM.
project This property is required. String
The project in which to create the VM.
secureBoot This property is required. Boolean
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
serviceAccount This property is required. String
The service account to associate the VM with.
subnetwork This property is required. String
The subnetwork to connect the VM to.
targetProject This property is required. String
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
zone This property is required. String
The zone in which to create the VM.
appliedLicense This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
bootOption This property is required. string
The VM Boot Option, as set in the source VM.
computeScheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
diskType This property is required. string
The disk type to use in the VM.
externalIp This property is required. string
The external IP to define in the VM.
internalIp This property is required. string
The internal IP to define in the VM. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
labels This property is required. {[key: string]: string}
A map of labels to associate with the VM.
licenseType This property is required. string
The license type to use in OS adaptation.
machineType This property is required. string
The machine type to create the VM with.
machineTypeSeries This property is required. string
The machine type series to create the VM with.
metadata This property is required. {[key: string]: string}
The metadata key/value pairs to assign to the VM.
name This property is required. string
The name of the VM to create.
network This property is required. string
The network to connect the VM to.
networkInterfaces This property is required. NetworkInterfaceResponse[]
List of NICs connected to this VM.
networkTags This property is required. string[]
A list of network tags to associate with the VM.
project This property is required. string
The project in which to create the VM.
secureBoot This property is required. boolean
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
serviceAccount This property is required. string
The service account to associate the VM with.
subnetwork This property is required. string
The subnetwork to connect the VM to.
targetProject This property is required. string
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
zone This property is required. string
The zone in which to create the VM.
applied_license This property is required. AppliedLicenseResponse
The OS license returned from the adaptation module report.
boot_option This property is required. str
The VM Boot Option, as set in the source VM.
compute_scheduling This property is required. ComputeSchedulingResponse
Compute instance scheduling information (if empty default is used).
disk_type This property is required. str
The disk type to use in the VM.
external_ip This property is required. str
The external IP to define in the VM.
internal_ip This property is required. str
The internal IP to define in the VM. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
labels This property is required. Mapping[str, str]
A map of labels to associate with the VM.
license_type This property is required. str
The license type to use in OS adaptation.
machine_type This property is required. str
The machine type to create the VM with.
machine_type_series This property is required. str
The machine type series to create the VM with.
metadata This property is required. Mapping[str, str]
The metadata key/value pairs to assign to the VM.
name This property is required. str
The name of the VM to create.
network This property is required. str
The network to connect the VM to.
network_interfaces This property is required. Sequence[NetworkInterfaceResponse]
List of NICs connected to this VM.
network_tags This property is required. Sequence[str]
A list of network tags to associate with the VM.
project This property is required. str
The project in which to create the VM.
secure_boot This property is required. bool
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
service_account This property is required. str
The service account to associate the VM with.
subnetwork This property is required. str
The subnetwork to connect the VM to.
target_project This property is required. str
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
zone This property is required. str
The zone in which to create the VM.
appliedLicense This property is required. Property Map
The OS license returned from the adaptation module report.
bootOption This property is required. String
The VM Boot Option, as set in the source VM.
computeScheduling This property is required. Property Map
Compute instance scheduling information (if empty default is used).
diskType This property is required. String
The disk type to use in the VM.
externalIp This property is required. String
The external IP to define in the VM.
internalIp This property is required. String
The internal IP to define in the VM. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
labels This property is required. Map<String>
A map of labels to associate with the VM.
licenseType This property is required. String
The license type to use in OS adaptation.
machineType This property is required. String
The machine type to create the VM with.
machineTypeSeries This property is required. String
The machine type series to create the VM with.
metadata This property is required. Map<String>
The metadata key/value pairs to assign to the VM.
name This property is required. String
The name of the VM to create.
network This property is required. String
The network to connect the VM to.
networkInterfaces This property is required. List<Property Map>
List of NICs connected to this VM.
networkTags This property is required. List<String>
A list of network tags to associate with the VM.
project This property is required. String
The project in which to create the VM.
secureBoot This property is required. Boolean
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
serviceAccount This property is required. String
The service account to associate the VM with.
subnetwork This property is required. String
The subnetwork to connect the VM to.
targetProject This property is required. String
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
zone This property is required. String
The zone in which to create the VM.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi