ManagedInstanceSummary

class oci.os_management_hub.models.ManagedInstanceSummary(**kwargs)

Bases: object

Provides summary information for a managed instance.

Attributes

ARCHITECTURE_AARCH64 A constant which can be used with the architecture property of a ManagedInstanceSummary.
ARCHITECTURE_I686 A constant which can be used with the architecture property of a ManagedInstanceSummary.
ARCHITECTURE_NOARCH A constant which can be used with the architecture property of a ManagedInstanceSummary.
ARCHITECTURE_SRC A constant which can be used with the architecture property of a ManagedInstanceSummary.
ARCHITECTURE_X86_64 A constant which can be used with the architecture property of a ManagedInstanceSummary.
LOCATION_AZURE A constant which can be used with the location property of a ManagedInstanceSummary.
LOCATION_EC2 A constant which can be used with the location property of a ManagedInstanceSummary.
LOCATION_GCP A constant which can be used with the location property of a ManagedInstanceSummary.
LOCATION_OCI_COMPUTE A constant which can be used with the location property of a ManagedInstanceSummary.
LOCATION_ON_PREMISE A constant which can be used with the location property of a ManagedInstanceSummary.
OS_FAMILY_ALL A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_ORACLE_LINUX_6 A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_ORACLE_LINUX_7 A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_ORACLE_LINUX_8 A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_ORACLE_LINUX_9 A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_WINDOWS_SERVER_2016 A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_WINDOWS_SERVER_2019 A constant which can be used with the os_family property of a ManagedInstanceSummary.
OS_FAMILY_WINDOWS_SERVER_2022 A constant which can be used with the os_family property of a ManagedInstanceSummary.
STATUS_DELETING A constant which can be used with the status property of a ManagedInstanceSummary.
STATUS_ERROR A constant which can be used with the status property of a ManagedInstanceSummary.
STATUS_NORMAL A constant which can be used with the status property of a ManagedInstanceSummary.
STATUS_ONBOARDING A constant which can be used with the status property of a ManagedInstanceSummary.
STATUS_REGISTRATION_ERROR A constant which can be used with the status property of a ManagedInstanceSummary.
STATUS_UNREACHABLE A constant which can be used with the status property of a ManagedInstanceSummary.
STATUS_WARNING A constant which can be used with the status property of a ManagedInstanceSummary.
architecture Gets the architecture of this ManagedInstanceSummary.
autonomous_settings Gets the autonomous_settings of this ManagedInstanceSummary.
compartment_id [Required] Gets the compartment_id of this ManagedInstanceSummary.
description Gets the description of this ManagedInstanceSummary.
display_name [Required] Gets the display_name of this ManagedInstanceSummary.
id [Required] Gets the id of this ManagedInstanceSummary.
is_managed_by_autonomous_linux Gets the is_managed_by_autonomous_linux of this ManagedInstanceSummary.
is_management_station Gets the is_management_station of this ManagedInstanceSummary.
is_reboot_required Gets the is_reboot_required of this ManagedInstanceSummary.
lifecycle_environment Gets the lifecycle_environment of this ManagedInstanceSummary.
lifecycle_stage Gets the lifecycle_stage of this ManagedInstanceSummary.
location Gets the location of this ManagedInstanceSummary.
managed_instance_group Gets the managed_instance_group of this ManagedInstanceSummary.
notification_topic_id Gets the notification_topic_id of this ManagedInstanceSummary.
os_family Gets the os_family of this ManagedInstanceSummary.
status [Required] Gets the status of this ManagedInstanceSummary.
tenancy_id [Required] Gets the tenancy_id of this ManagedInstanceSummary.
updates_available Gets the updates_available of this ManagedInstanceSummary.

Methods

__init__(**kwargs) Initializes a new ManagedInstanceSummary object with values from keyword arguments.
ARCHITECTURE_AARCH64 = 'AARCH64'

A constant which can be used with the architecture property of a ManagedInstanceSummary. This constant has a value of “AARCH64”

ARCHITECTURE_I686 = 'I686'

A constant which can be used with the architecture property of a ManagedInstanceSummary. This constant has a value of “I686”

ARCHITECTURE_NOARCH = 'NOARCH'

A constant which can be used with the architecture property of a ManagedInstanceSummary. This constant has a value of “NOARCH”

ARCHITECTURE_SRC = 'SRC'

A constant which can be used with the architecture property of a ManagedInstanceSummary. This constant has a value of “SRC”

ARCHITECTURE_X86_64 = 'X86_64'

A constant which can be used with the architecture property of a ManagedInstanceSummary. This constant has a value of “X86_64”

LOCATION_AZURE = 'AZURE'

A constant which can be used with the location property of a ManagedInstanceSummary. This constant has a value of “AZURE”

LOCATION_EC2 = 'EC2'

A constant which can be used with the location property of a ManagedInstanceSummary. This constant has a value of “EC2”

LOCATION_GCP = 'GCP'

A constant which can be used with the location property of a ManagedInstanceSummary. This constant has a value of “GCP”

LOCATION_OCI_COMPUTE = 'OCI_COMPUTE'

A constant which can be used with the location property of a ManagedInstanceSummary. This constant has a value of “OCI_COMPUTE”

LOCATION_ON_PREMISE = 'ON_PREMISE'

A constant which can be used with the location property of a ManagedInstanceSummary. This constant has a value of “ON_PREMISE”

OS_FAMILY_ALL = 'ALL'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “ALL”

OS_FAMILY_ORACLE_LINUX_6 = 'ORACLE_LINUX_6'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “ORACLE_LINUX_6”

OS_FAMILY_ORACLE_LINUX_7 = 'ORACLE_LINUX_7'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “ORACLE_LINUX_7”

OS_FAMILY_ORACLE_LINUX_8 = 'ORACLE_LINUX_8'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “ORACLE_LINUX_8”

OS_FAMILY_ORACLE_LINUX_9 = 'ORACLE_LINUX_9'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “ORACLE_LINUX_9”

OS_FAMILY_WINDOWS_SERVER_2016 = 'WINDOWS_SERVER_2016'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “WINDOWS_SERVER_2016”

OS_FAMILY_WINDOWS_SERVER_2019 = 'WINDOWS_SERVER_2019'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “WINDOWS_SERVER_2019”

OS_FAMILY_WINDOWS_SERVER_2022 = 'WINDOWS_SERVER_2022'

A constant which can be used with the os_family property of a ManagedInstanceSummary. This constant has a value of “WINDOWS_SERVER_2022”

STATUS_DELETING = 'DELETING'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “DELETING”

STATUS_ERROR = 'ERROR'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “ERROR”

STATUS_NORMAL = 'NORMAL'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “NORMAL”

STATUS_ONBOARDING = 'ONBOARDING'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “ONBOARDING”

STATUS_REGISTRATION_ERROR = 'REGISTRATION_ERROR'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “REGISTRATION_ERROR”

STATUS_UNREACHABLE = 'UNREACHABLE'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “UNREACHABLE”

STATUS_WARNING = 'WARNING'

A constant which can be used with the status property of a ManagedInstanceSummary. This constant has a value of “WARNING”

__init__(**kwargs)

Initializes a new ManagedInstanceSummary 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 ManagedInstanceSummary.
  • display_name (str) – The value to assign to the display_name property of this ManagedInstanceSummary.
  • description (str) – The value to assign to the description property of this ManagedInstanceSummary.
  • tenancy_id (str) – The value to assign to the tenancy_id property of this ManagedInstanceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ManagedInstanceSummary.
  • location (str) – The value to assign to the location property of this ManagedInstanceSummary. Allowed values for this property are: “ON_PREMISE”, “OCI_COMPUTE”, “AZURE”, “EC2”, “GCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • architecture (str) – The value to assign to the architecture property of this ManagedInstanceSummary. Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • os_family (str) – The value to assign to the os_family property of this ManagedInstanceSummary. Allowed values for this property are: “ORACLE_LINUX_9”, “ORACLE_LINUX_8”, “ORACLE_LINUX_7”, “ORACLE_LINUX_6”, “WINDOWS_SERVER_2016”, “WINDOWS_SERVER_2019”, “WINDOWS_SERVER_2022”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status (str) – The value to assign to the status property of this ManagedInstanceSummary. Allowed values for this property are: “NORMAL”, “UNREACHABLE”, “ERROR”, “WARNING”, “REGISTRATION_ERROR”, “DELETING”, “ONBOARDING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • managed_instance_group (oci.os_management_hub.models.Id) – The value to assign to the managed_instance_group property of this ManagedInstanceSummary.
  • lifecycle_environment (oci.os_management_hub.models.Id) – The value to assign to the lifecycle_environment property of this ManagedInstanceSummary.
  • lifecycle_stage (oci.os_management_hub.models.Id) – The value to assign to the lifecycle_stage property of this ManagedInstanceSummary.
  • is_reboot_required (bool) – The value to assign to the is_reboot_required property of this ManagedInstanceSummary.
  • updates_available (int) – The value to assign to the updates_available property of this ManagedInstanceSummary.
  • is_management_station (bool) – The value to assign to the is_management_station property of this ManagedInstanceSummary.
  • notification_topic_id (str) – The value to assign to the notification_topic_id property of this ManagedInstanceSummary.
  • autonomous_settings (oci.os_management_hub.models.AutonomousSettings) – The value to assign to the autonomous_settings property of this ManagedInstanceSummary.
  • is_managed_by_autonomous_linux (bool) – The value to assign to the is_managed_by_autonomous_linux property of this ManagedInstanceSummary.
architecture

Gets the architecture of this ManagedInstanceSummary. The CPU architecture type of the managed instance.

Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The architecture of this ManagedInstanceSummary.
Return type:str
autonomous_settings

Gets the autonomous_settings of this ManagedInstanceSummary.

Returns:The autonomous_settings of this ManagedInstanceSummary.
Return type:oci.os_management_hub.models.AutonomousSettings
compartment_id

[Required] Gets the compartment_id of this ManagedInstanceSummary. The OCID of the compartment that contains the managed instance.

Returns:The compartment_id of this ManagedInstanceSummary.
Return type:str
description

Gets the description of this ManagedInstanceSummary. User-specified description of the managed instance.

Returns:The description of this ManagedInstanceSummary.
Return type:str
display_name

[Required] Gets the display_name of this ManagedInstanceSummary. User-friendly name for the managed instance.

Returns:The display_name of this ManagedInstanceSummary.
Return type:str
id

[Required] Gets the id of this ManagedInstanceSummary. The OCID of the managed instance.

Returns:The id of this ManagedInstanceSummary.
Return type:str
is_managed_by_autonomous_linux

Gets the is_managed_by_autonomous_linux of this ManagedInstanceSummary. Indicates whether Autonomous Linux manages this instance.

Returns:The is_managed_by_autonomous_linux of this ManagedInstanceSummary.
Return type:bool
is_management_station

Gets the is_management_station of this ManagedInstanceSummary. Whether this managed instance is acting as an on-premises management station.

Returns:The is_management_station of this ManagedInstanceSummary.
Return type:bool
is_reboot_required

Gets the is_reboot_required of this ManagedInstanceSummary. Indicates whether a reboot is required to complete installation of updates.

Returns:The is_reboot_required of this ManagedInstanceSummary.
Return type:bool
lifecycle_environment

Gets the lifecycle_environment of this ManagedInstanceSummary.

Returns:The lifecycle_environment of this ManagedInstanceSummary.
Return type:oci.os_management_hub.models.Id
lifecycle_stage

Gets the lifecycle_stage of this ManagedInstanceSummary.

Returns:The lifecycle_stage of this ManagedInstanceSummary.
Return type:oci.os_management_hub.models.Id
location

Gets the location of this ManagedInstanceSummary. The location of the managed instance.

Allowed values for this property are: “ON_PREMISE”, “OCI_COMPUTE”, “AZURE”, “EC2”, “GCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The location of this ManagedInstanceSummary.
Return type:str
managed_instance_group

Gets the managed_instance_group of this ManagedInstanceSummary.

Returns:The managed_instance_group of this ManagedInstanceSummary.
Return type:oci.os_management_hub.models.Id
notification_topic_id

Gets the notification_topic_id of this ManagedInstanceSummary. The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.

Returns:The notification_topic_id of this ManagedInstanceSummary.
Return type:str
os_family

Gets the os_family of this ManagedInstanceSummary. The operating system type of the managed instance.

Allowed values for this property are: “ORACLE_LINUX_9”, “ORACLE_LINUX_8”, “ORACLE_LINUX_7”, “ORACLE_LINUX_6”, “WINDOWS_SERVER_2016”, “WINDOWS_SERVER_2019”, “WINDOWS_SERVER_2022”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The os_family of this ManagedInstanceSummary.
Return type:str
status

[Required] Gets the status of this ManagedInstanceSummary. Current status of the managed instance.

Allowed values for this property are: “NORMAL”, “UNREACHABLE”, “ERROR”, “WARNING”, “REGISTRATION_ERROR”, “DELETING”, “ONBOARDING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this ManagedInstanceSummary.
Return type:str
tenancy_id

[Required] Gets the tenancy_id of this ManagedInstanceSummary. The OCID of the tenancy this managed instance resides in.

Returns:The tenancy_id of this ManagedInstanceSummary.
Return type:str
updates_available

Gets the updates_available of this ManagedInstanceSummary. Number of updates available for installation.

Returns:The updates_available of this ManagedInstanceSummary.
Return type:int