Class: Google::Apis::ComputeAlpha::SslCertificatesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SslCertificatesScopedList

Returns a new instance of SslCertificatesScopedList



25034
25035
25036
# File 'generated/google/apis/compute_alpha/classes.rb', line 25034

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

Instance Attribute Details

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

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



25026
25027
25028
# File 'generated/google/apis/compute_alpha/classes.rb', line 25026

def ssl_certificates
  @ssl_certificates
end

#warningGoogle::Apis::ComputeAlpha::SslCertificatesScopedList::Warning

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



25032
25033
25034
# File 'generated/google/apis/compute_alpha/classes.rb', line 25032

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25039
25040
25041
25042
# File 'generated/google/apis/compute_alpha/classes.rb', line 25039

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