Class: Google::Apis::ComputeBeta::SslCertificatesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SslCertificatesScopedList

Returns a new instance of SslCertificatesScopedList.



42182
42183
42184
# File 'lib/google/apis/compute_beta/classes.rb', line 42182

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ssl_certificatesArray<Google::Apis::ComputeBeta::SslCertificate>

List of SslCertificates contained in this scope. Corresponds to the JSON property sslCertificates



42174
42175
42176
# File 'lib/google/apis/compute_beta/classes.rb', line 42174

def ssl_certificates
  @ssl_certificates
end

#warningGoogle::Apis::ComputeBeta::SslCertificatesScopedList::Warning

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property warning



42180
42181
42182
# File 'lib/google/apis/compute_beta/classes.rb', line 42180

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42187
42188
42189
42190
# File 'lib/google/apis/compute_beta/classes.rb', line 42187

def update!(**args)
  @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
  @warning = args[:warning] if args.key?(:warning)
end