RoverClusterCertificate¶
-
class
oci.rover.models.
RoverClusterCertificate
(**kwargs)¶ Bases:
object
The certificate response
Methods
__init__
(**kwargs)Initializes a new RoverClusterCertificate object with values from keyword arguments. Attributes
certificate
[Required] Gets the certificate of this RoverClusterCertificate. -
__init__
(**kwargs)¶ Initializes a new RoverClusterCertificate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: certificate (str) – The value to assign to the certificate property of this RoverClusterCertificate.
-
certificate
¶ [Required] Gets the certificate of this RoverClusterCertificate. The certificate that can be installed on a client to do TLS communication to the cluster
Returns: The certificate of this RoverClusterCertificate. Return type: str
-