NetworkManualIpReservation

NetworkManualIpReservation
NetworkManualIpReservation

Describes a Manual IP Reservation of a Network. User can request specific IP addresses or specific number of free IP Addresses.

AllOf
This class requires all of the following:
JSON Example
{
    "status": "string",
    "id": "urn:vcloud:networkManualIpReservation:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "networkRef": {
        "name": "string",
        "id": "string"
    },
    "ipAddresses": "string",
    "ipQuantity": 0,
    "subnet": "string",
    "expirationType": "string",
    "expirationDate": "string",
    "expirationVAppRef": {
        "name": "string",
        "id": "string"
    },
    "expirationVAppVdcRef": {
        "name": "string",
        "id": "string"
    },
    "allowIpUsageByServiceOrVm": false,
    "removeIpAfterUsage": false,
    "createdBy": "string",
    "updatedBy": "string",
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "creationDate": "string"
}