Class: Google::Cloud::Compute::V1::SslCertificateManagedSslCertificate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Configuration and status of a managed SSL certificate.

Defined Under Namespace

Modules: Status Classes: DomainStatusEntry

Instance Attribute Summary collapse

Instance Attribute Details

#domain_status::Google::Protobuf::Map{::String => ::String}

Returns [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.



24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
24514
24515
24516
24517
24518
24519
24520
24521
24522
24523
24524
24525
24526
24527
24528
24529
24530
24531
24532
24533
24534
24535
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24500

class SslCertificateManagedSslCertificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class DomainStatusEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # [Output only] Status of the managed certificate resource.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # The certificate management is working, and a certificate has been provisioned.
    ACTIVE = 314733318

    MANAGED_CERTIFICATE_STATUS_UNSPECIFIED = 474800850

    # The certificate management is working. GCP will attempt to provision the first certificate.
    PROVISIONING = 290896621

    # Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.
    PROVISIONING_FAILED = 76813775

    # Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won't be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.
    PROVISIONING_FAILED_PERMANENTLY = 275036203

    # Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field.
    RENEWAL_FAILED = 434659076
  end
end

#domains::Array<::String>

Returns 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:



24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
24514
24515
24516
24517
24518
24519
24520
24521
24522
24523
24524
24525
24526
24527
24528
24529
24530
24531
24532
24533
24534
24535
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24500

class SslCertificateManagedSslCertificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class DomainStatusEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # [Output only] Status of the managed certificate resource.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # The certificate management is working, and a certificate has been provisioned.
    ACTIVE = 314733318

    MANAGED_CERTIFICATE_STATUS_UNSPECIFIED = 474800850

    # The certificate management is working. GCP will attempt to provision the first certificate.
    PROVISIONING = 290896621

    # Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.
    PROVISIONING_FAILED = 76813775

    # Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won't be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.
    PROVISIONING_FAILED_PERMANENTLY = 275036203

    # Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field.
    RENEWAL_FAILED = 434659076
  end
end

#status::String

Returns [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.



24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
24514
24515
24516
24517
24518
24519
24520
24521
24522
24523
24524
24525
24526
24527
24528
24529
24530
24531
24532
24533
24534
24535
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24500

class SslCertificateManagedSslCertificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class DomainStatusEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # [Output only] Status of the managed certificate resource.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # The certificate management is working, and a certificate has been provisioned.
    ACTIVE = 314733318

    MANAGED_CERTIFICATE_STATUS_UNSPECIFIED = 474800850

    # The certificate management is working. GCP will attempt to provision the first certificate.
    PROVISIONING = 290896621

    # Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.
    PROVISIONING_FAILED = 76813775

    # Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won't be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.
    PROVISIONING_FAILED_PERMANENTLY = 275036203

    # Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field.
    RENEWAL_FAILED = 434659076
  end
end