Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.vmmigration/v1alpha1.CutoverJob
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated. Auto-naming is currently not supported for this resource. Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Create CutoverJob Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CutoverJob(name: string, args: CutoverJobArgs, opts?: CustomResourceOptions);
@overload
def CutoverJob(resource_name: str,
args: CutoverJobArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CutoverJob(resource_name: str,
opts: Optional[ResourceOptions] = None,
cutover_job_id: Optional[str] = None,
migrating_vm_id: Optional[str] = None,
source_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None)
func NewCutoverJob(ctx *Context, name string, args CutoverJobArgs, opts ...ResourceOption) (*CutoverJob, error)
public CutoverJob(string name, CutoverJobArgs args, CustomResourceOptions? opts = null)
public CutoverJob(String name, CutoverJobArgs args)
public CutoverJob(String name, CutoverJobArgs args, CustomResourceOptions options)
type: google-native:vmmigration/v1alpha1:CutoverJob
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CutoverJobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CutoverJobArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CutoverJobArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CutoverJobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CutoverJobArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeCutoverJobResource = new GoogleNative.VMMigration.V1Alpha1.CutoverJob("google-nativeCutoverJobResource", new()
{
CutoverJobId = "string",
MigratingVmId = "string",
SourceId = "string",
Location = "string",
Project = "string",
RequestId = "string",
});
example, err := vmmigrationv1alpha1.NewCutoverJob(ctx, "google-nativeCutoverJobResource", &vmmigrationv1alpha1.CutoverJobArgs{
CutoverJobId: pulumi.String("string"),
MigratingVmId: pulumi.String("string"),
SourceId: pulumi.String("string"),
Location: pulumi.String("string"),
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
})
var google_nativeCutoverJobResource = new CutoverJob("google-nativeCutoverJobResource", CutoverJobArgs.builder()
.cutoverJobId("string")
.migratingVmId("string")
.sourceId("string")
.location("string")
.project("string")
.requestId("string")
.build());
google_native_cutover_job_resource = google_native.vmmigration.v1alpha1.CutoverJob("google-nativeCutoverJobResource",
cutover_job_id="string",
migrating_vm_id="string",
source_id="string",
location="string",
project="string",
request_id="string")
const google_nativeCutoverJobResource = new google_native.vmmigration.v1alpha1.CutoverJob("google-nativeCutoverJobResource", {
cutoverJobId: "string",
migratingVmId: "string",
sourceId: "string",
location: "string",
project: "string",
requestId: "string",
});
type: google-native:vmmigration/v1alpha1:CutoverJob
properties:
cutoverJobId: string
location: string
migratingVmId: string
project: string
requestId: string
sourceId: string
CutoverJob Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CutoverJob resource accepts the following input properties:
- Cutover
Job stringId - Required. The cutover job identifier.
- Migrating
Vm stringId - Source
Id string - Location string
- Project string
- Request
Id string - A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Cutover
Job stringId - Required. The cutover job identifier.
- Migrating
Vm stringId - Source
Id string - Location string
- Project string
- Request
Id string - A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- cutover
Job StringId - Required. The cutover job identifier.
- migrating
Vm StringId - source
Id String - location String
- project String
- request
Id String - A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- cutover
Job stringId - Required. The cutover job identifier.
- migrating
Vm stringId - source
Id string - location string
- project string
- request
Id string - A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- cutover_
job_ strid - Required. The cutover job identifier.
- migrating_
vm_ strid - source_
id str - location str
- project str
- request_
id str - A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- cutover
Job StringId - Required. The cutover job identifier.
- migrating
Vm StringId - source
Id String - location String
- project String
- request
Id String - A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Outputs
All input properties are implicitly available as output properties. Additionally, the CutoverJob resource produces the following output properties:
- Compute
Engine Pulumi.Disks Target Details Google Native. VMMigration. V1Alpha1. Outputs. Compute Engine Disks Target Details Response - Details of the target Persistent Disks in Compute Engine.
- Compute
Engine Pulumi.Target Details Google Native. VMMigration. V1Alpha1. Outputs. Compute Engine Target Details Response - Details of the target VM in Compute Engine.
- Compute
Engine Pulumi.Vm Details Google Native. VMMigration. V1Alpha1. Outputs. Target VMDetails Response - Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
- Create
Time string - The time the cutover job was created (as an API call, not when it was actually created in the target).
- End
Time string - The time the cutover job had finished.
- Error
Pulumi.
Google Native. VMMigration. V1Alpha1. Outputs. Status Response - Provides details for the errors that led to the Cutover Job's state.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the cutover job.
- Progress int
- The current progress in percentage of the cutover job.
- Progress
Percent int - The current progress in percentage of the cutover job.
- State string
- State of the cutover job.
- State
Message string - A message providing possible extra details about the current state.
- State
Time string - The time the state was last updated.
- Steps
List<Pulumi.
Google Native. VMMigration. V1Alpha1. Outputs. Cutover Step Response> - The cutover steps list representing its progress.
- Target
Details Pulumi.Google Native. VMMigration. V1Alpha1. Outputs. Target VMDetails Response - Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
- Compute
Engine ComputeDisks Target Details Engine Disks Target Details Response - Details of the target Persistent Disks in Compute Engine.
- Compute
Engine ComputeTarget Details Engine Target Details Response - Details of the target VM in Compute Engine.
- Compute
Engine TargetVm Details VMDetails Response - Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
- Create
Time string - The time the cutover job was created (as an API call, not when it was actually created in the target).
- End
Time string - The time the cutover job had finished.
- Error
Status
Response - Provides details for the errors that led to the Cutover Job's state.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the cutover job.
- Progress int
- The current progress in percentage of the cutover job.
- Progress
Percent int - The current progress in percentage of the cutover job.
- State string
- State of the cutover job.
- State
Message string - A message providing possible extra details about the current state.
- State
Time string - The time the state was last updated.
- Steps
[]Cutover
Step Response - The cutover steps list representing its progress.
- Target
Details TargetVMDetails Response - Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
- compute
Engine ComputeDisks Target Details Engine Disks Target Details Response - Details of the target Persistent Disks in Compute Engine.
- compute
Engine ComputeTarget Details Engine Target Details Response - Details of the target VM in Compute Engine.
- compute
Engine TargetVm Details VMDetails Response - Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
- create
Time String - The time the cutover job was created (as an API call, not when it was actually created in the target).
- end
Time String - The time the cutover job had finished.
- error
Status
Response - Provides details for the errors that led to the Cutover Job's state.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the cutover job.
- progress Integer
- The current progress in percentage of the cutover job.
- progress
Percent Integer - The current progress in percentage of the cutover job.
- state String
- State of the cutover job.
- state
Message String - A message providing possible extra details about the current state.
- state
Time String - The time the state was last updated.
- steps
List<Cutover
Step Response> - The cutover steps list representing its progress.
- target
Details TargetVMDetails Response - Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
- compute
Engine ComputeDisks Target Details Engine Disks Target Details Response - Details of the target Persistent Disks in Compute Engine.
- compute
Engine ComputeTarget Details Engine Target Details Response - Details of the target VM in Compute Engine.
- compute
Engine TargetVm Details VMDetails Response - Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
- create
Time string - The time the cutover job was created (as an API call, not when it was actually created in the target).
- end
Time string - The time the cutover job had finished.
- error
Status
Response - Provides details for the errors that led to the Cutover Job's state.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the cutover job.
- progress number
- The current progress in percentage of the cutover job.
- progress
Percent number - The current progress in percentage of the cutover job.
- state string
- State of the cutover job.
- state
Message string - A message providing possible extra details about the current state.
- state
Time string - The time the state was last updated.
- steps
Cutover
Step Response[] - The cutover steps list representing its progress.
- target
Details TargetVMDetails Response - Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
- compute_
engine_ Computedisks_ target_ details Engine Disks Target Details Response - Details of the target Persistent Disks in Compute Engine.
- compute_
engine_ Computetarget_ details Engine Target Details Response - Details of the target VM in Compute Engine.
- compute_
engine_ Targetvm_ details VMDetails Response - Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
- create_
time str - The time the cutover job was created (as an API call, not when it was actually created in the target).
- end_
time str - The time the cutover job had finished.
- error
Status
Response - Provides details for the errors that led to the Cutover Job's state.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the cutover job.
- progress int
- The current progress in percentage of the cutover job.
- progress_
percent int - The current progress in percentage of the cutover job.
- state str
- State of the cutover job.
- state_
message str - A message providing possible extra details about the current state.
- state_
time str - The time the state was last updated.
- steps
Sequence[Cutover
Step Response] - The cutover steps list representing its progress.
- target_
details TargetVMDetails Response - Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
- compute
Engine Property MapDisks Target Details - Details of the target Persistent Disks in Compute Engine.
- compute
Engine Property MapTarget Details - Details of the target VM in Compute Engine.
- compute
Engine Property MapVm Details - Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
- create
Time String - The time the cutover job was created (as an API call, not when it was actually created in the target).
- end
Time String - The time the cutover job had finished.
- error Property Map
- Provides details for the errors that led to the Cutover Job's state.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the cutover job.
- progress Number
- The current progress in percentage of the cutover job.
- progress
Percent Number - The current progress in percentage of the cutover job.
- state String
- State of the cutover job.
- state
Message String - A message providing possible extra details about the current state.
- state
Time String - The time the state was last updated.
- steps List<Property Map>
- The cutover steps list representing its progress.
- target
Details Property Map - Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
Supporting Types
AppliedLicenseResponse, AppliedLicenseResponseArgs
- os_
license str - The OS license returned from the adaptation module's report.
- type str
- The license type that was used in OS adaptation.
ComputeEngineDisksTargetDetailsResponse, ComputeEngineDisksTargetDetailsResponseArgs
- Disks
List<Pulumi.
Google Native. VMMigration. V1Alpha1. Inputs. Persistent Disk Response> - The details of each created Persistent Disk.
- Disks
Target Pulumi.Details Google Native. VMMigration. V1Alpha1. Inputs. Disks Migration Disks Target Details Response - Details of the disks-only migration target.
- Vm
Target Pulumi.Details Google Native. VMMigration. V1Alpha1. Inputs. Disks Migration Vm Target Details Response - Details for the VM the migrated data disks are attached to.
- Disks
[]Persistent
Disk Response - The details of each created Persistent Disk.
- Disks
Target DisksDetails Migration Disks Target Details Response - Details of the disks-only migration target.
- Vm
Target DisksDetails Migration Vm Target Details Response - Details for the VM the migrated data disks are attached to.
- disks
List<Persistent
Disk Response> - The details of each created Persistent Disk.
- disks
Target DisksDetails Migration Disks Target Details Response - Details of the disks-only migration target.
- vm
Target DisksDetails Migration Vm Target Details Response - Details for the VM the migrated data disks are attached to.
- disks
Persistent
Disk Response[] - The details of each created Persistent Disk.
- disks
Target DisksDetails Migration Disks Target Details Response - Details of the disks-only migration target.
- vm
Target DisksDetails Migration Vm Target Details Response - Details for the VM the migrated data disks are attached to.
- disks
Sequence[Persistent
Disk Response] - The details of each created Persistent Disk.
- disks_
target_ Disksdetails Migration Disks Target Details Response - Details of the disks-only migration target.
- vm_
target_ Disksdetails Migration Vm Target Details Response - Details for the VM the migrated data disks are attached to.
- disks List<Property Map>
- The details of each created Persistent Disk.
- disks
Target Property MapDetails - Details of the disks-only migration target.
- vm
Target Property MapDetails - Details for the VM the migrated data disks are attached to.
ComputeEngineTargetDetailsResponse, ComputeEngineTargetDetailsResponseArgs
- Additional
Licenses List<string> - Additional licenses to assign to the VM.
- Applied
License Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Applied License Response - The OS license returned from the adaptation module report.
- Boot
Option string - The VM Boot Option, as set in the source VM.
- Compute
Scheduling Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Compute Scheduling Response - Compute instance scheduling information (if empty default is used).
- Disk
Type string - The disk type to use in the VM.
- Encryption
Pulumi.
Google Native. VMMigration. V1Alpha1. Inputs. Encryption Response - Optional. The encryption to apply to the VM disks.
- Hostname string
- The hostname to assign to the VM.
- Labels Dictionary<string, string>
- A map of labels to associate with the VM.
- License
Type string - The license type to use in OS adaptation.
- Machine
Type string - The machine type to create the VM with.
- Machine
Type stringSeries - The machine type series to create the VM with.
- Metadata Dictionary<string, string>
- The metadata key/value pairs to assign to the VM.
- Network
Interfaces List<Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Network Interface Response> - List of NICs connected to this VM.
- List<string>
- A list of network tags to associate with the VM.
- Project string
- The Google Cloud target project ID or project name.
- Secure
Boot 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 string - The service account to associate the VM with.
- Vm
Name string - The name of the VM to create.
- Zone string
- The zone in which to create the VM.
- Additional
Licenses []string - Additional licenses to assign to the VM.
- Applied
License AppliedLicense Response - The OS license returned from the adaptation module report.
- Boot
Option string - The VM Boot Option, as set in the source VM.
- Compute
Scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- Disk
Type string - The disk type to use in the VM.
- Encryption
Encryption
Response - Optional. The encryption to apply to the VM disks.
- Hostname string
- The hostname to assign to the VM.
- Labels map[string]string
- A map of labels to associate with the VM.
- License
Type string - The license type to use in OS adaptation.
- Machine
Type string - The machine type to create the VM with.
- Machine
Type stringSeries - The machine type series to create the VM with.
- Metadata map[string]string
- The metadata key/value pairs to assign to the VM.
- Network
Interfaces []NetworkInterface Response - List of NICs connected to this VM.
- []string
- A list of network tags to associate with the VM.
- Project string
- The Google Cloud target project ID or project name.
- Secure
Boot 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 string - The service account to associate the VM with.
- Vm
Name string - The name of the VM to create.
- Zone string
- The zone in which to create the VM.
- additional
Licenses List<String> - Additional licenses to assign to the VM.
- applied
License AppliedLicense Response - The OS license returned from the adaptation module report.
- boot
Option String - The VM Boot Option, as set in the source VM.
- compute
Scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- disk
Type String - The disk type to use in the VM.
- encryption
Encryption
Response - Optional. The encryption to apply to the VM disks.
- hostname String
- The hostname to assign to the VM.
- labels Map<String,String>
- A map of labels to associate with the VM.
- license
Type String - The license type to use in OS adaptation.
- machine
Type String - The machine type to create the VM with.
- machine
Type StringSeries - The machine type series to create the VM with.
- metadata Map<String,String>
- The metadata key/value pairs to assign to the VM.
- network
Interfaces List<NetworkInterface Response> - List of NICs connected to this VM.
- List<String>
- A list of network tags to associate with the VM.
- project String
- The Google Cloud target project ID or project name.
- secure
Boot Boolean - Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
- service
Account String - The service account to associate the VM with.
- vm
Name String - The name of the VM to create.
- zone String
- The zone in which to create the VM.
- additional
Licenses string[] - Additional licenses to assign to the VM.
- applied
License AppliedLicense Response - The OS license returned from the adaptation module report.
- boot
Option string - The VM Boot Option, as set in the source VM.
- compute
Scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- disk
Type string - The disk type to use in the VM.
- encryption
Encryption
Response - Optional. The encryption to apply to the VM disks.
- hostname string
- The hostname to assign to the VM.
- labels {[key: string]: string}
- A map of labels to associate with the VM.
- license
Type string - The license type to use in OS adaptation.
- machine
Type string - The machine type to create the VM with.
- machine
Type stringSeries - The machine type series to create the VM with.
- metadata {[key: string]: string}
- The metadata key/value pairs to assign to the VM.
- network
Interfaces NetworkInterface Response[] - List of NICs connected to this VM.
- string[]
- A list of network tags to associate with the VM.
- project string
- The Google Cloud target project ID or project name.
- secure
Boot boolean - Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
- service
Account string - The service account to associate the VM with.
- vm
Name string - The name of the VM to create.
- zone string
- The zone in which to create the VM.
- additional_
licenses Sequence[str] - Additional licenses to assign to the VM.
- applied_
license AppliedLicense Response - The OS license returned from the adaptation module report.
- boot_
option str - The VM Boot Option, as set in the source VM.
- compute_
scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- disk_
type str - The disk type to use in the VM.
- encryption
Encryption
Response - Optional. The encryption to apply to the VM disks.
- hostname str
- The hostname to assign to the VM.
- labels Mapping[str, str]
- A map of labels to associate with the VM.
- license_
type str - The license type to use in OS adaptation.
- machine_
type str - The machine type to create the VM with.
- machine_
type_ strseries - The machine type series to create the VM with.
- metadata Mapping[str, str]
- The metadata key/value pairs to assign to the VM.
- network_
interfaces Sequence[NetworkInterface Response] - List of NICs connected to this VM.
- Sequence[str]
- A list of network tags to associate with the VM.
- project str
- The Google Cloud target project ID or project name.
- secure_
boot 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 str - The service account to associate the VM with.
- vm_
name str - The name of the VM to create.
- zone str
- The zone in which to create the VM.
- additional
Licenses List<String> - Additional licenses to assign to the VM.
- applied
License Property Map - The OS license returned from the adaptation module report.
- boot
Option String - The VM Boot Option, as set in the source VM.
- compute
Scheduling Property Map - Compute instance scheduling information (if empty default is used).
- disk
Type String - The disk type to use in the VM.
- encryption Property Map
- Optional. The encryption to apply to the VM disks.
- hostname String
- The hostname to assign to the VM.
- labels Map<String>
- A map of labels to associate with the VM.
- license
Type String - The license type to use in OS adaptation.
- machine
Type String - The machine type to create the VM with.
- machine
Type StringSeries - The machine type series to create the VM with.
- metadata Map<String>
- The metadata key/value pairs to assign to the VM.
- network
Interfaces List<Property Map> - List of NICs connected to this VM.
- List<String>
- A list of network tags to associate with the VM.
- project String
- The Google Cloud target project ID or project name.
- secure
Boot Boolean - Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
- service
Account String - The service account to associate the VM with.
- vm
Name String - The name of the VM to create.
- zone String
- The zone in which to create the VM.
ComputeSchedulingResponse, ComputeSchedulingResponseArgs
- Automatic
Restart bool - Min
Node intCpus - 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 List<Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Scheduling Node Affinity Response> - A set of node affinity and anti-affinity configurations for sole tenant nodes.
- On
Host stringMaintenance - How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
- Restart
Type 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 bool - Min
Node intCpus - 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 []SchedulingNode Affinity Response - A set of node affinity and anti-affinity configurations for sole tenant nodes.
- On
Host stringMaintenance - How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
- Restart
Type 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 Boolean - min
Node IntegerCpus - 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 List<SchedulingNode Affinity Response> - A set of node affinity and anti-affinity configurations for sole tenant nodes.
- on
Host StringMaintenance - How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
- restart
Type 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 boolean - min
Node numberCpus - 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 SchedulingNode Affinity Response[] - A set of node affinity and anti-affinity configurations for sole tenant nodes.
- on
Host stringMaintenance - How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
- restart
Type 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 bool - min_
node_ intcpus - 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 Sequence[SchedulingNode Affinity Response] - A set of node affinity and anti-affinity configurations for sole tenant nodes.
- on_
host_ strmaintenance - How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
- restart_
type 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.
- automatic
Restart Boolean - min
Node NumberCpus - 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 List<Property Map> - A set of node affinity and anti-affinity configurations for sole tenant nodes.
- on
Host StringMaintenance - How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
- restart
Type 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.
CutoverStepResponse, CutoverStepResponseArgs
- End
Time string - The time the step has ended.
- Final
Sync Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Replication Cycle Response - Final sync step.
- Instantiating
Migrated Pulumi.Vm Google Native. VMMigration. V1Alpha1. Inputs. Instantiating Migrated VMStep Response - Instantiating migrated VM step.
- Preparing
Vm Pulumi.Disks Google Native. VMMigration. V1Alpha1. Inputs. Preparing VMDisks Step Response - Preparing VM disks step.
- Previous
Replication Pulumi.Cycle Google Native. VMMigration. V1Alpha1. Inputs. Replication Cycle Response - A replication cycle prior cutover step.
- Shutting
Down Pulumi.Source Vm Google Native. VMMigration. V1Alpha1. Inputs. Shutting Down Source VMStep Response - Shutting down VM step.
- Start
Time string - The time the step has started.
- End
Time string - The time the step has ended.
- Final
Sync ReplicationCycle Response - Final sync step.
- Instantiating
Migrated InstantiatingVm Migrated VMStep Response - Instantiating migrated VM step.
- Preparing
Vm PreparingDisks VMDisks Step Response - Preparing VM disks step.
- Previous
Replication ReplicationCycle Cycle Response - A replication cycle prior cutover step.
- Shutting
Down ShuttingSource Vm Down Source VMStep Response - Shutting down VM step.
- Start
Time string - The time the step has started.
- end
Time String - The time the step has ended.
- final
Sync ReplicationCycle Response - Final sync step.
- instantiating
Migrated InstantiatingVm Migrated VMStep Response - Instantiating migrated VM step.
- preparing
Vm PreparingDisks VMDisks Step Response - Preparing VM disks step.
- previous
Replication ReplicationCycle Cycle Response - A replication cycle prior cutover step.
- shutting
Down ShuttingSource Vm Down Source VMStep Response - Shutting down VM step.
- start
Time String - The time the step has started.
- end
Time string - The time the step has ended.
- final
Sync ReplicationCycle Response - Final sync step.
- instantiating
Migrated InstantiatingVm Migrated VMStep Response - Instantiating migrated VM step.
- preparing
Vm PreparingDisks VMDisks Step Response - Preparing VM disks step.
- previous
Replication ReplicationCycle Cycle Response - A replication cycle prior cutover step.
- shutting
Down ShuttingSource Vm Down Source VMStep Response - Shutting down VM step.
- start
Time string - The time the step has started.
- end_
time str - The time the step has ended.
- final_
sync ReplicationCycle Response - Final sync step.
- instantiating_
migrated_ Instantiatingvm Migrated VMStep Response - Instantiating migrated VM step.
- preparing_
vm_ Preparingdisks VMDisks Step Response - Preparing VM disks step.
- previous_
replication_ Replicationcycle Cycle Response - A replication cycle prior cutover step.
- shutting_
down_ Shuttingsource_ vm Down Source VMStep Response - Shutting down VM step.
- start_
time str - The time the step has started.
- end
Time String - The time the step has ended.
- final
Sync Property Map - Final sync step.
- instantiating
Migrated Property MapVm - Instantiating migrated VM step.
- preparing
Vm Property MapDisks - Preparing VM disks step.
- previous
Replication Property MapCycle - A replication cycle prior cutover step.
- shutting
Down Property MapSource Vm - Shutting down VM step.
- start
Time String - The time the step has started.
CycleStepResponse, CycleStepResponseArgs
- End
Time string - The time the cycle step has ended.
- Initializing
Replication Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Initializing Replication Step Response - Initializing replication step.
- Post
Processing Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Post Processing Step Response - Post processing step.
- Replicating
Pulumi.
Google Native. VMMigration. V1Alpha1. Inputs. Replicating Step Response - Replicating step.
- Start
Time string - The time the cycle step has started.
- End
Time string - The time the cycle step has ended.
- Initializing
Replication InitializingReplication Step Response - Initializing replication step.
- Post
Processing PostProcessing Step Response - Post processing step.
- Replicating
Replicating
Step Response - Replicating step.
- Start
Time string - The time the cycle step has started.
- end
Time String - The time the cycle step has ended.
- initializing
Replication InitializingReplication Step Response - Initializing replication step.
- post
Processing PostProcessing Step Response - Post processing step.
- replicating
Replicating
Step Response - Replicating step.
- start
Time String - The time the cycle step has started.
- end
Time string - The time the cycle step has ended.
- initializing
Replication InitializingReplication Step Response - Initializing replication step.
- post
Processing PostProcessing Step Response - Post processing step.
- replicating
Replicating
Step Response - Replicating step.
- start
Time string - The time the cycle step has started.
- end_
time str - The time the cycle step has ended.
- initializing_
replication InitializingReplication Step Response - Initializing replication step.
- post_
processing PostProcessing Step Response - Post processing step.
- replicating
Replicating
Step Response - Replicating step.
- start_
time str - The time the cycle step has started.
- end
Time String - The time the cycle step has ended.
- initializing
Replication Property Map - Initializing replication step.
- post
Processing Property Map - Post processing step.
- replicating Property Map
- Replicating step.
- start
Time String - The time the cycle step has started.
DisksMigrationVmTargetDetailsResponse, DisksMigrationVmTargetDetailsResponseArgs
- Vm
Uri string - The URI of the Compute Engine VM.
- Vm
Uri string - The URI of the Compute Engine VM.
- vm
Uri String - The URI of the Compute Engine VM.
- vm
Uri string - The URI of the Compute Engine VM.
- vm_
uri str - The URI of the Compute Engine VM.
- vm
Uri String - The URI of the Compute Engine VM.
EncryptionResponse, EncryptionResponseArgs
- Kms
Key string - The name of the encryption key that is stored in Google Cloud KMS.
- Kms
Key string - The name of the encryption key that is stored in Google Cloud KMS.
- kms
Key String - The name of the encryption key that is stored in Google Cloud KMS.
- kms
Key string - The name of the encryption key that is stored in Google Cloud KMS.
- kms_
key str - The name of the encryption key that is stored in Google Cloud KMS.
- kms
Key String - The name of the encryption key that is stored in Google Cloud KMS.
LinkResponse, LinkResponseArgs
- Description string
- Describes what the link offers.
- Url string
- The URL of the link.
- Description string
- Describes what the link offers.
- Url string
- The URL of the link.
- description String
- Describes what the link offers.
- url String
- The URL of the link.
- description string
- Describes what the link offers.
- url string
- The URL of the link.
- description str
- Describes what the link offers.
- url str
- The URL of the link.
- description String
- Describes what the link offers.
- url String
- The URL of the link.
LocalizedMessageResponse, LocalizedMessageResponseArgs
MigrationWarningResponse, MigrationWarningResponseArgs
- Action
Item Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Localized Message Response - Suggested action for solving the warning.
- Code string
- The warning code.
- Help
Links List<Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Link Response> - URL(s) pointing to additional information on handling the current warning.
- Warning
Message Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Localized Message Response - The localized warning message.
- Warning
Time string - The time the warning occurred.
- Action
Item LocalizedMessage Response - Suggested action for solving the warning.
- Code string
- The warning code.
- Help
Links []LinkResponse - URL(s) pointing to additional information on handling the current warning.
- Warning
Message LocalizedMessage Response - The localized warning message.
- Warning
Time string - The time the warning occurred.
- action
Item LocalizedMessage Response - Suggested action for solving the warning.
- code String
- The warning code.
- help
Links List<LinkResponse> - URL(s) pointing to additional information on handling the current warning.
- warning
Message LocalizedMessage Response - The localized warning message.
- warning
Time String - The time the warning occurred.
- action
Item LocalizedMessage Response - Suggested action for solving the warning.
- code string
- The warning code.
- help
Links LinkResponse[] - URL(s) pointing to additional information on handling the current warning.
- warning
Message LocalizedMessage Response - The localized warning message.
- warning
Time string - The time the warning occurred.
- action_
item LocalizedMessage Response - Suggested action for solving the warning.
- code str
- The warning code.
- help_
links Sequence[LinkResponse] - URL(s) pointing to additional information on handling the current warning.
- warning_
message LocalizedMessage Response - The localized warning message.
- warning_
time str - The time the warning occurred.
- action
Item Property Map - Suggested action for solving the warning.
- code String
- The warning code.
- help
Links List<Property Map> - URL(s) pointing to additional information on handling the current warning.
- warning
Message Property Map - The localized warning message.
- warning
Time String - The time the warning occurred.
NetworkInterfaceResponse, NetworkInterfaceResponseArgs
- External
Ip string - The external IP to define in the NIC.
- Internal
Ip string - The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - Network string
- The network to connect the NIC to.
- Subnetwork string
- The subnetwork to connect the NIC to.
- External
Ip string - The external IP to define in the NIC.
- Internal
Ip string - The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - Network string
- The network to connect the NIC to.
- Subnetwork string
- The subnetwork to connect the NIC to.
- external
Ip String - The external IP to define in the NIC.
- internal
Ip String - The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - network String
- The network to connect the NIC to.
- subnetwork String
- The subnetwork to connect the NIC to.
- external
Ip string - The external IP to define in the NIC.
- internal
Ip string - The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - network string
- The network to connect the NIC to.
- subnetwork string
- The subnetwork to connect the NIC to.
- external_
ip str - The external IP to define in the NIC.
- internal_
ip str - The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - network str
- The network to connect the NIC to.
- subnetwork str
- The subnetwork to connect the NIC to.
- external
Ip String - The external IP to define in the NIC.
- internal
Ip String - The internal IP to define in the NIC. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - network String
- The network to connect the NIC to.
- subnetwork String
- The subnetwork to connect the NIC to.
PersistentDiskResponse, PersistentDiskResponseArgs
- Disk
Uri string - The URI of the Persistent Disk.
- Source
Disk intNumber - The ordinal number of the source VM disk.
- Disk
Uri string - The URI of the Persistent Disk.
- Source
Disk intNumber - The ordinal number of the source VM disk.
- disk
Uri String - The URI of the Persistent Disk.
- source
Disk IntegerNumber - The ordinal number of the source VM disk.
- disk
Uri string - The URI of the Persistent Disk.
- source
Disk numberNumber - The ordinal number of the source VM disk.
- disk_
uri str - The URI of the Persistent Disk.
- source_
disk_ intnumber - The ordinal number of the source VM disk.
- disk
Uri String - The URI of the Persistent Disk.
- source
Disk NumberNumber - The ordinal number of the source VM disk.
ReplicatingStepResponse, ReplicatingStepResponseArgs
- Last
Thirty stringMinutes Average Bytes Per Second - The source disks replication rate for the last 30 minutes in bytes per second.
- Last
Two stringMinutes Average Bytes Per Second - The source disks replication rate for the last 2 minutes in bytes per second.
- Replicated
Bytes string - Replicated bytes in the step.
- Total
Bytes string - Total bytes to be handled in the step.
- Last
Thirty stringMinutes Average Bytes Per Second - The source disks replication rate for the last 30 minutes in bytes per second.
- Last
Two stringMinutes Average Bytes Per Second - The source disks replication rate for the last 2 minutes in bytes per second.
- Replicated
Bytes string - Replicated bytes in the step.
- Total
Bytes string - Total bytes to be handled in the step.
- last
Thirty StringMinutes Average Bytes Per Second - The source disks replication rate for the last 30 minutes in bytes per second.
- last
Two StringMinutes Average Bytes Per Second - The source disks replication rate for the last 2 minutes in bytes per second.
- replicated
Bytes String - Replicated bytes in the step.
- total
Bytes String - Total bytes to be handled in the step.
- last
Thirty stringMinutes Average Bytes Per Second - The source disks replication rate for the last 30 minutes in bytes per second.
- last
Two stringMinutes Average Bytes Per Second - The source disks replication rate for the last 2 minutes in bytes per second.
- replicated
Bytes string - Replicated bytes in the step.
- total
Bytes string - Total bytes to be handled in the step.
- last_
thirty_ strminutes_ average_ bytes_ per_ second - The source disks replication rate for the last 30 minutes in bytes per second.
- last_
two_ strminutes_ average_ bytes_ per_ second - The source disks replication rate for the last 2 minutes in bytes per second.
- replicated_
bytes str - Replicated bytes in the step.
- total_
bytes str - Total bytes to be handled in the step.
- last
Thirty StringMinutes Average Bytes Per Second - The source disks replication rate for the last 30 minutes in bytes per second.
- last
Two StringMinutes Average Bytes Per Second - The source disks replication rate for the last 2 minutes in bytes per second.
- replicated
Bytes String - Replicated bytes in the step.
- total
Bytes String - Total bytes to be handled in the step.
ReplicationCycleResponse, ReplicationCycleResponseArgs
- Cycle
Number int - The cycle's ordinal number.
- End
Time string - The time the replication cycle has ended.
- Error
Pulumi.
Google Native. VMMigration. V1Alpha1. Inputs. Status Response - Provides details on the state of the cycle in case of an error.
- Name string
- The identifier of the ReplicationCycle.
- Progress int
- The current progress in percentage of this cycle.
- Progress
Percent int - The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
- Start
Time string - The time the replication cycle has started.
- State string
- State of the ReplicationCycle.
- Steps
List<Pulumi.
Google Native. VMMigration. V1Alpha1. Inputs. Cycle Step Response> - The cycle's steps list representing its progress.
- Total
Pause stringDuration - The accumulated duration the replication cycle was paused.
- Warnings
List<Pulumi.
Google Native. VMMigration. V1Alpha1. Inputs. Migration Warning Response> - Warnings that occurred during the cycle.
- Cycle
Number int - The cycle's ordinal number.
- End
Time string - The time the replication cycle has ended.
- Error
Status
Response - Provides details on the state of the cycle in case of an error.
- Name string
- The identifier of the ReplicationCycle.
- Progress int
- The current progress in percentage of this cycle.
- Progress
Percent int - The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
- Start
Time string - The time the replication cycle has started.
- State string
- State of the ReplicationCycle.
- Steps
[]Cycle
Step Response - The cycle's steps list representing its progress.
- Total
Pause stringDuration - The accumulated duration the replication cycle was paused.
- Warnings
[]Migration
Warning Response - Warnings that occurred during the cycle.
- cycle
Number Integer - The cycle's ordinal number.
- end
Time String - The time the replication cycle has ended.
- error
Status
Response - Provides details on the state of the cycle in case of an error.
- name String
- The identifier of the ReplicationCycle.
- progress Integer
- The current progress in percentage of this cycle.
- progress
Percent Integer - The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
- start
Time String - The time the replication cycle has started.
- state String
- State of the ReplicationCycle.
- steps
List<Cycle
Step Response> - The cycle's steps list representing its progress.
- total
Pause StringDuration - The accumulated duration the replication cycle was paused.
- warnings
List<Migration
Warning Response> - Warnings that occurred during the cycle.
- cycle
Number number - The cycle's ordinal number.
- end
Time string - The time the replication cycle has ended.
- error
Status
Response - Provides details on the state of the cycle in case of an error.
- name string
- The identifier of the ReplicationCycle.
- progress number
- The current progress in percentage of this cycle.
- progress
Percent number - The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
- start
Time string - The time the replication cycle has started.
- state string
- State of the ReplicationCycle.
- steps
Cycle
Step Response[] - The cycle's steps list representing its progress.
- total
Pause stringDuration - The accumulated duration the replication cycle was paused.
- warnings
Migration
Warning Response[] - Warnings that occurred during the cycle.
- cycle_
number int - The cycle's ordinal number.
- end_
time str - The time the replication cycle has ended.
- error
Status
Response - Provides details on the state of the cycle in case of an error.
- name str
- The identifier of the ReplicationCycle.
- progress int
- The current progress in percentage of this cycle.
- progress_
percent int - The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
- start_
time str - The time the replication cycle has started.
- state str
- State of the ReplicationCycle.
- steps
Sequence[Cycle
Step Response] - The cycle's steps list representing its progress.
- total_
pause_ strduration - The accumulated duration the replication cycle was paused.
- warnings
Sequence[Migration
Warning Response] - Warnings that occurred during the cycle.
- cycle
Number Number - The cycle's ordinal number.
- end
Time String - The time the replication cycle has ended.
- error Property Map
- Provides details on the state of the cycle in case of an error.
- name String
- The identifier of the ReplicationCycle.
- progress Number
- The current progress in percentage of this cycle.
- progress
Percent Number - The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
- start
Time String - The time the replication cycle has started.
- state String
- State of the ReplicationCycle.
- steps List<Property Map>
- The cycle's steps list representing its progress.
- total
Pause StringDuration - The accumulated duration the replication cycle was paused.
- warnings List<Property Map>
- Warnings that occurred during the cycle.
SchedulingNodeAffinityResponse, SchedulingNodeAffinityResponseArgs
StatusResponse, StatusResponseArgs
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<Immutable
Dictionary<string, string>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message 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 int
- The status code, which should be an enum value of google.rpc.Code.
- Details []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 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 Integer
- The status code, which should be an enum value of google.rpc.Code.
- details 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 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 number
- The status code, which should be an enum value of google.rpc.Code.
- details {[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 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 int
- The status code, which should be an enum value of google.rpc.Code.
- details 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 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 Number
- The status code, which should be an enum value of google.rpc.Code.
- details 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 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, TargetVMDetailsResponseArgs
- Applied
License Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Applied License Response - The OS license returned from the adaptation module report.
- Boot
Option string - The VM Boot Option, as set in the source VM.
- Compute
Scheduling Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Compute Scheduling Response - Compute instance scheduling information (if empty default is used).
- Disk
Type string - The disk type to use in the VM.
- External
Ip string - The external IP to define in the VM.
- Internal
Ip string - The internal IP to define in the VM. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - Labels Dictionary<string, string>
- A map of labels to associate with the VM.
- License
Type string - The license type to use in OS adaptation.
- Machine
Type string - The machine type to create the VM with.
- Machine
Type stringSeries - The machine type series to create the VM with.
- Metadata Dictionary<string, string>
- The metadata key/value pairs to assign to the VM.
- Name string
- The name of the VM to create.
- Network string
- The network to connect the VM to.
- Network
Interfaces List<Pulumi.Google Native. VMMigration. V1Alpha1. Inputs. Network Interface Response> - List of NICs connected to this VM.
- List<string>
- A list of network tags to associate with the VM.
- Project string
- The project in which to create the VM.
- Secure
Boot 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 string - The service account to associate the VM with.
- Subnetwork string
- The subnetwork to connect the VM to.
- Target
Project string - The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
- Zone string
- The zone in which to create the VM.
- Applied
License AppliedLicense Response - The OS license returned from the adaptation module report.
- Boot
Option string - The VM Boot Option, as set in the source VM.
- Compute
Scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- Disk
Type string - The disk type to use in the VM.
- External
Ip string - The external IP to define in the VM.
- Internal
Ip string - The internal IP to define in the VM. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - Labels map[string]string
- A map of labels to associate with the VM.
- License
Type string - The license type to use in OS adaptation.
- Machine
Type string - The machine type to create the VM with.
- Machine
Type stringSeries - The machine type series to create the VM with.
- Metadata map[string]string
- The metadata key/value pairs to assign to the VM.
- Name string
- The name of the VM to create.
- Network string
- The network to connect the VM to.
- Network
Interfaces []NetworkInterface Response - List of NICs connected to this VM.
- []string
- A list of network tags to associate with the VM.
- Project string
- The project in which to create the VM.
- Secure
Boot 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 string - The service account to associate the VM with.
- Subnetwork string
- The subnetwork to connect the VM to.
- Target
Project string - The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
- Zone string
- The zone in which to create the VM.
- applied
License AppliedLicense Response - The OS license returned from the adaptation module report.
- boot
Option String - The VM Boot Option, as set in the source VM.
- compute
Scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- disk
Type String - The disk type to use in the VM.
- external
Ip String - The external IP to define in the VM.
- internal
Ip String - The internal IP to define in the VM. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - labels Map<String,String>
- A map of labels to associate with the VM.
- license
Type String - The license type to use in OS adaptation.
- machine
Type String - The machine type to create the VM with.
- machine
Type StringSeries - The machine type series to create the VM with.
- metadata Map<String,String>
- The metadata key/value pairs to assign to the VM.
- name String
- The name of the VM to create.
- network String
- The network to connect the VM to.
- network
Interfaces List<NetworkInterface Response> - List of NICs connected to this VM.
- List<String>
- A list of network tags to associate with the VM.
- project String
- The project in which to create the VM.
- secure
Boot Boolean - Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
- service
Account String - The service account to associate the VM with.
- subnetwork String
- The subnetwork to connect the VM to.
- target
Project String - The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
- zone String
- The zone in which to create the VM.
- applied
License AppliedLicense Response - The OS license returned from the adaptation module report.
- boot
Option string - The VM Boot Option, as set in the source VM.
- compute
Scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- disk
Type string - The disk type to use in the VM.
- external
Ip string - The external IP to define in the VM.
- internal
Ip string - The internal IP to define in the VM. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - labels {[key: string]: string}
- A map of labels to associate with the VM.
- license
Type string - The license type to use in OS adaptation.
- machine
Type string - The machine type to create the VM with.
- machine
Type stringSeries - The machine type series to create the VM with.
- metadata {[key: string]: string}
- The metadata key/value pairs to assign to the VM.
- name string
- The name of the VM to create.
- network string
- The network to connect the VM to.
- network
Interfaces NetworkInterface Response[] - List of NICs connected to this VM.
- string[]
- A list of network tags to associate with the VM.
- project string
- The project in which to create the VM.
- secure
Boot boolean - Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
- service
Account string - The service account to associate the VM with.
- subnetwork string
- The subnetwork to connect the VM to.
- target
Project string - The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
- zone string
- The zone in which to create the VM.
- applied_
license AppliedLicense Response - The OS license returned from the adaptation module report.
- boot_
option str - The VM Boot Option, as set in the source VM.
- compute_
scheduling ComputeScheduling Response - Compute instance scheduling information (if empty default is used).
- disk_
type str - The disk type to use in the VM.
- external_
ip str - The external IP to define in the VM.
- internal_
ip str - The internal IP to define in the VM. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - labels Mapping[str, str]
- A map of labels to associate with the VM.
- license_
type str - The license type to use in OS adaptation.
- machine_
type str - The machine type to create the VM with.
- machine_
type_ strseries - The machine type series to create the VM with.
- metadata Mapping[str, str]
- The metadata key/value pairs to assign to the VM.
- name str
- The name of the VM to create.
- network str
- The network to connect the VM to.
- network_
interfaces Sequence[NetworkInterface Response] - List of NICs connected to this VM.
- Sequence[str]
- A list of network tags to associate with the VM.
- project str
- The project in which to create the VM.
- secure_
boot 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 str - The service account to associate the VM with.
- subnetwork str
- The subnetwork to connect the VM to.
- target_
project str - The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
- zone str
- The zone in which to create the VM.
- applied
License Property Map - The OS license returned from the adaptation module report.
- boot
Option String - The VM Boot Option, as set in the source VM.
- compute
Scheduling Property Map - Compute instance scheduling information (if empty default is used).
- disk
Type String - The disk type to use in the VM.
- external
Ip String - The external IP to define in the VM.
- internal
Ip String - The internal IP to define in the VM. The formats accepted are:
ephemeral
\ ipv4 address \ a named address resource full path. - labels Map<String>
- A map of labels to associate with the VM.
- license
Type String - The license type to use in OS adaptation.
- machine
Type String - The machine type to create the VM with.
- machine
Type StringSeries - The machine type series to create the VM with.
- metadata Map<String>
- The metadata key/value pairs to assign to the VM.
- name String
- The name of the VM to create.
- network String
- The network to connect the VM to.
- network
Interfaces List<Property Map> - List of NICs connected to this VM.
- List<String>
- A list of network tags to associate with the VM.
- project String
- The project in which to create the VM.
- secure
Boot Boolean - Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
- service
Account String - The service account to associate the VM with.
- subnetwork String
- The subnetwork to connect the VM to.
- target
Project String - The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
- zone 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.