Class: Google::Apis::ComputeV1::SslCertificatesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/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.



28331
28332
28333
# File 'generated/google/apis/compute_v1/classes.rb', line 28331

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

Instance Attribute Details

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

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



28323
28324
28325
# File 'generated/google/apis/compute_v1/classes.rb', line 28323

def ssl_certificates
  @ssl_certificates
end

#warningGoogle::Apis::ComputeV1::SslCertificatesScopedList::Warning

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



28329
28330
28331
# File 'generated/google/apis/compute_v1/classes.rb', line 28329

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28336
28337
28338
28339
# File 'generated/google/apis/compute_v1/classes.rb', line 28336

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