Class: Humidifier::Lightsail::LoadBalancerTlsCertificate
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Lightsail::LoadBalancerTlsCertificate resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#certificate_alternative_names ⇒ Object
returns the CertificateAlternativeNames property.
-
#certificate_alternative_names=(value) ⇒ Object
sets the CertificateAlternativeNames property (List).
-
#certificate_domain_name ⇒ Object
returns the CertificateDomainName property.
-
#certificate_domain_name=(value) ⇒ Object
sets the CertificateDomainName property (String).
-
#certificate_name ⇒ Object
returns the CertificateName property.
-
#certificate_name=(value) ⇒ Object
sets the CertificateName property (String).
-
#https_redirection_enabled ⇒ Object
returns the HttpsRedirectionEnabled property.
-
#https_redirection_enabled=(value) ⇒ Object
sets the HttpsRedirectionEnabled property (Boolean).
-
#is_attached ⇒ Object
returns the IsAttached property.
-
#is_attached=(value) ⇒ Object
sets the IsAttached property (Boolean).
-
#load_balancer_name ⇒ Object
returns the LoadBalancerName property.
-
#load_balancer_name=(value) ⇒ Object
sets the LoadBalancerName property (String).
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
#certificate_alternative_names ⇒ Object
returns the CertificateAlternativeNames property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def certificate_alternative_names properties['certificate_alternative_names'] end |
#certificate_alternative_names=(value) ⇒ Object
sets the CertificateAlternativeNames property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def certificate_alternative_names=(value) update_property('certificate_alternative_names', value) end |
#certificate_domain_name ⇒ Object
returns the CertificateDomainName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def certificate_domain_name properties['certificate_domain_name'] end |
#certificate_domain_name=(value) ⇒ Object
sets the CertificateDomainName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def certificate_domain_name=(value) update_property('certificate_domain_name', value) end |
#certificate_name ⇒ Object
returns the CertificateName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def certificate_name properties['certificate_name'] end |
#certificate_name=(value) ⇒ Object
sets the CertificateName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def certificate_name=(value) update_property('certificate_name', value) end |
#https_redirection_enabled ⇒ Object
returns the HttpsRedirectionEnabled property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def https_redirection_enabled properties['https_redirection_enabled'] end |
#https_redirection_enabled=(value) ⇒ Object
sets the HttpsRedirectionEnabled property (Boolean)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def https_redirection_enabled=(value) update_property('https_redirection_enabled', value) end |
#is_attached ⇒ Object
returns the IsAttached property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def is_attached properties['is_attached'] end |
#is_attached=(value) ⇒ Object
sets the IsAttached property (Boolean)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def is_attached=(value) update_property('is_attached', value) end |
#load_balancer_name ⇒ Object
returns the LoadBalancerName property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def load_balancer_name properties['load_balancer_name'] end |
#load_balancer_name=(value) ⇒ Object
sets the LoadBalancerName property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def load_balancer_name=(value) update_property('load_balancer_name', value) end |