Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties.Builder
-
Packages that use InboundNatRuleProperties.Builder Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of InboundNatRuleProperties.Builder in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRuleProperties.Builder Modifier and Type Method Description abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. backendIPConfiguration(IdReference backendIPConfiguration)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. backendPort(int backendPort)
static InboundNatRuleProperties.Builder
InboundNatRuleProperties. builder()
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. enableFloatingIP(Boolean enableFloatingIP)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. frontendIPConfiguration(IdReference frontendIPConfiguration)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. frontendPort(int frontendPort)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. idleTimeoutInMinutes(Integer idleTimeoutInMinutes)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. protocol(InboundNatRuleProperties.Protocol protocol)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. provisioningState(String provisioningState)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties. toBuilder()
-