class Google::Apis::ComputeV1::SslCertificatesScopedList

Attributes

ssl_certificates[RW]

List of SslCertificates contained in this scope. Corresponds to the JSON property `sslCertificates` @return [Array<Google::Apis::ComputeV1::SslCertificate>]

warning[RW]

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::SslCertificatesScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 34184
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 34189
def update!(**args)
  @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
  @warning = args[:warning] if args.key?(:warning)
end