Source(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Source message describes a specific vm migration Source resource. It contains the source environment information.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
vmware |
google.cloud.vmmigration_v1.types.VmwareSourceDetails
Vmware type source details. This field is a member of oneof _ source_details .
|
name |
str
Output only. The Source name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The create time timestamp. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The update time timestamp. |
labels |
Sequence[google.cloud.vmmigration_v1.types.Source.LabelsEntry]
The labels of the source. |
description |
str
User-provided description of the source. |
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 |