Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SslCertificateManagedSslCertificate.
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
- (::Array<::String>) — The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.
#domains=
def domains=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.
Returns
- (::Array<::String>) — The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.
#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.