Class: Google::Cloud::MigrationCenter::V1::VmwarePlatformDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::VmwarePlatformDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
VMware specific details.
Instance Attribute Summary collapse
-
#esx_version ⇒ ::String
ESX version.
- #osid ⇒ ::String
-
#vcenter_folder ⇒ ::String
Folder name in vCenter where asset resides.
-
#vcenter_uri ⇒ ::String
VCenter URI used in collection.
-
#vcenter_version ⇒ ::String
VCenter version.
-
#vcenter_vm_id ⇒ ::String
VCenter VM ID.
Instance Attribute Details
#esx_version ⇒ ::String
Returns ESX version.
2662 2663 2664 2665 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2662 class VmwarePlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#osid ⇒ ::String
2662 2663 2664 2665 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2662 class VmwarePlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vcenter_folder ⇒ ::String
Returns Folder name in vCenter where asset resides.
2662 2663 2664 2665 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2662 class VmwarePlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vcenter_uri ⇒ ::String
Returns vCenter URI used in collection.
2662 2663 2664 2665 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2662 class VmwarePlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vcenter_version ⇒ ::String
Returns vCenter version.
2662 2663 2664 2665 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2662 class VmwarePlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vcenter_vm_id ⇒ ::String
Returns vCenter VM ID.
2662 2663 2664 2665 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2662 class VmwarePlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |