Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties.Builder
Packages that use InboundNatRuleProperties.Builder
-
Uses of InboundNatRuleProperties.Builder in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRuleProperties.BuilderModifier and TypeMethodDescriptionabstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder.backendIPConfiguration
(IdReference backendIPConfiguration) abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder.backendPort
(int backendPort) 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()