EndpointAdditional

class oci.dif.models.EndpointAdditional(**kwargs)

Bases: object

Details of provisioned endpoint.

Methods

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

Attributes

endpoint_id Gets the endpoint_id of this EndpointAdditional.
endpoint_name Gets the endpoint_name of this EndpointAdditional.
__init__(**kwargs)

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

Parameters:
  • endpoint_name (str) – The value to assign to the endpoint_name property of this EndpointAdditional.
  • endpoint_id (str) – The value to assign to the endpoint_id property of this EndpointAdditional.
endpoint_id

Gets the endpoint_id of this EndpointAdditional. OCID of the endpoint.

Returns:The endpoint_id of this EndpointAdditional.
Return type:str
endpoint_name

Gets the endpoint_name of this EndpointAdditional. Identifier for each endpoint.

Returns:The endpoint_name of this EndpointAdditional.
Return type:str