OrdsDataAccessDetails¶
-
class
oci.iot.models.
OrdsDataAccessDetails
(**kwargs)¶ Bases:
oci.iot.models.configure_iot_domain_data_access_details.ConfigureIotDomainDataAccessDetails
This contains configuration for ORDS data access.
Attributes
TYPE_APEX
str(object=’’) -> str TYPE_DIRECT
str(object=’’) -> str TYPE_ORDS
str(object=’’) -> str db_allowed_identity_domain_host
[Required] Gets the db_allowed_identity_domain_host of this OrdsDataAccessDetails. type
[Required] Gets the type of this ConfigureIotDomainDataAccessDetails. Methods
__init__
(**kwargs)Initializes a new OrdsDataAccessDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_APEX
= 'APEX'¶
-
TYPE_DIRECT
= 'DIRECT'¶
-
TYPE_ORDS
= 'ORDS'¶
-
__init__
(**kwargs)¶ Initializes a new OrdsDataAccessDetails object with values from keyword arguments. The default value of the
type
attribute of this class isORDS
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this OrdsDataAccessDetails. Allowed values for this property are: “DIRECT”, “ORDS”, “APEX”
- db_allowed_identity_domain_host (str) – The value to assign to the db_allowed_identity_domain_host property of this OrdsDataAccessDetails.
-
db_allowed_identity_domain_host
¶ [Required] Gets the db_allowed_identity_domain_host of this OrdsDataAccessDetails. Host name of identity domain that is used for authenticating connect to data host via ORDS.
Returns: The db_allowed_identity_domain_host of this OrdsDataAccessDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
type
¶ [Required] Gets the type of this ConfigureIotDomainDataAccessDetails. configuration type
Allowed values for this property are: “DIRECT”, “ORDS”, “APEX”
Returns: The type of this ConfigureIotDomainDataAccessDetails. Return type: str
-