InstanceSummary¶
-
class
oci.fleet_apps_management.models.
InstanceSummary
(**kwargs)¶ Bases:
object
InstanceSummary contains info regarding deployed instances.
Methods
__init__
(**kwargs)Initializes a new InstanceSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this InstanceSummary. id
[Required] Gets the id of this InstanceSummary. state
[Required] Gets the state of this InstanceSummary. -
__init__
(**kwargs)¶ Initializes a new InstanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this InstanceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this InstanceSummary.
- state (str) – The value to assign to the state property of this InstanceSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this InstanceSummary. The OCID of the compartment in which instance is deployed.
Returns: The compartment_id of this InstanceSummary. Return type: str
-
id
¶ [Required] Gets the id of this InstanceSummary. The OCID of the instance.
Returns: The id of this InstanceSummary. Return type: str
-
state
¶ [Required] Gets the state of this InstanceSummary. Instance lifecycle state
Returns: The state of this InstanceSummary. Return type: str
-