LeafCertificateResponse¶
-
class
oci.rover.models.
LeafCertificateResponse
(**kwargs)¶ Bases:
object
The information for a left certificate for a rover node
Methods
__init__
(**kwargs)Initializes a new LeafCertificateResponse object with values from keyword arguments. Attributes
leaf_certificate_details
Gets the leaf_certificate_details of this LeafCertificateResponse. rover_node_id
[Required] Gets the rover_node_id of this LeafCertificateResponse. -
__init__
(**kwargs)¶ Initializes a new LeafCertificateResponse 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 LeafCertificateResponse.
- leaf_certificate_details (oci.rover.models.LeafCertificateDetails) – The value to assign to the leaf_certificate_details property of this LeafCertificateResponse.
-
leaf_certificate_details
¶ Gets the leaf_certificate_details of this LeafCertificateResponse.
Returns: The leaf_certificate_details of this LeafCertificateResponse. Return type: oci.rover.models.LeafCertificateDetails
-
rover_node_id
¶ [Required] Gets the rover_node_id of this LeafCertificateResponse. The id of the rover node.
Returns: The rover_node_id of this LeafCertificateResponse. Return type: str
-