public abstract static class InboundNatRuleProperties.Builder extends Object
Constructor and Description |
---|
InboundNatRuleProperties.Builder() |
Modifier and Type | Method and Description |
---|---|
abstract InboundNatRuleProperties.Builder |
backendIPConfiguration(IdReference backendIPConfiguration) |
abstract InboundNatRuleProperties.Builder |
backendPort(int backendPort) |
abstract InboundNatRuleProperties |
build() |
abstract InboundNatRuleProperties.Builder |
enableFloatingIP(Boolean enableFloatingIP) |
abstract InboundNatRuleProperties.Builder |
frontendIPConfiguration(IdReference frontendIPConfiguration) |
abstract InboundNatRuleProperties.Builder |
frontendPort(int frontendPort) |
abstract InboundNatRuleProperties.Builder |
idleTimeoutInMinutes(Integer idleTimeoutInMinutes) |
abstract InboundNatRuleProperties.Builder |
protocol(InboundNatRuleProperties.Protocol protocol) |
abstract InboundNatRuleProperties.Builder |
provisioningState(String provisioningState) |
public abstract InboundNatRuleProperties.Builder frontendIPConfiguration(IdReference frontendIPConfiguration)
public abstract InboundNatRuleProperties.Builder backendIPConfiguration(IdReference backendIPConfiguration)
public abstract InboundNatRuleProperties.Builder protocol(InboundNatRuleProperties.Protocol protocol)
public abstract InboundNatRuleProperties.Builder frontendPort(int frontendPort)
public abstract InboundNatRuleProperties.Builder backendPort(int backendPort)
public abstract InboundNatRuleProperties.Builder provisioningState(String provisioningState)
public abstract InboundNatRuleProperties.Builder enableFloatingIP(Boolean enableFloatingIP)
public abstract InboundNatRuleProperties.Builder idleTimeoutInMinutes(Integer idleTimeoutInMinutes)
public abstract InboundNatRuleProperties build()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.