public class InboundNatPool extends Object
| Constructor and Description | 
|---|
| InboundNatPool() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | backendPort()Get the backendPort value. | 
| int | frontendPortRangeEnd()Get the frontendPortRangeEnd value. | 
| int | frontendPortRangeStart()Get the frontendPortRangeStart value. | 
| String | name()Get the name value. | 
| List<NetworkSecurityGroupRule> | networkSecurityGroupRules()Get the networkSecurityGroupRules value. | 
| InboundEndpointProtocol | protocol()Get the protocol value. | 
| InboundNatPool | withBackendPort(int backendPort)Set the backendPort value. | 
| InboundNatPool | withFrontendPortRangeEnd(int frontendPortRangeEnd)Set the frontendPortRangeEnd value. | 
| InboundNatPool | withFrontendPortRangeStart(int frontendPortRangeStart)Set the frontendPortRangeStart value. | 
| InboundNatPool | withName(String name)Set the name value. | 
| InboundNatPool | withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)Set the networkSecurityGroupRules value. | 
| InboundNatPool | withProtocol(InboundEndpointProtocol protocol)Set the protocol value. | 
public String name()
public InboundNatPool withName(String name)
name - the name value to setpublic InboundEndpointProtocol protocol()
public InboundNatPool withProtocol(InboundEndpointProtocol protocol)
protocol - the protocol value to setpublic int backendPort()
public InboundNatPool withBackendPort(int backendPort)
backendPort - the backendPort value to setpublic int frontendPortRangeStart()
public InboundNatPool withFrontendPortRangeStart(int frontendPortRangeStart)
frontendPortRangeStart - the frontendPortRangeStart value to setpublic int frontendPortRangeEnd()
public InboundNatPool withFrontendPortRangeEnd(int frontendPortRangeEnd)
frontendPortRangeEnd - the frontendPortRangeEnd value to setpublic List<NetworkSecurityGroupRule> networkSecurityGroupRules()
public InboundNatPool withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)
networkSecurityGroupRules - the networkSecurityGroupRules value to setCopyright © 2019. All rights reserved.