File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/apm_synthetics/models/client_certificate.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class ClientCertificate(object): """ Client certificate in PEM format. """ def __init__(self, **kwargs): """ Initializes a new ClientCertificate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param file_name: The value to assign to the file_name property of this ClientCertificate. :type file_name: str :param content: The value to assign to the content property of this ClientCertificate. :type content: str """ self.swagger_types = { 'file_name': 'str', 'content': 'str' } self.attribute_map = { 'file_name': 'fileName', 'content': 'content' } self._file_name = None self._content = None @property def file_name(self): """ **[Required]** Gets the file_name of this ClientCertificate. Name of the certificate file. The name should not contain any confidential information. :return: The file_name of this ClientCertificate. :rtype: str """ return self._file_name @file_name.setter def file_name(self, file_name): """ Sets the file_name of this ClientCertificate. Name of the certificate file. The name should not contain any confidential information. :param file_name: The file_name of this ClientCertificate. :type: str """ self._file_name = file_name @property def content(self): """ **[Required]** Gets the content of this ClientCertificate. Content of the client certificate file. :return: The content of this ClientCertificate. :rtype: str """ return self._content @content.setter def content(self, content): """ Sets the content of this ClientCertificate. Content of the client certificate file. :param content: The content of this ClientCertificate. :type: str """ self._content = content def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings