OlvmCertificate¶
-
class
oci.cloud_migrations.models.OlvmCertificate(**kwargs)¶ Bases:
objectThe TLS certificate in case of a TLS connection.
Methods
__init__(**kwargs)Initializes a new OlvmCertificate object with values from keyword arguments. Attributes
certificate_descriptionGets the certificate_description of this OlvmCertificate. commentGets the comment of this OlvmCertificate. contentGets the content of this OlvmCertificate. idGets the id of this OlvmCertificate. nameGets the name of this OlvmCertificate. organizationGets the organization of this OlvmCertificate. subjectGets the subject of this OlvmCertificate. -
__init__(**kwargs)¶ Initializes a new OlvmCertificate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - comment (str) – The value to assign to the comment property of this OlvmCertificate.
- content (str) – The value to assign to the content property of this OlvmCertificate.
- certificate_description (str) – The value to assign to the certificate_description property of this OlvmCertificate.
- id (str) – The value to assign to the id property of this OlvmCertificate.
- name (str) – The value to assign to the name property of this OlvmCertificate.
- organization (str) – The value to assign to the organization property of this OlvmCertificate.
- subject (str) – The value to assign to the subject property of this OlvmCertificate.
-
certificate_description¶ Gets the certificate_description of this OlvmCertificate. A human-readable description in plain text.
Returns: The certificate_description of this OlvmCertificate. Return type: str
-
comment¶ Gets the comment of this OlvmCertificate. Free text containing comments about this object.
Returns: The comment of this OlvmCertificate. Return type: str
-
content¶ Gets the content of this OlvmCertificate. Content of the certificate.
Returns: The content of this OlvmCertificate. Return type: str
-
id¶ Gets the id of this OlvmCertificate. A unique identifier.
Returns: The id of this OlvmCertificate. Return type: str
-
name¶ Gets the name of this OlvmCertificate. A human-readable name in plain text.
Returns: The name of this OlvmCertificate. Return type: str
-
organization¶ Gets the organization of this OlvmCertificate. Organization of the certificate
Returns: The organization of this OlvmCertificate. Return type: str
-
subject¶ Gets the subject of this OlvmCertificate. Subject of the certificate
Returns: The subject of this OlvmCertificate. Return type: str
-