public final class AddressSpace extends Object
| Constructor and Description |
|---|
AddressSpace() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addressPrefixes()
Get the addressPrefixes property: A list of address blocks reserved for this virtual network in CIDR notation.
|
void |
validate()
Validates the instance.
|
AddressSpace |
withAddressPrefixes(List<String> addressPrefixes)
Set the addressPrefixes property: A list of address blocks reserved for this virtual network in CIDR notation.
|
public List<String> addressPrefixes()
public AddressSpace withAddressPrefixes(List<String> addressPrefixes)
addressPrefixes - the addressPrefixes value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.