Class: Azure::BaseManagement::AffinityGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/base_management/affinity_group.rb

Overview

Represents an AffinityGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AffinityGroup.

Yields:

  • (_self)

Yield Parameters:



19
20
21
# File 'lib/azure/base_management/affinity_group.rb', line 19

def initialize
  yield self if block_given?
end

Instance Attribute Details

#capabilityObject

Returns the value of attribute capability.



29
30
31
# File 'lib/azure/base_management/affinity_group.rb', line 29

def capability
  @capability
end

#descriptionObject

Returns the value of attribute description.



25
26
27
# File 'lib/azure/base_management/affinity_group.rb', line 25

def description
  @description
end

#hosted_servicesObject

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

#labelObject

Returns the value of attribute label.



24
25
26
# File 'lib/azure/base_management/affinity_group.rb', line 24

def label
  @label
end

#locationObject

Returns the value of attribute location.



26
27
28
# File 'lib/azure/base_management/affinity_group.rb', line 26

def location
  @location
end

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/azure/base_management/affinity_group.rb', line 23

def name
  @name
end

#storage_servicesObject

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