Class: Humidifier::MSK::Cluster
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::MSK::Cluster resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#broker_node_group_info ⇒ Object
returns the BrokerNodeGroupInfo property.
-
#broker_node_group_info=(value) ⇒ Object
sets the BrokerNodeGroupInfo property (Structure).
-
#client_authentication ⇒ Object
returns the ClientAuthentication property.
-
#client_authentication=(value) ⇒ Object
sets the ClientAuthentication property (Structure).
-
#cluster_name ⇒ Object
returns the ClusterName property.
-
#cluster_name=(value) ⇒ Object
sets the ClusterName property (String).
-
#configuration_info ⇒ Object
returns the ConfigurationInfo property.
-
#configuration_info=(value) ⇒ Object
sets the ConfigurationInfo property (Structure).
-
#current_version ⇒ Object
returns the CurrentVersion property.
-
#current_version=(value) ⇒ Object
sets the CurrentVersion property (String).
-
#encryption_info ⇒ Object
returns the EncryptionInfo property.
-
#encryption_info=(value) ⇒ Object
sets the EncryptionInfo property (Structure).
-
#enhanced_monitoring ⇒ Object
returns the EnhancedMonitoring property.
-
#enhanced_monitoring=(value) ⇒ Object
sets the EnhancedMonitoring property (String).
-
#kafka_version ⇒ Object
returns the KafkaVersion property.
-
#kafka_version=(value) ⇒ Object
sets the KafkaVersion property (String).
-
#logging_info ⇒ Object
returns the LoggingInfo property.
-
#logging_info=(value) ⇒ Object
sets the LoggingInfo property (Structure).
-
#number_of_broker_nodes ⇒ Object
returns the NumberOfBrokerNodes property.
-
#number_of_broker_nodes=(value) ⇒ Object
sets the NumberOfBrokerNodes property (Integer).
-
#open_monitoring ⇒ Object
returns the OpenMonitoring property.
-
#open_monitoring=(value) ⇒ Object
sets the OpenMonitoring property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Map).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#broker_node_group_info ⇒ Object
returns the BrokerNodeGroupInfo property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def broker_node_group_info properties['broker_node_group_info'] end |
#broker_node_group_info=(value) ⇒ Object
sets the BrokerNodeGroupInfo property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def broker_node_group_info=(value) update_property('broker_node_group_info', value) end |
#client_authentication ⇒ Object
returns the ClientAuthentication property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def client_authentication properties['client_authentication'] end |
#client_authentication=(value) ⇒ Object
sets the ClientAuthentication property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def client_authentication=(value) update_property('client_authentication', value) end |
#cluster_name ⇒ Object
returns the ClusterName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def cluster_name properties['cluster_name'] end |
#cluster_name=(value) ⇒ Object
sets the ClusterName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def cluster_name=(value) update_property('cluster_name', value) end |
#configuration_info ⇒ Object
returns the ConfigurationInfo property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def configuration_info properties['configuration_info'] end |
#configuration_info=(value) ⇒ Object
sets the ConfigurationInfo property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def configuration_info=(value) update_property('configuration_info', value) end |
#current_version ⇒ Object
returns the CurrentVersion property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def current_version properties['current_version'] end |
#current_version=(value) ⇒ Object
sets the CurrentVersion property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def current_version=(value) update_property('current_version', value) end |
#encryption_info ⇒ Object
returns the EncryptionInfo property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def encryption_info properties['encryption_info'] end |
#encryption_info=(value) ⇒ Object
sets the EncryptionInfo property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def encryption_info=(value) update_property('encryption_info', value) end |
#enhanced_monitoring ⇒ Object
returns the EnhancedMonitoring property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def enhanced_monitoring properties['enhanced_monitoring'] end |
#enhanced_monitoring=(value) ⇒ Object
sets the EnhancedMonitoring property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def enhanced_monitoring=(value) update_property('enhanced_monitoring', value) end |
#kafka_version ⇒ Object
returns the KafkaVersion property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def kafka_version properties['kafka_version'] end |
#kafka_version=(value) ⇒ Object
sets the KafkaVersion property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def kafka_version=(value) update_property('kafka_version', value) end |
#logging_info ⇒ Object
returns the LoggingInfo property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def logging_info properties['logging_info'] end |
#logging_info=(value) ⇒ Object
sets the LoggingInfo property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def logging_info=(value) update_property('logging_info', value) end |
#number_of_broker_nodes ⇒ Object
returns the NumberOfBrokerNodes property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def number_of_broker_nodes properties['number_of_broker_nodes'] end |
#number_of_broker_nodes=(value) ⇒ Object
sets the NumberOfBrokerNodes property (Integer)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def number_of_broker_nodes=(value) update_property('number_of_broker_nodes', value) end |
#open_monitoring ⇒ Object
returns the OpenMonitoring property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def open_monitoring properties['open_monitoring'] end |
#open_monitoring=(value) ⇒ Object
sets the OpenMonitoring property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def open_monitoring=(value) update_property('open_monitoring', value) end |
#tags ⇒ Object
returns the Tags property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Map)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def (value) update_property('tags', value) end |