CreateOpaInstanceDetails¶
-
class
oci.opa.models.
CreateOpaInstanceDetails
(**kwargs)¶ Bases:
object
The information about new OpaInstance.
Methods
__init__
(**kwargs)Initializes a new CreateOpaInstanceDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateOpaInstanceDetails. consumption_model
Gets the consumption_model of this CreateOpaInstanceDetails. defined_tags
Gets the defined_tags of this CreateOpaInstanceDetails. description
Gets the description of this CreateOpaInstanceDetails. display_name
[Required] Gets the display_name of this CreateOpaInstanceDetails. freeform_tags
Gets the freeform_tags of this CreateOpaInstanceDetails. idcs_at
Gets the idcs_at of this CreateOpaInstanceDetails. is_breakglass_enabled
Gets the is_breakglass_enabled of this CreateOpaInstanceDetails. metering_type
Gets the metering_type of this CreateOpaInstanceDetails. shape_name
[Required] Gets the shape_name of this CreateOpaInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOpaInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateOpaInstanceDetails.
- description (str) – The value to assign to the description property of this CreateOpaInstanceDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOpaInstanceDetails.
- consumption_model (str) – The value to assign to the consumption_model property of this CreateOpaInstanceDetails.
- shape_name (str) – The value to assign to the shape_name property of this CreateOpaInstanceDetails.
- metering_type (str) – The value to assign to the metering_type property of this CreateOpaInstanceDetails.
- idcs_at (str) – The value to assign to the idcs_at property of this CreateOpaInstanceDetails.
- is_breakglass_enabled (bool) – The value to assign to the is_breakglass_enabled property of this CreateOpaInstanceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOpaInstanceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOpaInstanceDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateOpaInstanceDetails. Compartment Identifier
Returns: The compartment_id of this CreateOpaInstanceDetails. Return type: str
-
consumption_model
¶ Gets the consumption_model of this CreateOpaInstanceDetails. Parameter specifying which entitlement to use for billing purposes
Returns: The consumption_model of this CreateOpaInstanceDetails. Return type: str
Gets the defined_tags of this CreateOpaInstanceDetails. 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 CreateOpaInstanceDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateOpaInstanceDetails. Description of the Oracle Process Automation instance.
Returns: The description of this CreateOpaInstanceDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateOpaInstanceDetails. OpaInstance Identifier. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime.
Returns: The display_name of this CreateOpaInstanceDetails. Return type: str
Gets the freeform_tags of this CreateOpaInstanceDetails. 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 CreateOpaInstanceDetails. Return type: dict(str, str)
-
idcs_at
¶ Gets the idcs_at of this CreateOpaInstanceDetails. IDCS Authentication token. This is required for all realms with IDCS. This property is optional, as it is not required for non-IDCS realms.
Returns: The idcs_at of this CreateOpaInstanceDetails. Return type: str
-
is_breakglass_enabled
¶ Gets the is_breakglass_enabled of this CreateOpaInstanceDetails. indicates if breakGlass is enabled for the opa instance.
Returns: The is_breakglass_enabled of this CreateOpaInstanceDetails. Return type: bool
-
metering_type
¶ Gets the metering_type of this CreateOpaInstanceDetails. MeteringType Identifier
Returns: The metering_type of this CreateOpaInstanceDetails. Return type: str
-
shape_name
¶ [Required] Gets the shape_name of this CreateOpaInstanceDetails. Shape of the instance.
Returns: The shape_name of this CreateOpaInstanceDetails. Return type: str
-