Class: Google::Cloud::VMMigration::V1::AzureSourceVmDetails::AzureDiskDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AzureSourceVmDetails::AzureDiskDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
The details of an Azure VM disk.
Instance Attribute Summary collapse
-
#disk_id ⇒ ::String
readonly
Output only.
-
#disk_number ⇒ ::Integer
readonly
Output only.
-
#size_gb ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#disk_id ⇒ ::String (readonly)
3716 3717 3718 3719 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3716 class AzureDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_number ⇒ ::Integer (readonly)
3716 3717 3718 3719 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3716 class AzureDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer (readonly)
3716 3717 3718 3719 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3716 class AzureDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |