Description
The IP class holds the data about an IP address
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
auto |
boolean |
1..1 |
A flag indicating whether the IP address is to be automatically assigned to the server (by DHCP or SLAAC) |
ipAddress |
string |
0..1 |
The IP address |
nicUUID |
string |
0..1 |
The UUID of the NIC to which the IP address is attached |
subnetUUID |
string |
0..1 |
The UUID of the subnet object in which the IP address is located |
type |
0..1 |
The type of the IP address (IPv4 or IPv6) |