RoverNodeActionSetKeyDetails¶
-
class
oci.rover.models.
RoverNodeActionSetKeyDetails
(**kwargs)¶ Bases:
object
The information required to update a rover node’s set key details.
Methods
__init__
(**kwargs)Initializes a new RoverNodeActionSetKeyDetails object with values from keyword arguments. Attributes
public_key
Gets the public_key of this RoverNodeActionSetKeyDetails. -
__init__
(**kwargs)¶ Initializes a new RoverNodeActionSetKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: public_key (str) – The value to assign to the public_key property of this RoverNodeActionSetKeyDetails.
-
public_key
¶ Gets the public_key of this RoverNodeActionSetKeyDetails. The public key of the resource principal
Returns: The public_key of this RoverNodeActionSetKeyDetails. Return type: str
-