[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
SubnetRule
A rule describing mapping between protection side IP parameters to recovery side ones for a single IP subnet. Currently IPv6 customization is not supported.
Properties
string
local_subnet
Optional
An expression specifying the local (protected) site subnet. Currently, only the CIDR notation is supported.
string
name
Optional
Name of the SubnetRule
string
remote_subnet
Optional
An expression specifying the remote (recovery) site subnet. Currently, only the CIDR notation is supported.
JSON Example
{
"local_subnet": "string",
"name": "string",
"remote_ip_settings": {
"dns": {
"alternate_server": "string",
"preferred_server": "string",
"suffixes": [
"string"
],
"type": "DHCP"
},
"ip_v4": {
"alternate_gateway": "string",
"default_gateway": "string"
},
"wins": {
"alternate_server": "string",
"primary_server": "string"
}
},
"remote_subnet": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of
IPMapping