otcextensions.sdk.vlb.v3.certificate

The Certificate Class

The Certificate class inherits from Resource.

class otcextensions.sdk.vlb.v3.certificate.Certificate(_synchronized=False, connection=None, **attrs)

The base resource

Parameters
  • _synchronized (bool) – This is not intended to be used directly. See new() and existing().

  • connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of self._connection in Resource code should protect itself with a check for None.

certificate

Specifies the private key of the certificate.

created_at

Specifies the time when the certificate was created.

description

Provides supplementary information about the certificate.

domain

Specifies the domain names used by the server certificate.

enterprise_project_id

Specifies the enterprise project ID.

expire_time

Specifies the time when the certificate expires.

is_admin_state_up

Specifies the administrative status of the certificate.

private_key

Specifies the private key of the server certificate.

project_id

Specifies the ID of the project where the certificate is used.

type

Specifies the certificate type.

updated_at

Specifies the time when the certificate was updated.