Class AwsSourceDiskDetails (1.12.0)

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

Represents the source AWS Disk details.

Attributes

Name Description
volume_id str
Required. AWS volume ID.
size_gib int
Output only. Size in GiB.
disk_type google.cloud.vmmigration_v1.types.AwsSourceDiskDetails.Type
Optional. Output only. Disk type.
tags MutableMapping[str, str]
Optional. Output only. A map of AWS volume tags.

Classes

TagsEntry

TagsEntry(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.

Type

Type(value)

Possible values for disk types.