Class: Google::Apis::ComputeV1::SslCertificatesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::SslCertificatesScopedList
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#ssl_certificates ⇒ Array<Google::Apis::ComputeV1::SslCertificate>
List of SslCertificates contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::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.
25201 25202 25203 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25201 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ssl_certificates ⇒ Array<Google::Apis::ComputeV1::SslCertificate>
List of SslCertificates contained in this scope.
Corresponds to the JSON property sslCertificates
25193 25194 25195 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25193 def ssl_certificates @ssl_certificates end |
#warning ⇒ Google::Apis::ComputeV1::SslCertificatesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
25199 25200 25201 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25199 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25206 25207 25208 25209 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25206 def update!(**args) @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates) @warning = args[:warning] if args.key?(:warning) end |