public final class AseV3NetworkingConfigurationProperties extends Object
| Constructor and Description |
|---|
AseV3NetworkingConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowNewPrivateEndpointConnections()
Get the allowNewPrivateEndpointConnections property: Property to enable and disable new private endpoint
connection creation on ASE.
|
List<String> |
externalInboundIpAddresses()
Get the externalInboundIpAddresses property: The externalInboundIpAddresses property.
|
List<String> |
internalInboundIpAddresses()
Get the internalInboundIpAddresses property: The internalInboundIpAddresses property.
|
List<String> |
linuxOutboundIpAddresses()
Get the linuxOutboundIpAddresses property: The linuxOutboundIpAddresses property.
|
void |
validate()
Validates the instance.
|
List<String> |
windowsOutboundIpAddresses()
Get the windowsOutboundIpAddresses property: The windowsOutboundIpAddresses property.
|
AseV3NetworkingConfigurationProperties |
withAllowNewPrivateEndpointConnections(Boolean allowNewPrivateEndpointConnections)
Set the allowNewPrivateEndpointConnections property: Property to enable and disable new private endpoint
connection creation on ASE.
|
public AseV3NetworkingConfigurationProperties()
public List<String> windowsOutboundIpAddresses()
public List<String> linuxOutboundIpAddresses()
public List<String> externalInboundIpAddresses()
public List<String> internalInboundIpAddresses()
public Boolean allowNewPrivateEndpointConnections()
public AseV3NetworkingConfigurationProperties withAllowNewPrivateEndpointConnections(Boolean allowNewPrivateEndpointConnections)
allowNewPrivateEndpointConnections - the allowNewPrivateEndpointConnections value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.