Package | Description |
---|---|
com.iland.core.web.rest.request.vm | |
com.iland.core.web.rest.response.vm | |
com.iland.core.web.rest.shared |
Modifier and Type | Method and Description |
---|---|
IPAddressingMode |
VmCreateRequest.getIpAddressingMode()
Get the IP addressing mode.
|
Constructor and Description |
---|
VmCreateRequest(String name,
String description,
IPAddressingMode ipAddressingMode,
String networkUuid,
String vappTemplateUuid,
String vmTemplateUuid,
String ipAddress,
String storageProfileUuid) |
Modifier and Type | Method and Description |
---|---|
IPAddressingMode |
VirtualNetworkCardResponse.getIpAddressingMode()
Get the IP addresssing mode.
|
Constructor and Description |
---|
VirtualNetworkCardResponse(String ipAddress,
IPAddressingMode ipAddressingMode,
String macAddress,
String networkName,
boolean isConnected,
boolean isPrimary,
int vnicId,
boolean deleted,
String adapterType)
Instantiates a new Virtual network card.
|
Modifier and Type | Method and Description |
---|---|
static IPAddressingMode |
IPAddressingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPAddressingMode[] |
IPAddressingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.