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

147 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile"
name: "HardwareProfile"
nameWithType: "HardwareProfile"
summary: "Specifies the hardware settings for the virtual machine."
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 **HardwareProfile**"
constructors:
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.HardwareProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.HardwareProfile()"
name: "HardwareProfile()"
nameWithType: "HardwareProfile.HardwareProfile()"
summary: "Creates an instance of Hardware<wbr>Profile class."
syntax: "public HardwareProfile()"
desc: "Creates an instance of HardwareProfile class."
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotAddEnabled()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotAddEnabled()"
name: "cpuHotAddEnabled()"
nameWithType: "HardwareProfile.cpuHotAddEnabled()"
summary: "Get the cpu<wbr>Hot<wbr>Add<wbr>Enabled property: Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running."
syntax: "public Boolean cpuHotAddEnabled()"
desc: "Get the cpuHotAddEnabled property: Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running."
returns:
description: "the cpuHotAddEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotRemoveEnabled()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotRemoveEnabled()"
name: "cpuHotRemoveEnabled()"
nameWithType: "HardwareProfile.cpuHotRemoveEnabled()"
summary: "Get the cpu<wbr>Hot<wbr>Remove<wbr>Enabled property: Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running."
syntax: "public Boolean cpuHotRemoveEnabled()"
desc: "Get the cpuHotRemoveEnabled property: Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running."
returns:
description: "the cpuHotRemoveEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memoryHotAddEnabled()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memoryHotAddEnabled()"
name: "memoryHotAddEnabled()"
nameWithType: "HardwareProfile.memoryHotAddEnabled()"
summary: "Get the memory<wbr>Hot<wbr>Add<wbr>Enabled property: Gets or sets a value indicating whether memory can be added while this virtual machine is running."
syntax: "public Boolean memoryHotAddEnabled()"
desc: "Get the memoryHotAddEnabled property: Gets or sets a value indicating whether memory can be added while this virtual machine is running."
returns:
description: "the memoryHotAddEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memorySizeMB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memorySizeMB()"
name: "memorySizeMB()"
nameWithType: "HardwareProfile.memorySizeMB()"
summary: "Get the memory<wbr>SizeMB property: Gets or sets memory size in MBs for the vm."
syntax: "public Integer memorySizeMB()"
desc: "Get the memorySizeMB property: Gets or sets memory size in MBs for the vm."
returns:
description: "the memorySizeMB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCPUs()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCPUs()"
name: "numCPUs()"
nameWithType: "HardwareProfile.numCPUs()"
summary: "Get the num<wbr>CPUs property: Gets or sets the number of v<wbr>CPUs for the vm."
syntax: "public Integer numCPUs()"
desc: "Get the numCPUs property: Gets or sets the number of vCPUs for the vm."
returns:
description: "the numCPUs value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCoresPerSocket()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCoresPerSocket()"
name: "numCoresPerSocket()"
nameWithType: "HardwareProfile.numCoresPerSocket()"
summary: "Get the num<wbr>Cores<wbr>Per<wbr>Socket property: Gets or sets the number of cores per socket for the vm."
syntax: "public Integer numCoresPerSocket()"
desc: "Get the numCoresPerSocket property: Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified."
returns:
description: "the numCoresPerSocket value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.validate()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.validate()"
name: "validate()"
nameWithType: "HardwareProfile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withMemorySizeMB(java.lang.Integer)"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withMemorySizeMB(Integer memorySizeMB)"
name: "withMemorySizeMB(Integer memorySizeMB)"
nameWithType: "HardwareProfile.withMemorySizeMB(Integer memorySizeMB)"
summary: "Set the memory<wbr>SizeMB property: Gets or sets memory size in MBs for the vm."
parameters:
- description: "the memorySizeMB value to set."
name: "memorySizeMB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public HardwareProfile withMemorySizeMB(Integer memorySizeMB)"
desc: "Set the memorySizeMB property: Gets or sets memory size in MBs for the vm."
returns:
description: "the HardwareProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCPUs(java.lang.Integer)"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCPUs(Integer numCPUs)"
name: "withNumCPUs(Integer numCPUs)"
nameWithType: "HardwareProfile.withNumCPUs(Integer numCPUs)"
summary: "Set the num<wbr>CPUs property: Gets or sets the number of v<wbr>CPUs for the vm."
parameters:
- description: "the numCPUs value to set."
name: "numCPUs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public HardwareProfile withNumCPUs(Integer numCPUs)"
desc: "Set the numCPUs property: Gets or sets the number of vCPUs for the vm."
returns:
description: "the HardwareProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCoresPerSocket(java.lang.Integer)"
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCoresPerSocket(Integer numCoresPerSocket)"
name: "withNumCoresPerSocket(Integer numCoresPerSocket)"
nameWithType: "HardwareProfile.withNumCoresPerSocket(Integer numCoresPerSocket)"
summary: "Set the num<wbr>Cores<wbr>Per<wbr>Socket property: Gets or sets the number of cores per socket for the vm."
parameters:
- description: "the numCoresPerSocket value to set."
name: "numCoresPerSocket"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public HardwareProfile withNumCoresPerSocket(Integer numCoresPerSocket)"
desc: "Set the numCoresPerSocket property: Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified."
returns:
description: "the HardwareProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the hardware settings for the virtual machine."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0