ReplaceCertificateAuthorityResponse¶
-
class
oci.rover.models.
ReplaceCertificateAuthorityResponse
(**kwargs)¶ Bases:
object
Information about the replace CA Bundle of the rover node.
Methods
__init__
(**kwargs)Initializes a new ReplaceCertificateAuthorityResponse object with values from keyword arguments. Attributes
replace_ca_details
Gets the replace_ca_details of this ReplaceCertificateAuthorityResponse. rover_node_id
[Required] Gets the rover_node_id of this ReplaceCertificateAuthorityResponse. -
__init__
(**kwargs)¶ Initializes a new ReplaceCertificateAuthorityResponse 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 ReplaceCertificateAuthorityResponse.
- replace_ca_details (oci.rover.models.ReplaceCaDetails) – The value to assign to the replace_ca_details property of this ReplaceCertificateAuthorityResponse.
-
replace_ca_details
¶ Gets the replace_ca_details of this ReplaceCertificateAuthorityResponse.
Returns: The replace_ca_details of this ReplaceCertificateAuthorityResponse. Return type: oci.rover.models.ReplaceCaDetails
-
rover_node_id
¶ [Required] Gets the rover_node_id of this ReplaceCertificateAuthorityResponse. rover node ocid
Returns: The rover_node_id of this ReplaceCertificateAuthorityResponse. Return type: str
-