TerminationProceedInstancePoolInstanceDetails¶
-
class
oci.core.models.TerminationProceedInstancePoolInstanceDetails(**kwargs)¶ Bases:
objectAn instance to be marked for termination in an instance pool.
Methods
__init__(**kwargs)Initializes a new TerminationProceedInstancePoolInstanceDetails object with values from keyword arguments. Attributes
instance_id[Required] Gets the instance_id of this TerminationProceedInstancePoolInstanceDetails. -
__init__(**kwargs)¶ Initializes a new TerminationProceedInstancePoolInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: instance_id (str) – The value to assign to the instance_id property of this TerminationProceedInstancePoolInstanceDetails.
-