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

118 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime"
name: "EstimatedPatchingTime"
nameWithType: "EstimatedPatchingTime"
summary: "The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching)."
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 **EstimatedPatchingTime**</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.EstimatedPatchingTime?alt=com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime&text=EstimatedPatchingTime\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.EstimatedPatchingTime()"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.EstimatedPatchingTime()"
name: "EstimatedPatchingTime()"
nameWithType: "EstimatedPatchingTime.EstimatedPatchingTime()"
summary: "Creates an instance of Estimated<wbr>Patching<wbr>Time class."
syntax: "public EstimatedPatchingTime()"
desc: "Creates an instance of EstimatedPatchingTime class."
methods:
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.estimatedDbServerPatchingTime()"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.estimatedDbServerPatchingTime()"
name: "estimatedDbServerPatchingTime()"
nameWithType: "EstimatedPatchingTime.estimatedDbServerPatchingTime()"
summary: "Get the estimated<wbr>DbServer<wbr>Patching<wbr>Time property: The estimated time required in minutes for database server patching."
syntax: "public Integer estimatedDbServerPatchingTime()"
desc: "Get the estimatedDbServerPatchingTime property: The estimated time required in minutes for database server patching."
returns:
description: "the estimatedDbServerPatchingTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.estimatedNetworkSwitchesPatchingTime()"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.estimatedNetworkSwitchesPatchingTime()"
name: "estimatedNetworkSwitchesPatchingTime()"
nameWithType: "EstimatedPatchingTime.estimatedNetworkSwitchesPatchingTime()"
summary: "Get the estimated<wbr>Network<wbr>Switches<wbr>Patching<wbr>Time property: The estimated time required in minutes for network switch patching."
syntax: "public Integer estimatedNetworkSwitchesPatchingTime()"
desc: "Get the estimatedNetworkSwitchesPatchingTime property: The estimated time required in minutes for network switch patching."
returns:
description: "the estimatedNetworkSwitchesPatchingTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.estimatedStorageServerPatchingTime()"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.estimatedStorageServerPatchingTime()"
name: "estimatedStorageServerPatchingTime()"
nameWithType: "EstimatedPatchingTime.estimatedStorageServerPatchingTime()"
summary: "Get the estimated<wbr>Storage<wbr>Server<wbr>Patching<wbr>Time property: The estimated time required in minutes for storage server patching."
syntax: "public Integer estimatedStorageServerPatchingTime()"
desc: "Get the estimatedStorageServerPatchingTime property: The estimated time required in minutes for storage server patching."
returns:
description: "the estimatedStorageServerPatchingTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "EstimatedPatchingTime.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Estimated<wbr>Patching<wbr>Time 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 EstimatedPatchingTime fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the EstimatedPatchingTime."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of EstimatedPatchingTime from the JsonReader."
returns:
description: "An instance of EstimatedPatchingTime if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime?alt=com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime&text=EstimatedPatchingTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "EstimatedPatchingTime.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.EstimatedPatchingTime.totalEstimatedPatchingTime()"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.totalEstimatedPatchingTime()"
name: "totalEstimatedPatchingTime()"
nameWithType: "EstimatedPatchingTime.totalEstimatedPatchingTime()"
summary: "Get the total<wbr>Estimated<wbr>Patching<wbr>Time property: The estimated total time required in minutes for all patching operations."
syntax: "public Integer totalEstimatedPatchingTime()"
desc: "Get the totalEstimatedPatchingTime property: The estimated total time required in minutes for all patching operations."
returns:
description: "the totalEstimatedPatchingTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.validate()"
fullName: "com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime.validate()"
name: "validate()"
nameWithType: "EstimatedPatchingTime.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching)."
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.EstimatedPatchingTime?alt=com.azure.resourcemanager.oracledatabase.models.EstimatedPatchingTime&text=EstimatedPatchingTime\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.oracledatabase.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0