RoverNodeSetKey¶
-
class
oci.rover.models.
RoverNodeSetKey
(**kwargs)¶ Bases:
object
Information about the success of setting a rover node’s resource principal public key.
Methods
__init__
(**kwargs)Initializes a new RoverNodeSetKey object with values from keyword arguments. Attributes
is_successful
[Required] Gets the is_successful of this RoverNodeSetKey. -
__init__
(**kwargs)¶ Initializes a new RoverNodeSetKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_successful (bool) – The value to assign to the is_successful property of this RoverNodeSetKey.
-
is_successful
¶ [Required] Gets the is_successful of this RoverNodeSetKey. Whether the node’s resource principal public key was set correctly
Returns: The is_successful of this RoverNodeSetKey. Return type: bool
-