Class: Google::Cloud::MigrationCenter::V1::GenericPlatformDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GenericPlatformDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Generic platform details.
Instance Attribute Summary collapse
-
#location ⇒ ::String
Free text representation of the machine location.
Instance Attribute Details
#location ⇒ ::String
Returns Free text representation of the machine location. The format of this field should not be relied on. Different VMs in the same location may have different string values for this field.
2700 2701 2702 2703 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2700 class GenericPlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |