GenerateCertificateResponse¶
- 
class oci.rover.models.GenerateCertificateResponse(**kwargs)¶
- Bases: - object- The information of rover node certificate generated by Oracle Cloud Infrastructure certificate service. - Methods - __init__(**kwargs)- Initializes a new GenerateCertificateResponse object with values from keyword arguments. - Attributes - certificate_details- Gets the certificate_details of this GenerateCertificateResponse. - rover_node_id- [Required] Gets the rover_node_id of this GenerateCertificateResponse. - 
__init__(**kwargs)¶
- Initializes a new GenerateCertificateResponse 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 GenerateCertificateResponse.
- certificate_details (oci.rover.models.CertificateDetails) – The value to assign to the certificate_details property of this GenerateCertificateResponse.
 
 - 
certificate_details¶
- Gets the certificate_details of this GenerateCertificateResponse. - Returns: - The certificate_details of this GenerateCertificateResponse. - Return type: - oci.rover.models.CertificateDetails 
 - 
rover_node_id¶
- [Required] Gets the rover_node_id of this GenerateCertificateResponse. The id of the rover node. - Returns: - The rover_node_id of this GenerateCertificateResponse. - Return type: - str 
 
-