VanityUrlDetails¶
-
class
oci.analytics.models.
VanityUrlDetails
(**kwargs)¶ Bases:
object
Vanity url configuration details.
Methods
__init__
(**kwargs)Initializes a new VanityUrlDetails object with values from keyword arguments. Attributes
description
Gets the description of this VanityUrlDetails. hosts
Gets the hosts of this VanityUrlDetails. key
Gets the key of this VanityUrlDetails. public_certificate
Gets the public_certificate of this VanityUrlDetails. urls
Gets the urls 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: - key (str) – The value to assign to the key property of this VanityUrlDetails.
- description (str) – The value to assign to the description property of this VanityUrlDetails.
- urls (list[str]) – The value to assign to the urls property of this VanityUrlDetails.
- hosts (list[str]) – The value to assign to the hosts property of this VanityUrlDetails.
- public_certificate (str) – The value to assign to the public_certificate property of this VanityUrlDetails.
-
description
¶ Gets the description of this VanityUrlDetails. Description of the vanity url.
Returns: The description of this VanityUrlDetails. Return type: str
-
hosts
¶ Gets the hosts of this VanityUrlDetails. List of fully qualified hostnames supported by this vanity URL definition (max of 3).
Returns: The hosts of this VanityUrlDetails. Return type: list[str]
-
key
¶ Gets the key of this VanityUrlDetails. The vanity url unique identifier key.
Returns: The key of this VanityUrlDetails. Return type: str
-
public_certificate
¶ Gets the public_certificate of this VanityUrlDetails. PEM certificate for HTTPS connections.
Returns: The public_certificate of this VanityUrlDetails. Return type: str
-
urls
¶ Gets the urls of this VanityUrlDetails. List of urls supported by this vanity URL definition (max of 3).
Returns: The urls of this VanityUrlDetails. Return type: list[str]
-