azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.o...

150 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails"
name: "GenerateAutonomousDatabaseWalletDetails"
nameWithType: "GenerateAutonomousDatabaseWalletDetails"
summary: "Autonomous Database Generate Wallet resource model."
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 **GenerateAutonomousDatabaseWalletDetails**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails?alt=com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails&text=GenerateAutonomousDatabaseWalletDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.GenerateAutonomousDatabaseWalletDetails()"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.GenerateAutonomousDatabaseWalletDetails()"
name: "GenerateAutonomousDatabaseWalletDetails()"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.GenerateAutonomousDatabaseWalletDetails()"
summary: "Creates an instance of Generate<wbr>Autonomous<wbr>Database<wbr>Wallet<wbr>Details class."
syntax: "public GenerateAutonomousDatabaseWalletDetails()"
desc: "Creates an instance of GenerateAutonomousDatabaseWalletDetails class."
methods:
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Generate<wbr>Autonomous<wbr>Database<wbr>Wallet<wbr>Details 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 GenerateAutonomousDatabaseWalletDetails fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of GenerateAutonomousDatabaseWalletDetails from the JsonReader."
returns:
description: "An instance of GenerateAutonomousDatabaseWalletDetails if the JsonReader was pointing to an instance of\n it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails?alt=com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails&text=GenerateAutonomousDatabaseWalletDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.generateType()"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.generateType()"
name: "generateType()"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.generateType()"
summary: "Get the generate<wbr>Type property: The type of wallet to generate."
syntax: "public GenerateType generateType()"
desc: "Get the generateType property: The type of wallet to generate."
returns:
description: "the generateType value."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateType?alt=com.azure.resourcemanager.oracledatabase.models.GenerateType&text=GenerateType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.isRegional()"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.isRegional()"
name: "isRegional()"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.isRegional()"
summary: "Get the is<wbr>Regional property: True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only."
syntax: "public Boolean isRegional()"
desc: "Get the isRegional property: True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only."
returns:
description: "the isRegional value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.password()"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.password()"
name: "password()"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.password()"
summary: "Get the password property: The password to encrypt the keys inside the wallet."
syntax: "public String password()"
desc: "Get the password property: The password to encrypt the keys inside the wallet."
returns:
description: "the password value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.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.GenerateAutonomousDatabaseWalletDetails.validate()"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.validate()"
name: "validate()"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.withGenerateType(com.azure.resourcemanager.oracledatabase.models.GenerateType)"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.withGenerateType(GenerateType generateType)"
name: "withGenerateType(GenerateType generateType)"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.withGenerateType(GenerateType generateType)"
summary: "Set the generate<wbr>Type property: The type of wallet to generate."
parameters:
- description: "the generateType value to set."
name: "generateType"
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateType?alt=com.azure.resourcemanager.oracledatabase.models.GenerateType&text=GenerateType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GenerateAutonomousDatabaseWalletDetails withGenerateType(GenerateType generateType)"
desc: "Set the generateType property: The type of wallet to generate."
returns:
description: "the GenerateAutonomousDatabaseWalletDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails?alt=com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails&text=GenerateAutonomousDatabaseWalletDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.withIsRegional(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.withIsRegional(Boolean isRegional)"
name: "withIsRegional(Boolean isRegional)"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.withIsRegional(Boolean isRegional)"
summary: "Set the is<wbr>Regional property: True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only."
parameters:
- description: "the isRegional value to set."
name: "isRegional"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public GenerateAutonomousDatabaseWalletDetails withIsRegional(Boolean isRegional)"
desc: "Set the isRegional property: True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only."
returns:
description: "the GenerateAutonomousDatabaseWalletDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails?alt=com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails&text=GenerateAutonomousDatabaseWalletDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.withPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "GenerateAutonomousDatabaseWalletDetails.withPassword(String password)"
summary: "Set the password property: The password to encrypt the keys inside the wallet."
parameters:
- description: "the password value to set."
name: "password"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GenerateAutonomousDatabaseWalletDetails withPassword(String password)"
desc: "Set the password property: The password to encrypt the keys inside the wallet."
returns:
description: "the GenerateAutonomousDatabaseWalletDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails?alt=com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails&text=GenerateAutonomousDatabaseWalletDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Autonomous Database Generate Wallet resource model."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails?alt=com.azure.resourcemanager.oracledatabase.models.GenerateAutonomousDatabaseWalletDetails&text=GenerateAutonomousDatabaseWalletDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.oracledatabase.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0