CaBundleResponse

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

Bases: object

Information about the CA Bundle of the rover node.

Methods

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

Attributes

ca_details Gets the ca_details of this CaBundleResponse.
rover_node_id [Required] Gets the rover_node_id of this CaBundleResponse.
__init__(**kwargs)

Initializes a new CaBundleResponse 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 CaBundleResponse.
  • ca_details (oci.rover.models.CaDetails) – The value to assign to the ca_details property of this CaBundleResponse.
ca_details

Gets the ca_details of this CaBundleResponse.

Returns:The ca_details of this CaBundleResponse.
Return type:oci.rover.models.CaDetails
rover_node_id

[Required] Gets the rover_node_id of this CaBundleResponse. rover node ocid

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