ManagementStationSummary

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

Bases: object

Summary of the Management Station.

Attributes

HEALTH_STATE_HEALTHY A constant which can be used with the health_state property of a ManagementStationSummary.
HEALTH_STATE_UNHEALTHY A constant which can be used with the health_state property of a ManagementStationSummary.
OVERALL_STATE_ERROR A constant which can be used with the overall_state property of a ManagementStationSummary.
OVERALL_STATE_NORMAL A constant which can be used with the overall_state property of a ManagementStationSummary.
OVERALL_STATE_REGISTRATIONERROR A constant which can be used with the overall_state property of a ManagementStationSummary.
OVERALL_STATE_SYNCFAILED A constant which can be used with the overall_state property of a ManagementStationSummary.
OVERALL_STATE_SYNCING A constant which can be used with the overall_state property of a ManagementStationSummary.
OVERALL_STATE_UNAVAILABLE A constant which can be used with the overall_state property of a ManagementStationSummary.
OVERALL_STATE_WARNING A constant which can be used with the overall_state property of a ManagementStationSummary.
compartment_id [Required] Gets the compartment_id of this ManagementStationSummary.
defined_tags Gets the defined_tags of this ManagementStationSummary.
description Gets the description of this ManagementStationSummary.
display_name [Required] Gets the display_name of this ManagementStationSummary.
freeform_tags Gets the freeform_tags of this ManagementStationSummary.
health_state Gets the health_state of this ManagementStationSummary.
hostname [Required] Gets the hostname of this ManagementStationSummary.
id [Required] Gets the id of this ManagementStationSummary.
lifecycle_state Gets the lifecycle_state of this ManagementStationSummary.
managed_instance_id Gets the managed_instance_id of this ManagementStationSummary.
mirror_capacity Gets the mirror_capacity of this ManagementStationSummary.
overall_percentage Gets the overall_percentage of this ManagementStationSummary.
overall_state Gets the overall_state of this ManagementStationSummary.
profile_id Gets the profile_id of this ManagementStationSummary.
scheduled_job_id Gets the scheduled_job_id of this ManagementStationSummary.
system_tags Gets the system_tags of this ManagementStationSummary.
time_next_execution Gets the time_next_execution of this ManagementStationSummary.

Methods

__init__(**kwargs) Initializes a new ManagementStationSummary object with values from keyword arguments.
HEALTH_STATE_HEALTHY = 'HEALTHY'

A constant which can be used with the health_state property of a ManagementStationSummary. This constant has a value of “HEALTHY”

HEALTH_STATE_UNHEALTHY = 'UNHEALTHY'

A constant which can be used with the health_state property of a ManagementStationSummary. This constant has a value of “UNHEALTHY”

OVERALL_STATE_ERROR = 'ERROR'

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

OVERALL_STATE_NORMAL = 'NORMAL'

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

OVERALL_STATE_REGISTRATIONERROR = 'REGISTRATIONERROR'

A constant which can be used with the overall_state property of a ManagementStationSummary. This constant has a value of “REGISTRATIONERROR”

OVERALL_STATE_SYNCFAILED = 'SYNCFAILED'

A constant which can be used with the overall_state property of a ManagementStationSummary. This constant has a value of “SYNCFAILED”

OVERALL_STATE_SYNCING = 'SYNCING'

A constant which can be used with the overall_state property of a ManagementStationSummary. This constant has a value of “SYNCING”

OVERALL_STATE_UNAVAILABLE = 'UNAVAILABLE'

A constant which can be used with the overall_state property of a ManagementStationSummary. This constant has a value of “UNAVAILABLE”

OVERALL_STATE_WARNING = 'WARNING'

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

__init__(**kwargs)

Initializes a new ManagementStationSummary 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 ManagementStationSummary.
  • managed_instance_id (str) – The value to assign to the managed_instance_id property of this ManagementStationSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ManagementStationSummary.
  • profile_id (str) – The value to assign to the profile_id property of this ManagementStationSummary.
  • scheduled_job_id (str) – The value to assign to the scheduled_job_id property of this ManagementStationSummary.
  • time_next_execution (datetime) – The value to assign to the time_next_execution property of this ManagementStationSummary.
  • display_name (str) – The value to assign to the display_name property of this ManagementStationSummary.
  • description (str) – The value to assign to the description property of this ManagementStationSummary.
  • hostname (str) – The value to assign to the hostname property of this ManagementStationSummary.
  • overall_state (str) – The value to assign to the overall_state property of this ManagementStationSummary. Allowed values for this property are: “NORMAL”, “REGISTRATIONERROR”, “SYNCING”, “SYNCFAILED”, “WARNING”, “ERROR”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • health_state (str) – The value to assign to the health_state property of this ManagementStationSummary. Allowed values for this property are: “HEALTHY”, “UNHEALTHY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • overall_percentage (int) – The value to assign to the overall_percentage property of this ManagementStationSummary.
  • mirror_capacity (int) – The value to assign to the mirror_capacity property of this ManagementStationSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ManagementStationSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ManagementStationSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ManagementStationSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ManagementStationSummary.
compartment_id

[Required] Gets the compartment_id of this ManagementStationSummary. The OCID of the compartment that contains the management station.

Returns:The compartment_id of this ManagementStationSummary.
Return type:str
defined_tags

Gets the defined_tags of this ManagementStationSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this ManagementStationSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this ManagementStationSummary. User-specified description of the management station.

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

[Required] Gets the display_name of this ManagementStationSummary. User-friendly name for the management station.

Returns:The display_name of this ManagementStationSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ManagementStationSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this ManagementStationSummary.
Return type:dict(str, str)
health_state

Gets the health_state of this ManagementStationSummary. Overall health status of the managment station.

Allowed values for this property are: “HEALTHY”, “UNHEALTHY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The health_state of this ManagementStationSummary.
Return type:str
hostname

[Required] Gets the hostname of this ManagementStationSummary. Hostname of the management station.

Returns:The hostname of this ManagementStationSummary.
Return type:str
id

[Required] Gets the id of this ManagementStationSummary. The OCID of the management station.

Returns:The id of this ManagementStationSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this ManagementStationSummary. The current state of the management station.

Returns:The lifecycle_state of this ManagementStationSummary.
Return type:str
managed_instance_id

Gets the managed_instance_id of this ManagementStationSummary. The OCID of the instance that is acting as the management station.

Returns:The managed_instance_id of this ManagementStationSummary.
Return type:str
mirror_capacity

Gets the mirror_capacity of this ManagementStationSummary. A decimal number representing the amount of mirror capacity used by the sync.

Returns:The mirror_capacity of this ManagementStationSummary.
Return type:int
overall_percentage

Gets the overall_percentage of this ManagementStationSummary. A decimal number representing the progress of the current mirror sync.

Returns:The overall_percentage of this ManagementStationSummary.
Return type:int
overall_state

Gets the overall_state of this ManagementStationSummary. Current state of the mirror sync for the management station.

Allowed values for this property are: “NORMAL”, “REGISTRATIONERROR”, “SYNCING”, “SYNCFAILED”, “WARNING”, “ERROR”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The overall_state of this ManagementStationSummary.
Return type:str
profile_id

Gets the profile_id of this ManagementStationSummary. The OCID of the registration profile used for the management station.

Returns:The profile_id of this ManagementStationSummary.
Return type:str
scheduled_job_id

Gets the scheduled_job_id of this ManagementStationSummary. The OCID of the scheduled job for the mirror sync.

Returns:The scheduled_job_id of this ManagementStationSummary.
Return type:str
system_tags

Gets the system_tags of this ManagementStationSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this ManagementStationSummary.
Return type:dict(str, dict(str, object))
time_next_execution

Gets the time_next_execution of this ManagementStationSummary. The date and time of the next scheduled mirror sync (in RFC 3339 format).

Returns:The time_next_execution of this ManagementStationSummary.
Return type:datetime