Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Nic |
build() |
Nic.Builder |
copy(Nic model) |
Nic.Builder |
ipAddresses(List<String> ipAddresses)
List of IP addresses.
|
Nic.Builder |
label(String label)
Provides a label and summary information for the device.
|
Nic.Builder |
macAddress(String macAddress)
Mac address of the VM.
|
Nic.Builder |
macAddressType(String macAddressType)
Mac address type.
|
Nic.Builder |
networkName(String networkName)
Network name.
|
Nic.Builder |
switchName(String switchName)
Switch name.
|
public Nic.Builder label(String label)
Provides a label and summary information for the device.
label
- the value to setpublic Nic.Builder switchName(String switchName)
Switch name.
switchName
- the value to setpublic Nic.Builder macAddress(String macAddress)
Mac address of the VM.
macAddress
- the value to setpublic Nic.Builder macAddressType(String macAddressType)
Mac address type.
macAddressType
- the value to setpublic Nic.Builder networkName(String networkName)
Network name.
networkName
- the value to setpublic Nic.Builder ipAddresses(List<String> ipAddresses)
List of IP addresses.
ipAddresses
- the value to setpublic Nic build()
public Nic.Builder copy(Nic model)
Copyright © 2016–2024. All rights reserved.