RenewCertificateResponse

class oci.rover.models.RenewCertificateResponse(**kwargs)

Bases: object

The information of renewed rover node certificate.

Methods

__init__(**kwargs) Initializes a new RenewCertificateResponse object with values from keyword arguments.

Attributes

certificate_details Gets the certificate_details of this RenewCertificateResponse.
rover_node_id [Required] Gets the rover_node_id of this RenewCertificateResponse.
__init__(**kwargs)

Initializes a new RenewCertificateResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • rover_node_id (str) – The value to assign to the rover_node_id property of this RenewCertificateResponse.
  • certificate_details (oci.rover.models.CertificateDetails) – The value to assign to the certificate_details property of this RenewCertificateResponse.
certificate_details

Gets the certificate_details of this RenewCertificateResponse.

Returns:The certificate_details of this RenewCertificateResponse.
Return type:oci.rover.models.CertificateDetails
rover_node_id

[Required] Gets the rover_node_id of this RenewCertificateResponse. The id of the rover node.

Returns:The rover_node_id of this RenewCertificateResponse.
Return type:str