public class VmVnicRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
VmVnicRequest.AdapterType |
static class |
VmVnicRequest.IpAddressingMode |
Constructor and Description |
---|
VmVnicRequest(boolean primaryVnic,
String ipAddress,
VmVnicRequest.IpAddressingMode ipAssignment,
String networkUuid,
VmVnicRequest.AdapterType networkAdapterType) |
Modifier and Type | Method and Description |
---|---|
String |
getIpAddress()
Get ip address
|
VmVnicRequest.IpAddressingMode |
getIpAssignment()
Get ip address mode
|
VmVnicRequest.AdapterType |
getNetworkAdapterType()
Get adapter type
|
String |
getNetworkUuid()
Get network uuid
|
boolean |
isPrimaryVnic()
Get is primary vnic
|
public VmVnicRequest(boolean primaryVnic, String ipAddress, VmVnicRequest.IpAddressingMode ipAssignment, String networkUuid, VmVnicRequest.AdapterType networkAdapterType)
public boolean isPrimaryVnic()
boolean
is primary vnicpublic VmVnicRequest.IpAddressingMode getIpAssignment()
VmVnicRequest.IpAddressingMode
ip addressing modepublic VmVnicRequest.AdapterType getNetworkAdapterType()
VmVnicRequest.AdapterType
adapter typeCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.