public class PoolEndpointConfiguration extends Object
| Constructor and Description |
|---|
PoolEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<InboundNatPool> |
inboundNatPools()
Get the inboundNatPools value.
|
PoolEndpointConfiguration |
withInboundNatPools(List<InboundNatPool> inboundNatPools)
Set the inboundNatPools value.
|
public List<InboundNatPool> inboundNatPools()
public PoolEndpointConfiguration withInboundNatPools(List<InboundNatPool> inboundNatPools)
inboundNatPools - the inboundNatPools 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.
*/