### YamlMime:JavaType uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot" name: "MachineSkuSlot" nameWithType: "MachineSkuSlot" summary: "MachineSkuSlot represents a single SKU and rack slot associated with the machine." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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 MachineSkuSlot 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 bootstrapProtocol 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: "" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuCores()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuCores()" name: "cpuCores()" nameWithType: "MachineSkuSlot.cpuCores()" summary: "Get the cpuCores 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: "Long" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuSockets()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.cpuSockets()" name: "cpuSockets()" nameWithType: "MachineSkuSlot.cpuSockets()" summary: "Get the cpuSockets 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: "Long" - 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 disks()" desc: "Get the disks property: The list of disks." returns: description: "the disks value." type: "List<>" - 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: "String" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.hardwareVersion()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.hardwareVersion()" name: "hardwareVersion()" nameWithType: "MachineSkuSlot.hardwareVersion()" summary: "Get the hardwareVersion 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: "String" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.memoryCapacityGB()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.memoryCapacityGB()" name: "memoryCapacityGB()" nameWithType: "MachineSkuSlot.memoryCapacityGB()" summary: "Get the memoryCapacityGB 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: "Long" - 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: "String" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.networkInterfaces()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.networkInterfaces()" name: "networkInterfaces()" nameWithType: "MachineSkuSlot.networkInterfaces()" summary: "Get the networkInterfaces property: The list of network interfaces." syntax: "public List networkInterfaces()" desc: "Get the networkInterfaces property: The list of network interfaces." returns: description: "the networkInterfaces value." type: "List<>" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.rackSlot()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.rackSlot()" name: "rackSlot()" nameWithType: "MachineSkuSlot.rackSlot()" summary: "Get the rackSlot 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: "Long" - uid: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.totalThreads()" fullName: "com.azure.resourcemanager.networkcloud.models.MachineSkuSlot.totalThreads()" name: "totalThreads()" nameWithType: "MachineSkuSlot.totalThreads()" summary: "Get the totalThreads 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: "Long" - 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: "String" 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