DetachCatalogPrivateEndpointDetails¶
-
class
oci.data_catalog.models.
DetachCatalogPrivateEndpointDetails
(**kwargs)¶ Bases:
object
Information about the detaching the private endpoint resource from a catalog
Methods
__init__
(**kwargs)Initializes a new DetachCatalogPrivateEndpointDetails object with values from keyword arguments. Attributes
catalog_private_endpoint_id
[Required] Gets the catalog_private_endpoint_id of this DetachCatalogPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new DetachCatalogPrivateEndpointDetails 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 DetachCatalogPrivateEndpointDetails.
-
catalog_private_endpoint_id
¶ [Required] Gets the catalog_private_endpoint_id of this DetachCatalogPrivateEndpointDetails. The identifier of the private endpoint to be detached from catalog resource.
Returns: The catalog_private_endpoint_id of this DetachCatalogPrivateEndpointDetails. Return type: str
-