public sealed class AutonomousDatabaseConnectionUrls : IMessage<AutonomousDatabaseConnectionUrls>, IEquatable<AutonomousDatabaseConnectionUrls>, IDeepCloneable<AutonomousDatabaseConnectionUrls>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class AutonomousDatabaseConnectionUrls.
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
Implements
IMessageAutonomousDatabaseConnectionUrls, IEquatableAutonomousDatabaseConnectionUrls, IDeepCloneableAutonomousDatabaseConnectionUrls, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
AutonomousDatabaseConnectionUrls()
public AutonomousDatabaseConnectionUrls()
AutonomousDatabaseConnectionUrls(AutonomousDatabaseConnectionUrls)
public AutonomousDatabaseConnectionUrls(AutonomousDatabaseConnectionUrls other)
Parameter | |
---|---|
Name | Description |
other |
AutonomousDatabaseConnectionUrls |
Properties
ApexUri
public string ApexUri { get; set; }
Output only. Oracle Application Express (APEX) URL.
Property Value | |
---|---|
Type | Description |
string |
DatabaseTransformsUri
public string DatabaseTransformsUri { get; set; }
Output only. The URL of the Database Transforms for the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
GraphStudioUri
public string GraphStudioUri { get; set; }
Output only. The URL of the Graph Studio for the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
MachineLearningNotebookUri
public string MachineLearningNotebookUri { get; set; }
Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
MachineLearningUserManagementUri
public string MachineLearningUserManagementUri { get; set; }
Output only. The URL of Machine Learning user management the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
MongoDbUri
public string MongoDbUri { get; set; }
Output only. The URL of the MongoDB API for the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
OrdsUri
public string OrdsUri { get; set; }
Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
SqlDevWebUri
public string SqlDevWebUri { get; set; }
Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |