AttachCatalogPrivateEndpointDetails¶
-
class
oci.data_catalog.models.
AttachCatalogPrivateEndpointDetails
(**kwargs)¶ Bases:
object
Information about the attaching the private endpoint resource to a catalog
Methods
__init__
(**kwargs)Initializes a new AttachCatalogPrivateEndpointDetails object with values from keyword arguments. Attributes
catalog_private_endpoint_id
[Required] Gets the catalog_private_endpoint_id of this AttachCatalogPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new AttachCatalogPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: catalog_private_endpoint_id (str) – The value to assign to the catalog_private_endpoint_id property of this AttachCatalogPrivateEndpointDetails.
-
catalog_private_endpoint_id
¶ [Required] Gets the catalog_private_endpoint_id of this AttachCatalogPrivateEndpointDetails. The identifier of the private endpoint to be attached to the catalog resource.
Returns: The catalog_private_endpoint_id of this AttachCatalogPrivateEndpointDetails. Return type: str
-