Class: Discover::Object::Service
- Inherits:
-
Struct
- Object
- Struct
- Discover::Object::Service
- Defined in:
- lib/discover/object.rb
Instance Attribute Summary collapse
-
#clusterIP ⇒ Object
Returns the value of attribute clusterIP.
-
#externalIP ⇒ Object
Returns the value of attribute externalIP.
-
#loadBalancerIP ⇒ Object
Returns the value of attribute loadBalancerIP.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#ports ⇒ Object
Returns the value of attribute ports.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#clusterIP ⇒ Object
Returns the value of attribute clusterIP
26 27 28 |
# File 'lib/discover/object.rb', line 26 def clusterIP @clusterIP end |
#externalIP ⇒ Object
Returns the value of attribute externalIP
26 27 28 |
# File 'lib/discover/object.rb', line 26 def externalIP @externalIP end |
#loadBalancerIP ⇒ Object
Returns the value of attribute loadBalancerIP
26 27 28 |
# File 'lib/discover/object.rb', line 26 def loadBalancerIP @loadBalancerIP end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/discover/object.rb', line 26 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
26 27 28 |
# File 'lib/discover/object.rb', line 26 def namespace @namespace end |
#ports ⇒ Object
Returns the value of attribute ports
26 27 28 |
# File 'lib/discover/object.rb', line 26 def ports @ports end |
#uid ⇒ Object
Returns the value of attribute uid
26 27 28 |
# File 'lib/discover/object.rb', line 26 def uid @uid end |