Show / Hide Table of Contents

Class VanityUrlDetails

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

Inheritance
object
VanityUrlDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class VanityUrlDetails

Properties

ApiGatewayId

Declaration
[JsonProperty(PropertyName = "apiGatewayId")]
public string ApiGatewayId { get; set; }
Property Value
Type Description
string

API Gateway ID.

IsDisabled

Declaration
[JsonProperty(PropertyName = "isDisabled")]
public bool? IsDisabled { get; set; }
Property Value
Type Description
bool?

Indicates if the vanity url details should be deleted for the Autonomous AI Database.

VanityUrlHostName

Declaration
[JsonProperty(PropertyName = "vanityUrlHostName")]
public string VanityUrlHostName { get; set; }
Property Value
Type Description
string

Custom URL prefix provided by the customer to access dbTools.

In this article
Back to top