public final class FirewallPolicySnat extends Object
| Constructor and Description |
|---|
FirewallPolicySnat() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
privateRanges()
Get the privateRanges property: List of private IP addresses/IP address ranges to not be SNAT.
|
void |
validate()
Validates the instance.
|
FirewallPolicySnat |
withPrivateRanges(List<String> privateRanges)
Set the privateRanges property: List of private IP addresses/IP address ranges to not be SNAT.
|
public List<String> privateRanges()
public FirewallPolicySnat withPrivateRanges(List<String> privateRanges)
privateRanges - the privateRanges value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.