Class: Google::Apis::ComputeAlpha::SslCertificatesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SslCertificatesScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#ssl_certificates ⇒ Array<Google::Apis::ComputeAlpha::SslCertificate>
List of SslCertificates contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SslCertificatesScopedList
Returns a new instance of SslCertificatesScopedList
24098 24099 24100 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24098 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ssl_certificates ⇒ Array<Google::Apis::ComputeAlpha::SslCertificate>
List of SslCertificates contained in this scope.
Corresponds to the JSON property sslCertificates
24090 24091 24092 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24090 def ssl_certificates @ssl_certificates end |
#warning ⇒ Google::Apis::ComputeAlpha::SslCertificatesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
24096 24097 24098 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24096 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24103 24104 24105 24106 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24103 def update!(**args) @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates) @warning = args[:warning] if args.key?(:warning) end |