google-native.vmmigration/v1.CutoverJob
Explore with Pulumi AI
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
new CutoverJob(name: string, args: CutoverJobArgs, opts?: CustomResourceOptions);
@overload
def CutoverJob(resource_name: str,
opts: Optional[ResourceOptions] = None,
cutover_job_id: Optional[str] = None,
location: Optional[str] = None,
migrating_vm_id: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
source_id: Optional[str] = None)
@overload
def CutoverJob(resource_name: str,
args: CutoverJobArgs,
opts: Optional[ResourceOptions] = 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/v1:CutoverJob
properties: # The arguments to resource properties.
options: # 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.
- 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.
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.Target Details Google Native. VMMigration. V1. Outputs. Compute Engine Target Details Response Details of the target VM in Compute Engine.
- 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. V1. 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
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. V1. Outputs. Cutover Step Response> The cutover steps list representing its progress.
- Compute
Engine ComputeTarget Details Engine Target Details Response Details of the target VM in Compute Engine.
- 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
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.
- compute
Engine ComputeTarget Details Engine Target Details Response Details of the target VM in Compute Engine.
- 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
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.
- compute
Engine ComputeTarget Details Engine Target Details Response Details of the target VM in Compute Engine.
- 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
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.
- compute_
engine_ Computetarget_ details Engine Target Details Response Details of the target VM in Compute Engine.
- 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_
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.
- compute
Engine Property MapTarget Details Details of the target VM in Compute Engine.
- 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
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.
Supporting Types
AppliedLicenseResponse
- os_
license str The OS license returned from the adaptation module's report.
- type str
The license type that was used in OS adaptation.
ComputeEngineTargetDetailsResponse
- Additional
Licenses List<string> Additional licenses to assign to the VM.
- Applied
License Pulumi.Google Native. VMMigration. V1. 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. V1. Inputs. Compute Scheduling Response Compute instance scheduling information (if empty default is used).
- Disk
Type string The disk type to use in the VM.
- 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. V1. Inputs. Network Interface Response> List of NICs connected to this VM.
- List<string>
A map 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.
- 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 map 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.
- 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 map 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.
- 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 map 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.
- 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 map 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.
- 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 map 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
- 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. V1. 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.
- 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.
- 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.
- 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.
- 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.
- 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
- End
Time string The time the step has ended.
- Final
Sync Pulumi.Google Native. VMMigration. V1. Inputs. Replication Cycle Response Final sync step.
- Instantiating
Migrated Pulumi.Vm Google Native. VMMigration. V1. Inputs. Instantiating Migrated VMStep Response Instantiating migrated VM step.
- Preparing
Vm Pulumi.Disks Google Native. VMMigration. V1. Inputs. Preparing VMDisks Step Response Preparing VM disks step.
- Previous
Replication Pulumi.Cycle Google Native. VMMigration. V1. Inputs. Replication Cycle Response A replication cycle prior cutover step.
- Shutting
Down Pulumi.Source Vm Google Native. VMMigration. V1. 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
- End
Time string The time the cycle step has ended.
- Initializing
Replication Pulumi.Google Native. VMMigration. V1. Inputs. Initializing Replication Step Response Initializing replication step.
- Post
Processing Pulumi.Google Native. VMMigration. V1. Inputs. Post Processing Step Response Post processing step.
- Replicating
Pulumi.
Google Native. VMMigration. V1. 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.
LinkResponse
- 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
MigrationWarningResponse
- Action
Item Pulumi.Google Native. VMMigration. V1. Inputs. Localized Message Response Suggested action for solving the warning.
- Code string
The warning code.
- Help
Links List<Pulumi.Google Native. VMMigration. V1. Inputs. Link Response> URL(s) pointing to additional information on handling the current warning.
- Warning
Message Pulumi.Google Native. VMMigration. V1. 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
- 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.
ReplicatingStepResponse
- 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
- Cycle
Number int The cycle's ordinal number.
- End
Time string The time the replication cycle has ended.
- Error
Pulumi.
Google Native. VMMigration. V1. Inputs. Status Response Provides details on the state of the cycle in case of an error.
- Name string
The identifier of the ReplicationCycle.
- 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. V1. 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. V1. 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
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
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
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_
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
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
StatusResponse
- 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.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0