RoverNodeRenewCertificateDetails¶
-
class
oci.rover.models.
RoverNodeRenewCertificateDetails
(**kwargs)¶ Bases:
object
The information required to renew a certificate for a roverNode.
Methods
__init__
(**kwargs)Initializes a new RoverNodeRenewCertificateDetails object with values from keyword arguments. Attributes
csr
[Required] Gets the csr of this RoverNodeRenewCertificateDetails. time_cert_validity_end
[Required] Gets the time_cert_validity_end of this RoverNodeRenewCertificateDetails. -
__init__
(**kwargs)¶ Initializes a new RoverNodeRenewCertificateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - csr (str) – The value to assign to the csr property of this RoverNodeRenewCertificateDetails.
- time_cert_validity_end (datetime) – The value to assign to the time_cert_validity_end property of this RoverNodeRenewCertificateDetails.
-
csr
¶ [Required] Gets the csr of this RoverNodeRenewCertificateDetails. The certificate signing request (in PEM format), max size 10240.
Returns: The csr of this RoverNodeRenewCertificateDetails. Return type: str
-
time_cert_validity_end
¶ [Required] Gets the time_cert_validity_end of this RoverNodeRenewCertificateDetails. Time when the renewed certificate’s validity will end.
Returns: The time_cert_validity_end of this RoverNodeRenewCertificateDetails. Return type: datetime
-