ConfigureIotDomainGroupDataAccessDetails¶
-
class
oci.iot.models.
ConfigureIotDomainGroupDataAccessDetails
(**kwargs)¶ Bases:
object
The configuration details for an IoT Domain Group Data Access through allowlisted vcn ids.
Methods
__init__
(**kwargs)Initializes a new ConfigureIotDomainGroupDataAccessDetails object with values from keyword arguments. Attributes
db_allow_listed_vcn_ids
[Required] Gets the db_allow_listed_vcn_ids of this ConfigureIotDomainGroupDataAccessDetails. -
__init__
(**kwargs)¶ Initializes a new ConfigureIotDomainGroupDataAccessDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: db_allow_listed_vcn_ids (list[str]) – The value to assign to the db_allow_listed_vcn_ids property of this ConfigureIotDomainGroupDataAccessDetails.
-
db_allow_listed_vcn_ids
¶ [Required] Gets the db_allow_listed_vcn_ids of this ConfigureIotDomainGroupDataAccessDetails. This is an array of VCN OCID (virtual cloud network Oracle Cloud ID) that is allowed to connect the data host.
Returns: The db_allow_listed_vcn_ids of this ConfigureIotDomainGroupDataAccessDetails. Return type: list[str]
-