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

165 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot"
name: "MachineSkuSlot"
nameWithType: "MachineSkuSlot"
summary: "Machine<wbr>Sku<wbr>Slot represents a single SKU and rack slot associated with the 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 **MachineSkuSlot**"
constructors:
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.MachineSkuSlot()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.MachineSkuSlot()"
name: "MachineSkuSlot()"
nameWithType: "MachineSkuSlot.MachineSkuSlot()"
summary: "Creates an instance of Machine<wbr>Sku<wbr>Slot class."
syntax: "public MachineSkuSlot()"
desc: "Creates an instance of MachineSkuSlot class."
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.bootstrapProtocol()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.bootstrapProtocol()"
name: "bootstrapProtocol()"
nameWithType: "MachineSkuSlot.bootstrapProtocol()"
summary: "Get the bootstrap<wbr>Protocol property: The type of bootstrap protocol used."
syntax: "public BootstrapProtocol bootstrapProtocol()"
desc: "Get the bootstrapProtocol property: The type of bootstrap protocol used."
returns:
description: "the bootstrapProtocol value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BootstrapProtocol?alt=com.azure.resourcemanager.networkcloud.models.BootstrapProtocol&text=BootstrapProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuCores()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuCores()"
name: "cpuCores()"
nameWithType: "MachineSkuSlot.cpuCores()"
summary: "Get the cpu<wbr>Cores property: The count of CPU cores for this machine."
syntax: "public Long cpuCores()"
desc: "Get the cpuCores property: The count of CPU cores for this machine."
returns:
description: "the cpuCores value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuSockets()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuSockets()"
name: "cpuSockets()"
nameWithType: "MachineSkuSlot.cpuSockets()"
summary: "Get the cpu<wbr>Sockets property: The count of CPU sockets for this machine."
syntax: "public Long cpuSockets()"
desc: "Get the cpuSockets property: The count of CPU sockets for this machine."
returns:
description: "the cpuSockets value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.disks()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.disks()"
name: "disks()"
nameWithType: "MachineSkuSlot.disks()"
summary: "Get the disks property: The list of disks."
syntax: "public List<MachineDisk> disks()"
desc: "Get the disks property: The list of disks."
returns:
description: "the disks value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.MachineDisk?alt=com.azure.resourcemanager.networkcloud.models.MachineDisk&text=MachineDisk\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.generation()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.generation()"
name: "generation()"
nameWithType: "MachineSkuSlot.generation()"
summary: "Get the generation property: The generation of the architecture."
syntax: "public String generation()"
desc: "Get the generation property: The generation of the architecture."
returns:
description: "the generation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.hardwareVersion()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.hardwareVersion()"
name: "hardwareVersion()"
nameWithType: "MachineSkuSlot.hardwareVersion()"
summary: "Get the hardware<wbr>Version property: The hardware version of the machine."
syntax: "public String hardwareVersion()"
desc: "Get the hardwareVersion property: The hardware version of the machine."
returns:
description: "the hardwareVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.memoryCapacityGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.memoryCapacityGB()"
name: "memoryCapacityGB()"
nameWithType: "MachineSkuSlot.memoryCapacityGB()"
summary: "Get the memory<wbr>CapacityGB property: The maximum amount of memory in GB."
syntax: "public Long memoryCapacityGB()"
desc: "Get the memoryCapacityGB property: The maximum amount of memory in GB."
returns:
description: "the memoryCapacityGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.model()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.model()"
name: "model()"
nameWithType: "MachineSkuSlot.model()"
summary: "Get the model property: The model of the machine."
syntax: "public String model()"
desc: "Get the model property: The model of the machine."
returns:
description: "the model value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.networkInterfaces()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.networkInterfaces()"
name: "networkInterfaces()"
nameWithType: "MachineSkuSlot.networkInterfaces()"
summary: "Get the network<wbr>Interfaces property: The list of network interfaces."
syntax: "public List<NetworkInterface> networkInterfaces()"
desc: "Get the networkInterfaces property: The list of network interfaces."
returns:
description: "the networkInterfaces value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.NetworkInterface?alt=com.azure.resourcemanager.networkcloud.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.rackSlot()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.rackSlot()"
name: "rackSlot()"
nameWithType: "MachineSkuSlot.rackSlot()"
summary: "Get the rack<wbr>Slot property: The position in the rack for the machine."
syntax: "public Long rackSlot()"
desc: "Get the rackSlot property: The position in the rack for the machine."
returns:
description: "the rackSlot value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.totalThreads()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.totalThreads()"
name: "totalThreads()"
nameWithType: "MachineSkuSlot.totalThreads()"
summary: "Get the total<wbr>Threads property: The count of SMT and physical core threads for this machine."
syntax: "public Long totalThreads()"
desc: "Get the totalThreads property: The count of SMT and physical core threads for this machine."
returns:
description: "the totalThreads value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.validate()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.validate()"
name: "validate()"
nameWithType: "MachineSkuSlot.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.vendor()"
fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.vendor()"
name: "vendor()"
nameWithType: "MachineSkuSlot.vendor()"
summary: "Get the vendor property: The make of the machine."
syntax: "public String vendor()"
desc: "Get the vendor property: The make of the machine."
returns:
description: "the vendor value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "MachineSkuSlot represents a single SKU and rack slot associated with the machine."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0