Class: Azure::CloudServiceManagement::PersistentVmDowntime

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/cloud_service_management/persistent_vm_downtime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ PersistentVmDowntime

Returns a new instance of PersistentVmDowntime.

Yields:

  • (_self)

Yield Parameters:



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_timeObject

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_timeObject

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

#statusObject

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