IpSpaceMigrationViolation
IpSpaceMigrationViolation
Detailed information about a violation related to IP Space migration of a Provider Gateway.
JSON Example
{
"violationValue": "string",
"violationMessage": "string",
"category": "string",
"matchingIpSpaceRef": {
"name": "string",
"id": "string"
},
"matchingIpSpaceUplinkRef": {
"name": "string",
"id": "string"
},
"usedByRef": {
"name": "string",
"id": "string"
},
"ownerRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
}
}
string
violationValue
Optional
An individual IP or an IP Prefix which is the cause of this violation. Typically this is a floating IP address or an IP Prefix which is unaccounted for in IP Spaces. This will be set to NULL if the category is WARNING.
string
violationMessage
Optional
The localized description of the violation. For WARNING category, this will convey the warning message related to the migration.
string
category
Optional
The category of the violation. Possible values are:
- FLOATING_IP - For violations related to the floating IP addresses used on Edge Gateways associated with the Provider Gateway.
- IP_PREFIX - For violations related to the IP Prefixes which are used by the Org vDC networks associated with the Provider Gateway.
- WARNING - A cautionary violation category which conveys some useful information related to the state of Provider Gateway and its associated entities before the migration. These violations do not block the migration of Provider Gateway.