Class: Google::Cloud::MigrationCenter::V1::AzureVmPlatformDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::AzureVmPlatformDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Azure VM specific details.
Instance Attribute Summary collapse
-
#location ⇒ ::String
The location of the machine in the Azure format.
-
#machine_type_label ⇒ ::String
Azure platform's machine type label.
-
#provisioning_state ⇒ ::String
Azure platform's provisioning state.
Instance Attribute Details
#location ⇒ ::String
Returns The location of the machine in the Azure format.
2689 2690 2691 2692 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2689 class AzureVmPlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type_label ⇒ ::String
Returns Azure platform's machine type label.
2689 2690 2691 2692 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2689 class AzureVmPlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioning_state ⇒ ::String
Returns Azure platform's provisioning state.
2689 2690 2691 2692 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2689 class AzureVmPlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |