AttachInstancePoolInstanceDetails

class oci.core.models.AttachInstancePoolInstanceDetails(**kwargs)

Bases: object

An instance that is to be attached to an instance pool.

Methods

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

Attributes

instance_id [Required] Gets the instance_id of this AttachInstancePoolInstanceDetails.
__init__(**kwargs)

Initializes a new AttachInstancePoolInstanceDetails 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 AttachInstancePoolInstanceDetails.
instance_id

[Required] Gets the instance_id of this AttachInstancePoolInstanceDetails. The OCID of the instance.

Returns:The instance_id of this AttachInstancePoolInstanceDetails.
Return type:str