CreateOdaInstanceDetails¶
-
class
oci.oda.models.
CreateOdaInstanceDetails
(**kwargs)¶ Bases:
object
Properties that are required to create a Digital Assistant instance.
Attributes
SHAPE_NAME_DEVELOPMENT
A constant which can be used with the shape_name property of a CreateOdaInstanceDetails. SHAPE_NAME_PRODUCTION
A constant which can be used with the shape_name property of a CreateOdaInstanceDetails. compartment_id
[Required] Gets the compartment_id of this CreateOdaInstanceDetails. defined_tags
Gets the defined_tags of this CreateOdaInstanceDetails. description
Gets the description of this CreateOdaInstanceDetails. display_name
Gets the display_name of this CreateOdaInstanceDetails. freeform_tags
Gets the freeform_tags of this CreateOdaInstanceDetails. shape_name
[Required] Gets the shape_name of this CreateOdaInstanceDetails. Methods
__init__
(**kwargs)Initializes a new CreateOdaInstanceDetails object with values from keyword arguments. -
SHAPE_NAME_DEVELOPMENT
= 'DEVELOPMENT'¶ A constant which can be used with the shape_name property of a CreateOdaInstanceDetails. This constant has a value of “DEVELOPMENT”
-
SHAPE_NAME_PRODUCTION
= 'PRODUCTION'¶ A constant which can be used with the shape_name property of a CreateOdaInstanceDetails. This constant has a value of “PRODUCTION”
-
__init__
(**kwargs)¶ Initializes a new CreateOdaInstanceDetails 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 CreateOdaInstanceDetails.
- description (str) – The value to assign to the description property of this CreateOdaInstanceDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOdaInstanceDetails.
- shape_name (str) – The value to assign to the shape_name property of this CreateOdaInstanceDetails. Allowed values for this property are: “DEVELOPMENT”, “PRODUCTION”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOdaInstanceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOdaInstanceDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateOdaInstanceDetails. Identifier of the compartment.
Returns: The compartment_id of this CreateOdaInstanceDetails. Return type: str
Gets the defined_tags of this CreateOdaInstanceDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateOdaInstanceDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateOdaInstanceDetails. Description of the Digital Assistant instance.
Returns: The description of this CreateOdaInstanceDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateOdaInstanceDetails. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime.
Returns: The display_name of this CreateOdaInstanceDetails. Return type: str
Gets the freeform_tags of this CreateOdaInstanceDetails. 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 CreateOdaInstanceDetails. Return type: dict(str, str)
-
shape_name
¶ [Required] Gets the shape_name of this CreateOdaInstanceDetails. Shape or size of the instance.
Allowed values for this property are: “DEVELOPMENT”, “PRODUCTION”
Returns: The shape_name of this CreateOdaInstanceDetails. Return type: str
-