Class DiskMigrationJobTargetDetails (1.12.0)

DiskMigrationJobTargetDetails(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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, .Message]

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 mapping is a mapping type or there are keyword parameters.