UpdatePrivateEndpoint

class oci.database_migration.models.UpdatePrivateEndpoint(**kwargs)

Bases: object

OCI Private Endpoint configuration details. An empty object would result in the removal of the stored details.

Methods

__init__(**kwargs) Initializes a new UpdatePrivateEndpoint object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this UpdatePrivateEndpoint.
subnet_id Gets the subnet_id of this UpdatePrivateEndpoint.
vcn_id Gets the vcn_id of this UpdatePrivateEndpoint.
__init__(**kwargs)

Initializes a new UpdatePrivateEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this UpdatePrivateEndpoint.
  • vcn_id (str) – The value to assign to the vcn_id property of this UpdatePrivateEndpoint.
  • subnet_id (str) – The value to assign to the subnet_id property of this UpdatePrivateEndpoint.
compartment_id

Gets the compartment_id of this UpdatePrivateEndpoint. The OCID of the compartment to contain the private endpoint.

Returns:The compartment_id of this UpdatePrivateEndpoint.
Return type:str
subnet_id

Gets the subnet_id of this UpdatePrivateEndpoint. The OCID of the customer’s subnet where the private endpoint VNIC will reside.

Returns:The subnet_id of this UpdatePrivateEndpoint.
Return type:str
vcn_id

Gets the vcn_id of this UpdatePrivateEndpoint. The OCID of the VCN where the Private Endpoint will be bound to.

Returns:The vcn_id of this UpdatePrivateEndpoint.
Return type:str