CreateOdaPrivateEndpointAttachmentDetails¶
-
class
oci.oda.models.
CreateOdaPrivateEndpointAttachmentDetails
(**kwargs)¶ Bases:
object
Properties that are required to create an ODA private endpoint attachment.
Methods
__init__
(**kwargs)Initializes a new CreateOdaPrivateEndpointAttachmentDetails object with values from keyword arguments. Attributes
oda_instance_id
[Required] Gets the oda_instance_id of this CreateOdaPrivateEndpointAttachmentDetails. oda_private_endpoint_id
[Required] Gets the oda_private_endpoint_id of this CreateOdaPrivateEndpointAttachmentDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOdaPrivateEndpointAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - oda_instance_id (str) – The value to assign to the oda_instance_id property of this CreateOdaPrivateEndpointAttachmentDetails.
- oda_private_endpoint_id (str) – The value to assign to the oda_private_endpoint_id property of this CreateOdaPrivateEndpointAttachmentDetails.
-