93 строки
6.6 KiB
YAML
93 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.developer.devcenter.models.DevBoxHardwareProfile"
|
|
fullName: "com.azure.developer.devcenter.models.DevBoxHardwareProfile"
|
|
name: "DevBoxHardwareProfile"
|
|
nameWithType: "DevBoxHardwareProfile"
|
|
summary: "Hardware specifications for the Dev Box."
|
|
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 **DevBoxHardwareProfile**</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.developer.devcenter.models.DevBoxHardwareProfile?alt=com.azure.developer.devcenter.models.DevBoxHardwareProfile&text=DevBoxHardwareProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DevBoxHardwareProfile.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Dev<wbr>Box<wbr>Hardware<wbr>Profile 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 DevBoxHardwareProfile fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DevBoxHardwareProfile."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DevBoxHardwareProfile from the JsonReader."
|
|
returns:
|
|
description: "An instance of DevBoxHardwareProfile 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.developer.devcenter.models.DevBoxHardwareProfile?alt=com.azure.developer.devcenter.models.DevBoxHardwareProfile&text=DevBoxHardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.getMemoryInGb()"
|
|
fullName: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.getMemoryInGb()"
|
|
name: "getMemoryInGb()"
|
|
nameWithType: "DevBoxHardwareProfile.getMemoryInGb()"
|
|
summary: "Get the memory<wbr>InGb property: The amount of memory available for the Dev Box."
|
|
syntax: "public Integer getMemoryInGb()"
|
|
desc: "Get the memoryInGb property: The amount of memory available for the Dev Box."
|
|
returns:
|
|
description: "the memoryInGb value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.getSkuName()"
|
|
fullName: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.getSkuName()"
|
|
name: "getSkuName()"
|
|
nameWithType: "DevBoxHardwareProfile.getSkuName()"
|
|
summary: "Get the sku<wbr>Name property: The name of the SKU."
|
|
syntax: "public SkuName getSkuName()"
|
|
desc: "Get the skuName property: The name of the SKU."
|
|
returns:
|
|
description: "the skuName value."
|
|
type: "<xref href=\"com.azure.developer.devcenter.models.SkuName?alt=com.azure.developer.devcenter.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.getVCpus()"
|
|
fullName: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.getVCpus()"
|
|
name: "getVCpus()"
|
|
nameWithType: "DevBoxHardwareProfile.getVCpus()"
|
|
summary: "Get the v<wbr>Cpus property: The number of v<wbr>CPUs available for the Dev Box."
|
|
syntax: "public Integer getVCpus()"
|
|
desc: "Get the vCpus property: The number of vCPUs available for the Dev Box."
|
|
returns:
|
|
description: "the vCpus value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.developer.devcenter.models.DevBoxHardwareProfile.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DevBoxHardwareProfile.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\" />"
|
|
type: "class"
|
|
desc: "Hardware specifications for the Dev Box."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.developer.devcenter.models.DevBoxHardwareProfile?alt=com.azure.developer.devcenter.models.DevBoxHardwareProfile&text=DevBoxHardwareProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.developer.devcenter.models"
|
|
artifact: com.azure:azure-developer-devcenter:1.0.5
|