Class: Azure::BaseManagement::AffinityGroup
- Inherits:
-
Object
- Object
- Azure::BaseManagement::AffinityGroup
- Defined in:
- lib/azure/base_management/affinity_group.rb
Overview
Represents an AffinityGroup
Instance Attribute Summary collapse
-
#capability ⇒ Object
Returns the value of attribute capability.
-
#description ⇒ Object
Returns the value of attribute description.
-
#hosted_services ⇒ Object
Returns the value of attribute hosted_services.
-
#label ⇒ Object
Returns the value of attribute label.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#storage_services ⇒ Object
Returns the value of attribute storage_services.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ AffinityGroup
constructor
A new instance of AffinityGroup.
Constructor Details
#initialize {|_self| ... } ⇒ AffinityGroup
Returns a new instance of AffinityGroup.
19 20 21 |
# File 'lib/azure/base_management/affinity_group.rb', line 19 def initialize yield self if block_given? end |
Instance Attribute Details
#capability ⇒ Object
Returns the value of attribute capability.
29 30 31 |
# File 'lib/azure/base_management/affinity_group.rb', line 29 def capability @capability end |
#description ⇒ Object
Returns the value of attribute description.
25 26 27 |
# File 'lib/azure/base_management/affinity_group.rb', line 25 def description @description end |
#hosted_services ⇒ Object
Returns the value of attribute hosted_services.
27 28 29 |
# File 'lib/azure/base_management/affinity_group.rb', line 27 def hosted_services @hosted_services end |
#label ⇒ Object
Returns the value of attribute label.
24 25 26 |
# File 'lib/azure/base_management/affinity_group.rb', line 24 def label @label end |
#location ⇒ Object
Returns the value of attribute location.
26 27 28 |
# File 'lib/azure/base_management/affinity_group.rb', line 26 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/azure/base_management/affinity_group.rb', line 23 def name @name end |
#storage_services ⇒ Object
Returns the value of attribute storage_services.
28 29 30 |
# File 'lib/azure/base_management/affinity_group.rb', line 28 def storage_services @storage_services end |