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