Class: Azure::CloudServiceManagement::PersistentVmDowntime
- Inherits:
-
Object
- Object
- Azure::CloudServiceManagement::PersistentVmDowntime
- Defined in:
- lib/azure/cloud_service_management/persistent_vm_downtime.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ PersistentVmDowntime
constructor
A new instance of PersistentVmDowntime.
Constructor Details
#initialize {|_self| ... } ⇒ PersistentVmDowntime
Returns a new instance of PersistentVmDowntime.
19 20 21 |
# File 'lib/azure/cloud_service_management/persistent_vm_downtime.rb', line 19 def initialize yield self if block_given? end |
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time.
24 25 26 |
# File 'lib/azure/cloud_service_management/persistent_vm_downtime.rb', line 24 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time.
23 24 25 |
# File 'lib/azure/cloud_service_management/persistent_vm_downtime.rb', line 23 def start_time @start_time end |
#status ⇒ Object
Returns the value of attribute status.
25 26 27 |
# File 'lib/azure/cloud_service_management/persistent_vm_downtime.rb', line 25 def status @status end |