AppExtensionDbcsApp¶
-
class
oci.identity_domains.models.
AppExtensionDbcsApp
(**kwargs)¶ Bases:
object
This extension provides attributes for database service facet of an App
Methods
__init__
(**kwargs)Initializes a new AppExtensionDbcsApp object with values from keyword arguments. Attributes
domain_app
Gets the domain_app of this AppExtensionDbcsApp. domain_name
Gets the domain_name of this AppExtensionDbcsApp. -
__init__
(**kwargs)¶ Initializes a new AppExtensionDbcsApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - domain_name (str) – The value to assign to the domain_name property of this AppExtensionDbcsApp.
- domain_app (oci.identity_domains.models.AppDomainApp) – The value to assign to the domain_app property of this AppExtensionDbcsApp.
-
domain_app
¶ Gets the domain_app of this AppExtensionDbcsApp.
Returns: The domain_app of this AppExtensionDbcsApp. Return type: oci.identity_domains.models.AppDomainApp
-
domain_name
¶ Gets the domain_name of this AppExtensionDbcsApp. The name of the Enterprise Domain that contains any number of DBInstances. If specified, the value must be unique. A non-null value indicates that App represents a DBDomain. A value of null indicates that the App represents an DB-instance.
Added In: 18.2.2
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
Returns: The domain_name of this AppExtensionDbcsApp. Return type: str
-