public class AddressSpace extends Object
| Constructor and Description |
|---|
AddressSpace() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addressPrefixes()
Get the addressPrefixes value.
|
AddressSpace |
withAddressPrefixes(List<String> addressPrefixes)
Set the addressPrefixes value.
|
public List<String> addressPrefixes()
public AddressSpace withAddressPrefixes(List<String> addressPrefixes)
addressPrefixes - the addressPrefixes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/