Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
Nic |
Nic.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Nic> |
ComputeProperties.getNics()
List of network ethernet cards attached to a virtual machine.
|
Modifier and Type | Method and Description |
---|---|
Nic.Builder |
Nic.Builder.copy(Nic model) |
Modifier and Type | Method and Description |
---|---|
ComputeProperties.Builder |
ComputeProperties.Builder.nics(List<Nic> nics)
List of network ethernet cards attached to a virtual machine.
|
Constructor and Description |
---|
ComputeProperties(String primaryIp,
String dnsName,
String description,
Integer coresCount,
String cpuModel,
Integer gpuDevicesCount,
List<GpuDevice> gpuDevices,
Integer threadsPerCoreCount,
Long memoryInMBs,
Boolean isPmemEnabled,
Long pmemInMBs,
String operatingSystem,
String operatingSystemVersion,
String hostName,
String powerState,
String guestState,
Boolean isTpmEnabled,
Integer connectedNetworks,
Integer nicsCount,
List<Nic> nics,
Long storageProvisionedInMBs,
Integer disksCount,
List<Disk> disks,
String firmware,
String latencySensitivity,
List<Nvdimm> nvdimms,
NvdimmController nvdimmController,
ScsiController scsiController,
String hardwareVersion)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.