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.