PrivateServerConfigDetails

class oci.resource_manager.models.PrivateServerConfigDetails(**kwargs)

Bases: object

Details about a private endpoint associated with the configuration source provider.

Methods

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

Attributes

certificate_id [Required] Gets the certificate_id of this PrivateServerConfigDetails.
private_endpoint_id [Required] Gets the private_endpoint_id of this PrivateServerConfigDetails.
__init__(**kwargs)

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

Parameters:
  • private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this PrivateServerConfigDetails.
  • certificate_id (str) – The value to assign to the certificate_id property of this PrivateServerConfigDetails.
certificate_id

[Required] Gets the certificate_id of this PrivateServerConfigDetails. The OCID of a certificate associated with the configuration source provider.

Returns:The certificate_id of this PrivateServerConfigDetails.
Return type:str
private_endpoint_id

[Required] Gets the private_endpoint_id of this PrivateServerConfigDetails. The OCID of a private endpoint associated with the configuration source provider.

Returns:The private_endpoint_id of this PrivateServerConfigDetails.
Return type:str