Class VmCopyMoveVmVnicRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmCopyMoveVmVnicRequest
- All Implemented Interfaces:
Serializable
Vm Copy Move Vm Vnic Request.
- Author:
- Brett Snyder
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionVmCopyMoveVmVnicRequest(int index, String networkName, boolean isPrimary, String ipAddress, VmCopyMoveVmVnicRequest.IpAddressingMode ipAddressingMode) -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Get vNic index.Get the vnic ip address.Get the ip addressing mode.Get network name.booleanWhether vnic is primary.
-
Constructor Details
-
VmCopyMoveVmVnicRequest
public VmCopyMoveVmVnicRequest(int index, String networkName, boolean isPrimary, String ipAddress, VmCopyMoveVmVnicRequest.IpAddressingMode ipAddressingMode)
-
-
Method Details
-
getIndex
public int getIndex()Get vNic index.- Returns:
- vnic index
-
getNetworkName
Get network name.- Returns:
Stringname
-
isPrimary
public boolean isPrimary()Whether vnic is primary.- Returns:
- primary vnic
-
getIpAddress
Get the vnic ip address.- Returns:
Stringip address
-
getIpAddressingMode
Get the ip addressing mode.- Returns:
VmCopyMoveVmVnicRequest.IpAddressingModeip addressing mode
-