Class: Humidifier::DataSync::LocationHDFS
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::DataSync::LocationHDFS resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#agent_arns ⇒ Object
returns the AgentArns property.
-
#agent_arns=(value) ⇒ Object
sets the AgentArns property (List).
-
#authentication_type ⇒ Object
returns the AuthenticationType property.
-
#authentication_type=(value) ⇒ Object
sets the AuthenticationType property (String).
-
#block_size ⇒ Object
returns the BlockSize property.
-
#block_size=(value) ⇒ Object
sets the BlockSize property (Integer).
-
#kerberos_keytab ⇒ Object
returns the KerberosKeytab property.
-
#kerberos_keytab=(value) ⇒ Object
sets the KerberosKeytab property (String).
-
#kerberos_krb5_conf ⇒ Object
returns the KerberosKrb5Conf property.
-
#kerberos_krb5_conf=(value) ⇒ Object
sets the KerberosKrb5Conf property (String).
-
#kerberos_principal ⇒ Object
returns the KerberosPrincipal property.
-
#kerberos_principal=(value) ⇒ Object
sets the KerberosPrincipal property (String).
-
#kms_key_provider_uri ⇒ Object
returns the KmsKeyProviderUri property.
-
#kms_key_provider_uri=(value) ⇒ Object
sets the KmsKeyProviderUri property (String).
-
#name_nodes ⇒ Object
returns the NameNodes property.
-
#name_nodes=(value) ⇒ Object
sets the NameNodes property (List).
-
#qop_configuration ⇒ Object
returns the QopConfiguration property.
-
#qop_configuration=(value) ⇒ Object
sets the QopConfiguration property (Structure).
-
#replication_factor ⇒ Object
returns the ReplicationFactor property.
-
#replication_factor=(value) ⇒ Object
sets the ReplicationFactor property (Integer).
-
#simple_user ⇒ Object
returns the SimpleUser property.
-
#simple_user=(value) ⇒ Object
sets the SimpleUser property (String).
-
#subdirectory ⇒ Object
returns the Subdirectory property.
-
#subdirectory=(value) ⇒ Object
sets the Subdirectory property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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
#agent_arns ⇒ Object
returns the AgentArns property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def agent_arns properties['agent_arns'] end |
#agent_arns=(value) ⇒ Object
sets the AgentArns property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def agent_arns=(value) update_property('agent_arns', value) end |
#authentication_type ⇒ Object
returns the AuthenticationType property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def authentication_type properties['authentication_type'] end |
#authentication_type=(value) ⇒ Object
sets the AuthenticationType property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def authentication_type=(value) update_property('authentication_type', value) end |
#block_size ⇒ Object
returns the BlockSize property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def block_size properties['block_size'] end |
#block_size=(value) ⇒ Object
sets the BlockSize property (Integer)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def block_size=(value) update_property('block_size', value) end |
#kerberos_keytab ⇒ Object
returns the KerberosKeytab property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def kerberos_keytab properties['kerberos_keytab'] end |
#kerberos_keytab=(value) ⇒ Object
sets the KerberosKeytab property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def kerberos_keytab=(value) update_property('kerberos_keytab', value) end |
#kerberos_krb5_conf ⇒ Object
returns the KerberosKrb5Conf property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def kerberos_krb5_conf properties['kerberos_krb5_conf'] end |
#kerberos_krb5_conf=(value) ⇒ Object
sets the KerberosKrb5Conf property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def kerberos_krb5_conf=(value) update_property('kerberos_krb5_conf', value) end |
#kerberos_principal ⇒ Object
returns the KerberosPrincipal property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def kerberos_principal properties['kerberos_principal'] end |
#kerberos_principal=(value) ⇒ Object
sets the KerberosPrincipal property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def kerberos_principal=(value) update_property('kerberos_principal', value) end |
#kms_key_provider_uri ⇒ Object
returns the KmsKeyProviderUri property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def kms_key_provider_uri properties['kms_key_provider_uri'] end |
#kms_key_provider_uri=(value) ⇒ Object
sets the KmsKeyProviderUri property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def kms_key_provider_uri=(value) update_property('kms_key_provider_uri', value) end |
#name_nodes ⇒ Object
returns the NameNodes property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def name_nodes properties['name_nodes'] end |
#name_nodes=(value) ⇒ Object
sets the NameNodes property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def name_nodes=(value) update_property('name_nodes', value) end |
#qop_configuration ⇒ Object
returns the QopConfiguration property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def qop_configuration properties['qop_configuration'] end |
#qop_configuration=(value) ⇒ Object
sets the QopConfiguration property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def qop_configuration=(value) update_property('qop_configuration', value) end |
#replication_factor ⇒ Object
returns the ReplicationFactor property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def replication_factor properties['replication_factor'] end |
#replication_factor=(value) ⇒ Object
sets the ReplicationFactor property (Integer)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def replication_factor=(value) update_property('replication_factor', value) end |
#simple_user ⇒ Object
returns the SimpleUser property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def simple_user properties['simple_user'] end |
#simple_user=(value) ⇒ Object
sets the SimpleUser property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def simple_user=(value) update_property('simple_user', value) end |
#subdirectory ⇒ Object
returns the Subdirectory property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def subdirectory properties['subdirectory'] end |
#subdirectory=(value) ⇒ Object
sets the Subdirectory property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def subdirectory=(value) update_property('subdirectory', value) end |
#tags ⇒ Object
returns the Tags property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def (value) update_property('tags', value) end |