246 строки
18 KiB
YAML
246 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType"
|
|
name: "ConnectionUrlType"
|
|
nameWithType: "ConnectionUrlType"
|
|
summary: "The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ConnectionUrlType**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.ConnectionUrlType()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.ConnectionUrlType()"
|
|
name: "ConnectionUrlType()"
|
|
nameWithType: "ConnectionUrlType.ConnectionUrlType()"
|
|
summary: "Creates an instance of Connection<wbr>Url<wbr>Type class."
|
|
syntax: "public ConnectionUrlType()"
|
|
desc: "Creates an instance of ConnectionUrlType class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.apexUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.apexUrl()"
|
|
name: "apexUrl()"
|
|
nameWithType: "ConnectionUrlType.apexUrl()"
|
|
summary: "Get the apex<wbr>Url property: Oracle Application Express (APEX) URL."
|
|
syntax: "public String apexUrl()"
|
|
desc: "Get the apexUrl property: Oracle Application Express (APEX) URL."
|
|
returns:
|
|
description: "the apexUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.databaseTransformsUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.databaseTransformsUrl()"
|
|
name: "databaseTransformsUrl()"
|
|
nameWithType: "ConnectionUrlType.databaseTransformsUrl()"
|
|
summary: "Get the database<wbr>Transforms<wbr>Url property: The URL of the Database Transforms for the Autonomous Database."
|
|
syntax: "public String databaseTransformsUrl()"
|
|
desc: "Get the databaseTransformsUrl property: The URL of the Database Transforms for the Autonomous Database."
|
|
returns:
|
|
description: "the databaseTransformsUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ConnectionUrlType.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Connection<wbr>Url<wbr>Type from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static ConnectionUrlType fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ConnectionUrlType."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of ConnectionUrlType from the JsonReader."
|
|
returns:
|
|
description: "An instance of ConnectionUrlType if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.graphStudioUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.graphStudioUrl()"
|
|
name: "graphStudioUrl()"
|
|
nameWithType: "ConnectionUrlType.graphStudioUrl()"
|
|
summary: "Get the graph<wbr>Studio<wbr>Url property: The URL of the Graph Studio for the Autonomous Database."
|
|
syntax: "public String graphStudioUrl()"
|
|
desc: "Get the graphStudioUrl property: The URL of the Graph Studio for the Autonomous Database."
|
|
returns:
|
|
description: "the graphStudioUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.machineLearningNotebookUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.machineLearningNotebookUrl()"
|
|
name: "machineLearningNotebookUrl()"
|
|
nameWithType: "ConnectionUrlType.machineLearningNotebookUrl()"
|
|
summary: "Get the machine<wbr>Learning<wbr>Notebook<wbr>Url property: The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database."
|
|
syntax: "public String machineLearningNotebookUrl()"
|
|
desc: "Get the machineLearningNotebookUrl property: The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database."
|
|
returns:
|
|
description: "the machineLearningNotebookUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.mongoDbUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.mongoDbUrl()"
|
|
name: "mongoDbUrl()"
|
|
nameWithType: "ConnectionUrlType.mongoDbUrl()"
|
|
summary: "Get the mongo<wbr>DbUrl property: The URL of the MongoDB API for the Autonomous Database."
|
|
syntax: "public String mongoDbUrl()"
|
|
desc: "Get the mongoDbUrl property: The URL of the MongoDB API for the Autonomous Database."
|
|
returns:
|
|
description: "the mongoDbUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.ordsUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.ordsUrl()"
|
|
name: "ordsUrl()"
|
|
nameWithType: "ConnectionUrlType.ordsUrl()"
|
|
summary: "Get the ords<wbr>Url property: The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database."
|
|
syntax: "public String ordsUrl()"
|
|
desc: "Get the ordsUrl property: The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database."
|
|
returns:
|
|
description: "the ordsUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.sqlDevWebUrl()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.sqlDevWebUrl()"
|
|
name: "sqlDevWebUrl()"
|
|
nameWithType: "ConnectionUrlType.sqlDevWebUrl()"
|
|
summary: "Get the sql<wbr>Dev<wbr>Web<wbr>Url property: Oracle SQL Developer Web URL."
|
|
syntax: "public String sqlDevWebUrl()"
|
|
desc: "Get the sqlDevWebUrl property: Oracle SQL Developer Web URL."
|
|
returns:
|
|
description: "the sqlDevWebUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ConnectionUrlType.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.validate()"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ConnectionUrlType.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withApexUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withApexUrl(String apexUrl)"
|
|
name: "withApexUrl(String apexUrl)"
|
|
nameWithType: "ConnectionUrlType.withApexUrl(String apexUrl)"
|
|
summary: "Set the apex<wbr>Url property: Oracle Application Express (APEX) URL."
|
|
parameters:
|
|
- description: "the apexUrl value to set."
|
|
name: "apexUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withApexUrl(String apexUrl)"
|
|
desc: "Set the apexUrl property: Oracle Application Express (APEX) URL."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withDatabaseTransformsUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withDatabaseTransformsUrl(String databaseTransformsUrl)"
|
|
name: "withDatabaseTransformsUrl(String databaseTransformsUrl)"
|
|
nameWithType: "ConnectionUrlType.withDatabaseTransformsUrl(String databaseTransformsUrl)"
|
|
summary: "Set the database<wbr>Transforms<wbr>Url property: The URL of the Database Transforms for the Autonomous Database."
|
|
parameters:
|
|
- description: "the databaseTransformsUrl value to set."
|
|
name: "databaseTransformsUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withDatabaseTransformsUrl(String databaseTransformsUrl)"
|
|
desc: "Set the databaseTransformsUrl property: The URL of the Database Transforms for the Autonomous Database."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withGraphStudioUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withGraphStudioUrl(String graphStudioUrl)"
|
|
name: "withGraphStudioUrl(String graphStudioUrl)"
|
|
nameWithType: "ConnectionUrlType.withGraphStudioUrl(String graphStudioUrl)"
|
|
summary: "Set the graph<wbr>Studio<wbr>Url property: The URL of the Graph Studio for the Autonomous Database."
|
|
parameters:
|
|
- description: "the graphStudioUrl value to set."
|
|
name: "graphStudioUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withGraphStudioUrl(String graphStudioUrl)"
|
|
desc: "Set the graphStudioUrl property: The URL of the Graph Studio for the Autonomous Database."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withMachineLearningNotebookUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withMachineLearningNotebookUrl(String machineLearningNotebookUrl)"
|
|
name: "withMachineLearningNotebookUrl(String machineLearningNotebookUrl)"
|
|
nameWithType: "ConnectionUrlType.withMachineLearningNotebookUrl(String machineLearningNotebookUrl)"
|
|
summary: "Set the machine<wbr>Learning<wbr>Notebook<wbr>Url property: The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database."
|
|
parameters:
|
|
- description: "the machineLearningNotebookUrl value to set."
|
|
name: "machineLearningNotebookUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withMachineLearningNotebookUrl(String machineLearningNotebookUrl)"
|
|
desc: "Set the machineLearningNotebookUrl property: The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withMongoDbUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withMongoDbUrl(String mongoDbUrl)"
|
|
name: "withMongoDbUrl(String mongoDbUrl)"
|
|
nameWithType: "ConnectionUrlType.withMongoDbUrl(String mongoDbUrl)"
|
|
summary: "Set the mongo<wbr>DbUrl property: The URL of the MongoDB API for the Autonomous Database."
|
|
parameters:
|
|
- description: "the mongoDbUrl value to set."
|
|
name: "mongoDbUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withMongoDbUrl(String mongoDbUrl)"
|
|
desc: "Set the mongoDbUrl property: The URL of the MongoDB API for the Autonomous Database."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withOrdsUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withOrdsUrl(String ordsUrl)"
|
|
name: "withOrdsUrl(String ordsUrl)"
|
|
nameWithType: "ConnectionUrlType.withOrdsUrl(String ordsUrl)"
|
|
summary: "Set the ords<wbr>Url property: The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database."
|
|
parameters:
|
|
- description: "the ordsUrl value to set."
|
|
name: "ordsUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withOrdsUrl(String ordsUrl)"
|
|
desc: "Set the ordsUrl property: The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withSqlDevWebUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType.withSqlDevWebUrl(String sqlDevWebUrl)"
|
|
name: "withSqlDevWebUrl(String sqlDevWebUrl)"
|
|
nameWithType: "ConnectionUrlType.withSqlDevWebUrl(String sqlDevWebUrl)"
|
|
summary: "Set the sql<wbr>Dev<wbr>Web<wbr>Url property: Oracle SQL Developer Web URL."
|
|
parameters:
|
|
- description: "the sqlDevWebUrl value to set."
|
|
name: "sqlDevWebUrl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ConnectionUrlType withSqlDevWebUrl(String sqlDevWebUrl)"
|
|
desc: "Set the sqlDevWebUrl property: Oracle SQL Developer Web URL."
|
|
returns:
|
|
description: "the ConnectionUrlType object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType?alt=com.azure.resourcemanager.oracledatabase.models.ConnectionUrlType&text=ConnectionUrlType\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.oracledatabase.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0
|