public interface Nic extends Device
Modifier and Type | Method and Description |
---|---|
NicInterface |
_interface() |
BootProtocol |
bootProtocol() |
Boolean |
linked() |
Mac |
mac() |
Network |
network()
Usage of this element for creating or updating a NIC is deprecated, use "vnic_profile" instead.
|
Boolean |
onBoot() |
Boolean |
plugged() |
ReportedDevice[] |
reportedDevices() |
Statistic[] |
statistics() |
VnicProfile |
vnicProfile() |
instanceType, template, vm, vms
comment, description, id, name
Boolean linked()
NicInterface _interface()
Mac mac()
Boolean plugged()
ReportedDevice[] reportedDevices()
BootProtocol bootProtocol()
Boolean onBoot()
Network network()
Usage of this element for creating or updating a NIC is deprecated, use "vnic_profile" instead. It is preserved
because it is still in use by the initialization
element, as a holder for IP addresses and other network
details.
Statistic[] statistics()
VnicProfile vnicProfile()
Copyright © 2016. All rights reserved.