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.BuilderInboundNatRuleProperties.Builder. backendIPConfiguration(IdReference backendIPConfiguration)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. backendPort(int backendPort)static InboundNatRuleProperties.BuilderInboundNatRuleProperties. builder()abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. enableFloatingIP(Boolean enableFloatingIP)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. frontendIPConfiguration(IdReference frontendIPConfiguration)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. frontendPort(int frontendPort)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. idleTimeoutInMinutes(Integer idleTimeoutInMinutes)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. protocol(InboundNatRuleProperties.Protocol protocol)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. provisioningState(String provisioningState)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties. toBuilder()
-