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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SslCertificatesScopedList

Returns a new instance of SslCertificatesScopedList.



39692
39693
39694
# File 'lib/google/apis/compute_alpha/classes.rb', line 39692

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



39684
39685
39686
# File 'lib/google/apis/compute_alpha/classes.rb', line 39684

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



39690
39691
39692
# File 'lib/google/apis/compute_alpha/classes.rb', line 39690

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39697
39698
39699
39700
# File 'lib/google/apis/compute_alpha/classes.rb', line 39697

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