Class: Google::Apis::ComputeBeta::SslCertificatesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::SslCertificatesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#ssl_certificates ⇒ Array<Google::Apis::ComputeBeta::SslCertificate>
List of SslCertificates contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::SslCertificatesScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SslCertificatesScopedList
constructor
A new instance of SslCertificatesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SslCertificatesScopedList
Returns a new instance of SslCertificatesScopedList.
31047 31048 31049 |
# File 'generated/google/apis/compute_beta/classes.rb', line 31047 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ssl_certificates ⇒ Array<Google::Apis::ComputeBeta::SslCertificate>
List of SslCertificates contained in this scope.
Corresponds to the JSON property sslCertificates
31039 31040 31041 |
# File 'generated/google/apis/compute_beta/classes.rb', line 31039 def ssl_certificates @ssl_certificates end |
#warning ⇒ Google::Apis::ComputeBeta::SslCertificatesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
31045 31046 31047 |
# File 'generated/google/apis/compute_beta/classes.rb', line 31045 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31052 31053 31054 31055 |
# File 'generated/google/apis/compute_beta/classes.rb', line 31052 def update!(**args) @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates) @warning = args[:warning] if args.key?(:warning) end |