Class: Azure::VirtualMachineImageManagement::VirtualMachineImage
- Inherits:
-
Object
- Object
- Azure::VirtualMachineImageManagement::VirtualMachineImage
- Defined in:
- lib/azure/virtual_machine_image_management/virtual_machine_image.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#image_type ⇒ Object
Returns the value of attribute image_type.
-
#locations ⇒ Object
Returns the value of attribute locations.
-
#media_link ⇒ Object
Returns the value of attribute media_link.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os_type ⇒ Object
Returns the value of attribute os_type.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ VirtualMachineImage
constructor
A new instance of VirtualMachineImage.
Constructor Details
#initialize {|_self| ... } ⇒ VirtualMachineImage
Returns a new instance of VirtualMachineImage.
18 19 20 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 18 def initialize yield self if block_given? end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
22 23 24 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 22 def category @category end |
#image_type ⇒ Object
Returns the value of attribute image_type.
22 23 24 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 22 def image_type @image_type end |
#locations ⇒ Object
Returns the value of attribute locations.
22 23 24 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 22 def locations @locations end |
#media_link ⇒ Object
Returns the value of attribute media_link.
22 23 24 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 22 def media_link @media_link end |
#name ⇒ Object
Returns the value of attribute name.
22 23 24 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 22 def name @name end |
#os_type ⇒ Object
Returns the value of attribute os_type.
22 23 24 |
# File 'lib/azure/virtual_machine_image_management/virtual_machine_image.rb', line 22 def os_type @os_type end |