Uses of Enum Class
com.iland.core.web.rest.shared.IPAddressingMode
Packages that use IPAddressingMode
Package
Description
-
Uses of IPAddressingMode in com.iland.core.web.rest.request.vm
Methods in com.iland.core.web.rest.request.vm that return IPAddressingModeModifier and TypeMethodDescriptionVmCreateRequest.getIpAddressingMode()Get the IP addressing mode.Constructors in com.iland.core.web.rest.request.vm with parameters of type IPAddressingModeModifierConstructorDescriptionVmCreateRequest(String name, String description, IPAddressingMode ipAddressingMode, String networkUuid, String vappTemplateUuid, String vmTemplateUuid, String ipAddress, String storageProfileUuid) -
Uses of IPAddressingMode in com.iland.core.web.rest.response.vm
Methods in com.iland.core.web.rest.response.vm that return IPAddressingModeModifier and TypeMethodDescriptionVirtualNetworkCardResponse.getIpAddressingMode()Get the IP addresssing mode.Constructors in com.iland.core.web.rest.response.vm with parameters of type IPAddressingModeModifierConstructorDescriptionVirtualNetworkCardResponse(String ipAddress, IPAddressingMode ipAddressingMode, String macAddress, String networkName, boolean isConnected, boolean isPrimary, int vnicId, boolean deleted, String adapterType) Instantiates a new Virtual network card.