RoverNodeCertificate¶
- 
class oci.rover.models.RoverNodeCertificate(**kwargs)¶
- Bases: - object- The certificate response - Methods - __init__(**kwargs)- Initializes a new RoverNodeCertificate object with values from keyword arguments. - Attributes - certificate- [Required] Gets the certificate of this RoverNodeCertificate. - 
__init__(**kwargs)¶
- Initializes a new RoverNodeCertificate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - certificate (str) – The value to assign to the certificate property of this RoverNodeCertificate. 
 - 
certificate¶
- [Required] Gets the certificate of this RoverNodeCertificate. The certificate that can be installed on a client to do TLS communication to the node - Returns: - The certificate of this RoverNodeCertificate. - Return type: - str 
 
-