VanityUrlDetails

class oci.database.models.VanityUrlDetails(**kwargs)

Bases: object

Details for api gateway and vanity url(custom url) for dbTools.

Methods

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

Attributes

api_gateway_id Gets the api_gateway_id of this VanityUrlDetails.
is_disabled Gets the is_disabled of this VanityUrlDetails.
vanity_url_host_name Gets the vanity_url_host_name of this VanityUrlDetails.
__init__(**kwargs)

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

Parameters:
  • is_disabled (bool) – The value to assign to the is_disabled property of this VanityUrlDetails.
  • api_gateway_id (str) – The value to assign to the api_gateway_id property of this VanityUrlDetails.
  • vanity_url_host_name (str) – The value to assign to the vanity_url_host_name property of this VanityUrlDetails.
api_gateway_id

Gets the api_gateway_id of this VanityUrlDetails. API Gateway ID.

Returns:The api_gateway_id of this VanityUrlDetails.
Return type:str
is_disabled

Gets the is_disabled of this VanityUrlDetails. Indicates if the vanity url details should be deleted for the Autonomous AI Database.

Returns:The is_disabled of this VanityUrlDetails.
Return type:bool
vanity_url_host_name

Gets the vanity_url_host_name of this VanityUrlDetails. Custom URL prefix provided by the customer to access dbTools.

Returns:The vanity_url_host_name of this VanityUrlDetails.
Return type:str