Class: Azure::CloudServiceManagement::CloudService
- Inherits:
-
Object
- Object
- Azure::CloudServiceManagement::CloudService
- Defined in:
- lib/azure/cloud_service_management/cloud_service.rb
Instance Attribute Summary collapse
-
#affinity_group ⇒ Object
Returns the value of attribute affinity_group.
-
#date_created ⇒ Object
Returns the value of attribute date_created.
-
#date_modified ⇒ Object
Returns the value of attribute date_modified.
-
#default_winrm_certificate_thumbprint ⇒ Object
Returns the value of attribute default_winrm_certificate_thumbprint.
-
#deployment_name ⇒ Object
Returns the value of attribute deployment_name.
-
#description ⇒ Object
Returns the value of attribute description.
-
#extended_properties ⇒ Object
Returns the value of attribute extended_properties.
-
#label ⇒ Object
Returns the value of attribute label.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
-
#virtual_machines ⇒ Object
Returns the value of attribute virtual_machines.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ CloudService
constructor
A new instance of CloudService.
Constructor Details
#initialize {|_self| ... } ⇒ CloudService
Returns a new instance of CloudService.
19 20 21 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 19 def initialize yield self if block_given? end |
Instance Attribute Details
#affinity_group ⇒ Object
Returns the value of attribute affinity_group.
28 29 30 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 28 def affinity_group @affinity_group end |
#date_created ⇒ Object
Returns the value of attribute date_created.
30 31 32 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 30 def date_created @date_created end |
#date_modified ⇒ Object
Returns the value of attribute date_modified.
31 32 33 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 31 def date_modified @date_modified end |
#default_winrm_certificate_thumbprint ⇒ Object
Returns the value of attribute default_winrm_certificate_thumbprint.
33 34 35 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 33 def default_winrm_certificate_thumbprint @default_winrm_certificate_thumbprint end |
#deployment_name ⇒ Object
Returns the value of attribute deployment_name.
35 36 37 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 35 def deployment_name @deployment_name end |
#description ⇒ Object
Returns the value of attribute description.
26 27 28 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 26 def description @description end |
#extended_properties ⇒ Object
Returns the value of attribute extended_properties.
32 33 34 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 32 def extended_properties @extended_properties end |
#label ⇒ Object
Returns the value of attribute label.
25 26 27 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 25 def label @label end |
#location ⇒ Object
Returns the value of attribute location.
27 28 29 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 27 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
24 25 26 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 24 def name @name end |
#status ⇒ Object
Returns the value of attribute status.
29 30 31 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 29 def status @status end |
#url ⇒ Object
Returns the value of attribute url.
23 24 25 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 23 def url @url end |
#virtual_machines ⇒ Object
Returns the value of attribute virtual_machines.
34 35 36 |
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 34 def virtual_machines @virtual_machines end |