Class: Google::Cloud::MigrationCenter::V1::PhysicalPlatformDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::PhysicalPlatformDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Platform specific details for Physical Machines.
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 machines in the same location may have different string values for this field.
2711 2712 2713 2714 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2711 class PhysicalPlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |