Class: Google::Apis::VmmigrationV1alpha1::AzureVmDetails
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1alpha1::AzureVmDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vmmigration_v1alpha1/classes.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb
Overview
AzureVmDetails describes a VM in Azure.
Instance Attribute Summary collapse
-
#boot_option ⇒ String
The VM Boot Option.
-
#committed_storage_mb ⇒ Fixnum
The total size of the storage allocated to the VM in MB.
-
#computer_name ⇒ String
The VM's ComputerName.
-
#cpu_count ⇒ Fixnum
The number of cpus the VM has.
-
#disk_count ⇒ Fixnum
The number of disks the VM has, including OS disk.
-
#disks ⇒ Array<Google::Apis::VmmigrationV1alpha1::Disk>
Description of the data disks.
-
#memory_mb ⇒ Fixnum
The memory size of the VM in MB.
-
#os_description ⇒ Google::Apis::VmmigrationV1alpha1::OsDescription
A message describing the VM's OS.
-
#os_disk ⇒ Google::Apis::VmmigrationV1alpha1::OsDisk
A message describing the OS disk.
-
#power_state ⇒ String
The power state of the VM at the moment list was taken.
-
#tags ⇒ Hash<String,String>
The tags of the VM.
-
#vm_id ⇒ String
The VM full path in Azure.
-
#vm_size ⇒ String
VM size as configured in Azure.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AzureVmDetails
constructor
A new instance of AzureVmDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AzureVmDetails
Returns a new instance of AzureVmDetails.
692 693 694 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 692 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boot_option ⇒ String
The VM Boot Option.
Corresponds to the JSON property bootOption
629 630 631 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 629 def boot_option @boot_option end |
#committed_storage_mb ⇒ Fixnum
The total size of the storage allocated to the VM in MB.
Corresponds to the JSON property committedStorageMb
634 635 636 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 634 def committed_storage_mb @committed_storage_mb end |
#computer_name ⇒ String
The VM's ComputerName.
Corresponds to the JSON property computerName
639 640 641 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 639 def computer_name @computer_name end |
#cpu_count ⇒ Fixnum
The number of cpus the VM has.
Corresponds to the JSON property cpuCount
644 645 646 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 644 def cpu_count @cpu_count end |
#disk_count ⇒ Fixnum
The number of disks the VM has, including OS disk.
Corresponds to the JSON property diskCount
649 650 651 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 649 def disk_count @disk_count end |
#disks ⇒ Array<Google::Apis::VmmigrationV1alpha1::Disk>
Description of the data disks.
Corresponds to the JSON property disks
654 655 656 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 654 def disks @disks end |
#memory_mb ⇒ Fixnum
The memory size of the VM in MB.
Corresponds to the JSON property memoryMb
659 660 661 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 659 def memory_mb @memory_mb end |
#os_description ⇒ Google::Apis::VmmigrationV1alpha1::OsDescription
A message describing the VM's OS. Including OS, Publisher, Offer and Plan if
applicable.
Corresponds to the JSON property osDescription
665 666 667 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 665 def os_description @os_description end |
#os_disk ⇒ Google::Apis::VmmigrationV1alpha1::OsDisk
A message describing the OS disk.
Corresponds to the JSON property osDisk
670 671 672 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 670 def os_disk @os_disk end |
#power_state ⇒ String
The power state of the VM at the moment list was taken.
Corresponds to the JSON property powerState
675 676 677 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 675 def power_state @power_state end |
#tags ⇒ Hash<String,String>
The tags of the VM.
Corresponds to the JSON property tags
680 681 682 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 680 def @tags end |
#vm_id ⇒ String
The VM full path in Azure.
Corresponds to the JSON property vmId
685 686 687 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 685 def vm_id @vm_id end |
#vm_size ⇒ String
VM size as configured in Azure. Determines the VM's hardware spec.
Corresponds to the JSON property vmSize
690 691 692 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 690 def vm_size @vm_size end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 697 def update!(**args) @boot_option = args[:boot_option] if args.key?(:boot_option) @committed_storage_mb = args[:committed_storage_mb] if args.key?(:committed_storage_mb) @computer_name = args[:computer_name] if args.key?(:computer_name) @cpu_count = args[:cpu_count] if args.key?(:cpu_count) @disk_count = args[:disk_count] if args.key?(:disk_count) @disks = args[:disks] if args.key?(:disks) @memory_mb = args[:memory_mb] if args.key?(:memory_mb) @os_description = args[:os_description] if args.key?(:os_description) @os_disk = args[:os_disk] if args.key?(:os_disk) @power_state = args[:power_state] if args.key?(:power_state) @tags = args[:tags] if args.key?(:tags) @vm_id = args[:vm_id] if args.key?(:vm_id) @vm_size = args[:vm_size] if args.key?(:vm_size) end |