Class VanityUrlDetails
Details for api gateway and vanity url(custom url) for dbTools.
Inherited Members
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. |