Class Google::Cloud::Compute::V1::SslCertificateManagedSslCertificate (v0.5.0)

Configuration and status of a managed SSL certificate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domain_status

def domain_status() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — [Output only] Detailed statuses of the domains specified for managed certificate resource.

#domain_status=

def domain_status=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — [Output only] Detailed statuses of the domains specified for managed certificate resource.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — [Output only] Detailed statuses of the domains specified for managed certificate resource.

#domains

def domains() -> ::Array<::String>
Returns

#domains=

def domains=(value) -> ::Array<::String>
Parameter
Returns

#status

def status() -> ::String
Returns
  • (::String) — [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.

#status=

def status=(value) -> ::String
Parameter
  • value (::String) — [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
Returns
  • (::String) — [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.