Class: Google::Apis::ComputeAlpha::SslCertificatesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SslCertificatesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ SslCertificatesScopedList
Returns a new instance of SslCertificatesScopedList.
44090 44091 44092 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44090 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
44082 44083 44084 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44082 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
44088 44089 44090 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44088 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44095 44096 44097 44098 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44095 def update!(**args) @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates) @warning = args[:warning] if args.key?(:warning) end |