SubnetRule
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.
JSON Example
{
"name": "string",
"remote_subnet": "string",
"local_subnet": "string",
"remote_ip_settings": {
"ip_v4": {
"default_gateway": "string",
"alternate_gateway": "string"
},
"dns": {
"type": "string",
"preferred_server": "string",
"alternate_server": "string",
"suffixes": [
{}
]
},
"wins": {
"primary_server": "string",
"alternate_server": "string"
}
}
}
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.
string
local_subnet
Optional
An expression specifying the local (protected) site subnet. Currently, only the CIDR notation is supported.