Class: Google::Cloud::MigrationCenter::V1::AzureVmPlatformDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#location::String

Returns The location of the machine in the Azure format.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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