Package com.oracle.bmc.cloudbridge.model
Class Nic.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.Nic.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Nicbuild()Nic.Buildercopy(Nic model)Nic.BuilderipAddresses(List<String> ipAddresses)List of IP addresses.Nic.Builderlabel(String label)Provides a label and summary information for the device.Nic.BuildermacAddress(String macAddress)Mac address of the VM.Nic.BuildermacAddressType(String macAddressType)Mac address type.Nic.BuildernetworkName(String networkName)Network name.Nic.BuilderswitchName(String switchName)Switch name.
 
- 
- 
- 
Method Detail- 
labelpublic Nic.Builder label(String label) Provides a label and summary information for the device.- Parameters:
- label- the value to set
- Returns:
- this builder
 
 - 
switchNamepublic Nic.Builder switchName(String switchName) Switch name.- Parameters:
- switchName- the value to set
- Returns:
- this builder
 
 - 
macAddresspublic Nic.Builder macAddress(String macAddress) Mac address of the VM.- Parameters:
- macAddress- the value to set
- Returns:
- this builder
 
 - 
macAddressTypepublic Nic.Builder macAddressType(String macAddressType) Mac address type.- Parameters:
- macAddressType- the value to set
- Returns:
- this builder
 
 - 
networkNamepublic Nic.Builder networkName(String networkName) Network name.- Parameters:
- networkName- the value to set
- Returns:
- this builder
 
 - 
ipAddressespublic Nic.Builder ipAddresses(List<String> ipAddresses) List of IP addresses.- Parameters:
- ipAddresses- the value to set
- Returns:
- this builder
 
 - 
buildpublic Nic build() 
 - 
copypublic Nic.Builder copy(Nic model) 
 
- 
 
-