OpaInstanceSummary

class oci.opa.models.OpaInstanceSummary(**kwargs)

Bases: object

Summary of the OpaInstance.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this OpaInstanceSummary.
consumption_model Gets the consumption_model of this OpaInstanceSummary.
defined_tags Gets the defined_tags of this OpaInstanceSummary.
description Gets the description of this OpaInstanceSummary.
display_name [Required] Gets the display_name of this OpaInstanceSummary.
freeform_tags Gets the freeform_tags of this OpaInstanceSummary.
id [Required] Gets the id of this OpaInstanceSummary.
instance_url Gets the instance_url of this OpaInstanceSummary.
is_breakglass_enabled Gets the is_breakglass_enabled of this OpaInstanceSummary.
lifecycle_state [Required] Gets the lifecycle_state of this OpaInstanceSummary.
metering_type Gets the metering_type of this OpaInstanceSummary.
shape_name [Required] Gets the shape_name of this OpaInstanceSummary.
system_tags Gets the system_tags of this OpaInstanceSummary.
time_created [Required] Gets the time_created of this OpaInstanceSummary.
time_updated Gets the time_updated of this OpaInstanceSummary.
__init__(**kwargs)

Initializes a new OpaInstanceSummary 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 OpaInstanceSummary.
  • display_name (str) – The value to assign to the display_name property of this OpaInstanceSummary.
  • description (str) – The value to assign to the description property of this OpaInstanceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this OpaInstanceSummary.
  • instance_url (str) – The value to assign to the instance_url property of this OpaInstanceSummary.
  • consumption_model (str) – The value to assign to the consumption_model property of this OpaInstanceSummary.
  • shape_name (str) – The value to assign to the shape_name property of this OpaInstanceSummary.
  • metering_type (str) – The value to assign to the metering_type property of this OpaInstanceSummary.
  • time_created (datetime) – The value to assign to the time_created property of this OpaInstanceSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this OpaInstanceSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OpaInstanceSummary.
  • is_breakglass_enabled (bool) – The value to assign to the is_breakglass_enabled property of this OpaInstanceSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OpaInstanceSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OpaInstanceSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OpaInstanceSummary.
compartment_id

[Required] Gets the compartment_id of this OpaInstanceSummary. Compartment Identifier

Returns:The compartment_id of this OpaInstanceSummary.
Return type:str
consumption_model

Gets the consumption_model of this OpaInstanceSummary. Parameter specifying which entitlement to use for billing purposes

Returns:The consumption_model of this OpaInstanceSummary.
Return type:str
defined_tags

Gets the defined_tags of this OpaInstanceSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

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

Gets the description of this OpaInstanceSummary. Description of the Process Automation instance.

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

[Required] Gets the display_name of this OpaInstanceSummary. OpaInstance Identifier, can be renamed

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

Gets the freeform_tags of this OpaInstanceSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this OpaInstanceSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this OpaInstanceSummary. Unique identifier that is immutable on creation

Returns:The id of this OpaInstanceSummary.
Return type:str
instance_url

Gets the instance_url of this OpaInstanceSummary. OPA Instance URL

Returns:The instance_url of this OpaInstanceSummary.
Return type:str
is_breakglass_enabled

Gets the is_breakglass_enabled of this OpaInstanceSummary. indicates if breakGlass is enabled for the opa instance.

Returns:The is_breakglass_enabled of this OpaInstanceSummary.
Return type:bool
lifecycle_state

[Required] Gets the lifecycle_state of this OpaInstanceSummary. The current state of the OpaInstance.

Returns:The lifecycle_state of this OpaInstanceSummary.
Return type:str
metering_type

Gets the metering_type of this OpaInstanceSummary. MeteringType Identifier

Returns:The metering_type of this OpaInstanceSummary.
Return type:str
shape_name

[Required] Gets the shape_name of this OpaInstanceSummary. Shape of the instance.

Returns:The shape_name of this OpaInstanceSummary.
Return type:str
system_tags

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

Returns:The system_tags of this OpaInstanceSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this OpaInstanceSummary. The time the the OpaInstance was created. An RFC3339 formatted datetime string

Returns:The time_created of this OpaInstanceSummary.
Return type:datetime
time_updated

Gets the time_updated of this OpaInstanceSummary. The time the OpaInstance was updated. An RFC3339 formatted datetime string

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