Class: Latitude::API::Resources::KubernetesCluster::Node
- Inherits:
-
APIObject
- Object
- APIObject
- Latitude::API::Resources::KubernetesCluster::Node
show all
- Defined in:
- lib/latitude/api/resources/kubernetes_cluster.rb
Constant Summary
Constants inherited
from APIObject
APIObject::RESERVED
Instance Attribute Summary collapse
Attributes inherited from APIObject
#raw
Method Summary
Methods inherited from APIObject
#==, #[], #as_json, #each, #hash, #initialize, #inspect, #key?, #keys, #method_missing, #respond_to_missing?, #to_h, wrap
#attribute, #attribute_specs
#attribute_spec, #read_attribute, #wrap_attribute
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Latitude::API::APIObject
Instance Attribute Details
#external_ip ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#hostname ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#id ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#internal_ip ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#ip ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#name ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#server_id ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#status ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|
#type ⇒ String
116
117
118
119
120
121
122
123
124
125
126
|
# File 'lib/latitude/api/resources/kubernetes_cluster.rb', line 116
class Node < APIObject
attribute :id, :string, read_only: true
attribute :name, :string, read_only: true
attribute :hostname, :string, read_only: true
attribute :server_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :status, :string, read_only: true
attribute :ip, :string, read_only: true
attribute :internal_ip, :string, read_only: true
attribute :external_ip, :string, read_only: true
end
|