ManagementAppliance

class oci.ocvp.models.ManagementAppliance(**kwargs)

Bases: object

Information about management appliance.

Attributes

LIFECYCLE_DETAILS_CAN_NOT_CONNECT_TO_VCENTER A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_CREATING A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_DELETED A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_DELETING A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_FAILED A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_HEALTHY A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_HEARTBEAT_TIMEOUT A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_UI_PLUGIN_IS_NOT_REGISTERED A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_UNKNOWN_DETAILS A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_UPDATING A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_DETAILS_WAITING_FOR_HEARTBEAT A constant which can be used with the lifecycle_details property of a ManagementAppliance.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ManagementAppliance.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a ManagementAppliance.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a ManagementAppliance.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a ManagementAppliance.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a ManagementAppliance.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a ManagementAppliance.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ManagementAppliance.
compartment_id [Required] Gets the compartment_id of this ManagementAppliance.
compute_instance_id Gets the compute_instance_id of this ManagementAppliance.
configuration [Required] Gets the configuration of this ManagementAppliance.
connections [Required] Gets the connections of this ManagementAppliance.
defined_tags Gets the defined_tags of this ManagementAppliance.
display_name [Required] Gets the display_name of this ManagementAppliance.
freeform_tags Gets the freeform_tags of this ManagementAppliance.
heartbeat_connection_states Gets the heartbeat_connection_states of this ManagementAppliance.
id [Required] Gets the id of this ManagementAppliance.
lifecycle_details Gets the lifecycle_details of this ManagementAppliance.
lifecycle_state [Required] Gets the lifecycle_state of this ManagementAppliance.
management_agent_id Gets the management_agent_id of this ManagementAppliance.
sddc_id [Required] Gets the sddc_id of this ManagementAppliance.
system_tags Gets the system_tags of this ManagementAppliance.
time_configuration_updated Gets the time_configuration_updated of this ManagementAppliance.
time_created [Required] Gets the time_created of this ManagementAppliance.
time_last_heartbeat Gets the time_last_heartbeat of this ManagementAppliance.
time_updated Gets the time_updated of this ManagementAppliance.

Methods

__init__(**kwargs) Initializes a new ManagementAppliance object with values from keyword arguments.
LIFECYCLE_DETAILS_CAN_NOT_CONNECT_TO_VCENTER = 'CAN_NOT_CONNECT_TO_VCENTER'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “CAN_NOT_CONNECT_TO_VCENTER”

LIFECYCLE_DETAILS_CREATING = 'CREATING'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “CREATING”

LIFECYCLE_DETAILS_DELETED = 'DELETED'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “DELETED”

LIFECYCLE_DETAILS_DELETING = 'DELETING'

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

LIFECYCLE_DETAILS_FAILED = 'FAILED'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “FAILED”

LIFECYCLE_DETAILS_HEALTHY = 'HEALTHY'

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

LIFECYCLE_DETAILS_HEARTBEAT_TIMEOUT = 'HEARTBEAT_TIMEOUT'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “HEARTBEAT_TIMEOUT”

LIFECYCLE_DETAILS_UI_PLUGIN_IS_NOT_REGISTERED = 'UI_PLUGIN_IS_NOT_REGISTERED'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “UI_PLUGIN_IS_NOT_REGISTERED”

LIFECYCLE_DETAILS_UNKNOWN_DETAILS = 'UNKNOWN_DETAILS'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “UNKNOWN_DETAILS”

LIFECYCLE_DETAILS_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “UPDATING”

LIFECYCLE_DETAILS_WAITING_FOR_HEARTBEAT = 'WAITING_FOR_HEARTBEAT'

A constant which can be used with the lifecycle_details property of a ManagementAppliance. This constant has a value of “WAITING_FOR_HEARTBEAT”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ManagementAppliance. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a ManagementAppliance. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a ManagementAppliance. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a ManagementAppliance. This constant has a value of “FAILED”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a ManagementAppliance. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ManagementAppliance. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new ManagementAppliance 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 ManagementAppliance.
  • compartment_id (str) – The value to assign to the compartment_id property of this ManagementAppliance.
  • sddc_id (str) – The value to assign to the sddc_id property of this ManagementAppliance.
  • compute_instance_id (str) – The value to assign to the compute_instance_id property of this ManagementAppliance.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this ManagementAppliance.
  • display_name (str) – The value to assign to the display_name property of this ManagementAppliance.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ManagementAppliance. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “NEEDS_ATTENTION”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this ManagementAppliance. Allowed values for this property are: “HEALTHY”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, “CREATING”, “WAITING_FOR_HEARTBEAT”, “HEARTBEAT_TIMEOUT”, “CAN_NOT_CONNECT_TO_VCENTER”, “UI_PLUGIN_IS_NOT_REGISTERED”, “UNKNOWN_DETAILS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • configuration (oci.ocvp.models.ManagementApplianceConfiguration) – The value to assign to the configuration property of this ManagementAppliance.
  • connections (list[oci.ocvp.models.ManagementApplianceConnection]) – The value to assign to the connections property of this ManagementAppliance.
  • time_created (datetime) – The value to assign to the time_created property of this ManagementAppliance.
  • time_updated (datetime) – The value to assign to the time_updated property of this ManagementAppliance.
  • time_configuration_updated (datetime) – The value to assign to the time_configuration_updated property of this ManagementAppliance.
  • time_last_heartbeat (datetime) – The value to assign to the time_last_heartbeat property of this ManagementAppliance.
  • heartbeat_connection_states (list[oci.ocvp.models.ManagementApplianceConnectionStatus]) – The value to assign to the heartbeat_connection_states property of this ManagementAppliance.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ManagementAppliance.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ManagementAppliance.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ManagementAppliance.
compartment_id

[Required] Gets the compartment_id of this ManagementAppliance. The OCID of compartment in OCI, that this appliance is going to be created in.

Returns:The compartment_id of this ManagementAppliance.
Return type:str
compute_instance_id

Gets the compute_instance_id of this ManagementAppliance. The OCID of compute instance of management appliance in OCI.

Returns:The compute_instance_id of this ManagementAppliance.
Return type:str
configuration

[Required] Gets the configuration of this ManagementAppliance.

Returns:The configuration of this ManagementAppliance.
Return type:oci.ocvp.models.ManagementApplianceConfiguration
connections

[Required] Gets the connections of this ManagementAppliance. Array of connections for management appliance.

Returns:The connections of this ManagementAppliance.
Return type:list[oci.ocvp.models.ManagementApplianceConnection]
defined_tags

Gets the defined_tags of this ManagementAppliance. 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 ManagementAppliance.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this ManagementAppliance. A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.

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

Gets the freeform_tags of this ManagementAppliance. 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 ManagementAppliance.
Return type:dict(str, str)
heartbeat_connection_states

Gets the heartbeat_connection_states of this ManagementAppliance. Current states of connections.

Returns:The heartbeat_connection_states of this ManagementAppliance.
Return type:list[oci.ocvp.models.ManagementApplianceConnectionStatus]
id

[Required] Gets the id of this ManagementAppliance. The OCID of management appliance.

Returns:The id of this ManagementAppliance.
Return type:str
lifecycle_details

Gets the lifecycle_details of this ManagementAppliance. Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.

Allowed values for this property are: “HEALTHY”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, “CREATING”, “WAITING_FOR_HEARTBEAT”, “HEARTBEAT_TIMEOUT”, “CAN_NOT_CONNECT_TO_VCENTER”, “UI_PLUGIN_IS_NOT_REGISTERED”, “UNKNOWN_DETAILS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_details of this ManagementAppliance.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ManagementAppliance. Current state of the management appliance.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “NEEDS_ATTENTION”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ManagementAppliance.
Return type:str
management_agent_id

Gets the management_agent_id of this ManagementAppliance. The OCID of management agent, that this appliance is running in.

Returns:The management_agent_id of this ManagementAppliance.
Return type:str
sddc_id

[Required] Gets the sddc_id of this ManagementAppliance. The OCID of SDDC in OCI, that this appliance is going to be registered in.

Returns:The sddc_id of this ManagementAppliance.
Return type:str
system_tags

Gets the system_tags of this ManagementAppliance. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}

Returns:The system_tags of this ManagementAppliance.
Return type:dict(str, dict(str, object))
time_configuration_updated

Gets the time_configuration_updated of this ManagementAppliance. The date and time the configuration of management appliance was last updated in the format defined by RFC3339.

Returns:The time_configuration_updated of this ManagementAppliance.
Return type:datetime
time_created

[Required] Gets the time_created of this ManagementAppliance. The date and time the management appliance was created in the format defined by RFC3339.

Returns:The time_created of this ManagementAppliance.
Return type:datetime
time_last_heartbeat

Gets the time_last_heartbeat of this ManagementAppliance. The date and time the management appliance has last received heartbeat in the format defined by RFC3339.

Returns:The time_last_heartbeat of this ManagementAppliance.
Return type:datetime
time_updated

Gets the time_updated of this ManagementAppliance. The date and time the management appliance was last updated in the format defined by RFC3339.

Returns:The time_updated of this ManagementAppliance.
Return type:datetime