DiskMigrationJobTargetDetails(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Details of the target disk in Compute Engine.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
target_disk |
google.cloud.vmmigration_v1.types.ComputeEngineDisk
Required. The target disk. This field is a member of oneof _ target_storage .
|
target_project |
str
Required. The name of the resource of type TargetProject which represents the Compute Engine project in which to create the disk. Should be of the form: projects/{project}/locations/global/targetProjects/{target-project} |
labels |
MutableMapping[str, str]
Optional. A map of labels to associate with the disk. |
encryption |
google.cloud.vmmigration_v1.types.Encryption
Optional. The encryption to apply to the disk. If the DiskMigrationJob parent Source resource has an encryption, this field must be set to the same encryption key. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |