CertificateServiceInfoSummary¶
-
class
oci.bds.models.
CertificateServiceInfoSummary
(**kwargs)¶ Bases:
object
List of TLS/SSL information of services
Attributes
SERVICE_AMS
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_CERTIFICATE_STATUS_DISABLED
A constant which can be used with the service_certificate_status property of a CertificateServiceInfoSummary. SERVICE_CERTIFICATE_STATUS_ENABLED
A constant which can be used with the service_certificate_status property of a CertificateServiceInfoSummary. SERVICE_FLINK
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_HBASE
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_HDFS
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_HIVE
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_KAFKA
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_MAPREDUCE
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_OOZIE
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_REGISTRY
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_SPARK
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_YARN
A constant which can be used with the service property of a CertificateServiceInfoSummary. SERVICE_ZOOKEEPER
A constant which can be used with the service property of a CertificateServiceInfoSummary. host_specific_certificate_details
[Required] Gets the host_specific_certificate_details of this CertificateServiceInfoSummary. service
[Required] Gets the service of this CertificateServiceInfoSummary. service_certificate_status
[Required] Gets the service_certificate_status of this CertificateServiceInfoSummary. Methods
__init__
(**kwargs)Initializes a new CertificateServiceInfoSummary object with values from keyword arguments. -
SERVICE_AMS
= 'AMS'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “AMS”
-
SERVICE_CERTIFICATE_STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the service_certificate_status property of a CertificateServiceInfoSummary. This constant has a value of “DISABLED”
-
SERVICE_CERTIFICATE_STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the service_certificate_status property of a CertificateServiceInfoSummary. This constant has a value of “ENABLED”
-
SERVICE_FLINK
= 'FLINK'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “FLINK”
-
SERVICE_HBASE
= 'HBASE'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “HBASE”
-
SERVICE_HDFS
= 'HDFS'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “HDFS”
-
SERVICE_HIVE
= 'HIVE'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “HIVE”
-
SERVICE_KAFKA
= 'KAFKA'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “KAFKA”
-
SERVICE_MAPREDUCE
= 'MAPREDUCE'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “MAPREDUCE”
-
SERVICE_OOZIE
= 'OOZIE'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “OOZIE”
-
SERVICE_REGISTRY
= 'REGISTRY'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “REGISTRY”
-
SERVICE_SPARK
= 'SPARK'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “SPARK”
-
SERVICE_YARN
= 'YARN'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “YARN”
-
SERVICE_ZOOKEEPER
= 'ZOOKEEPER'¶ A constant which can be used with the service property of a CertificateServiceInfoSummary. This constant has a value of “ZOOKEEPER”
-
__init__
(**kwargs)¶ Initializes a new CertificateServiceInfoSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service (str) – The value to assign to the service property of this CertificateServiceInfoSummary. Allowed values for this property are: “ZOOKEEPER”, “AMS”, “HDFS”, “YARN”, “MAPREDUCE”, “OOZIE”, “HBASE”, “SPARK”, “HIVE”, “KAFKA”, “FLINK”, “REGISTRY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- service_certificate_status (str) – The value to assign to the service_certificate_status property of this CertificateServiceInfoSummary. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- host_specific_certificate_details (list[oci.bds.models.HostSpecificCertificateDetails]) – The value to assign to the host_specific_certificate_details property of this CertificateServiceInfoSummary.
-
host_specific_certificate_details
¶ [Required] Gets the host_specific_certificate_details of this CertificateServiceInfoSummary. List of Host specific certificate details
Returns: The host_specific_certificate_details of this CertificateServiceInfoSummary. Return type: list[oci.bds.models.HostSpecificCertificateDetails]
-
service
¶ [Required] Gets the service of this CertificateServiceInfoSummary. Name of the service
Allowed values for this property are: “ZOOKEEPER”, “AMS”, “HDFS”, “YARN”, “MAPREDUCE”, “OOZIE”, “HBASE”, “SPARK”, “HIVE”, “KAFKA”, “FLINK”, “REGISTRY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The service of this CertificateServiceInfoSummary. Return type: str
-
service_certificate_status
¶ [Required] Gets the service_certificate_status of this CertificateServiceInfoSummary. Whether certificate is enabled or disabled
Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The service_certificate_status of this CertificateServiceInfoSummary. Return type: str
-