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()
andexisting()
.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.
- resource_key: ty.Optional[str] = 'certificate'¶
Singular form of key for resource.
- resources_key: ty.Optional[str] = 'certificates'¶
Plural form of key for resource.
- base_path: str = '/elb/certificates'¶
The base part of the URI for this resource.
- allow_create = True¶
Allow create operation for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- allow_commit = True¶
Allow update operation for this resource.
- allow_delete = True¶
Allow delete operation for this resource.
- allow_list = True¶
Allow list operation for this resource.
- 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.