Class InboundNatRuleProperties.Builder
java.lang.Object
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties.Builder
- Enclosing class:
InboundNatRuleProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
frontendIPConfiguration
public abstract InboundNatRuleProperties.Builder frontendIPConfiguration(IdReference frontendIPConfiguration) -
backendIPConfiguration
public abstract InboundNatRuleProperties.Builder backendIPConfiguration(IdReference backendIPConfiguration) -
protocol
public abstract InboundNatRuleProperties.Builder protocol(InboundNatRuleProperties.Protocol protocol) -
frontendPort
-
backendPort
-
provisioningState
-
enableFloatingIP
-
idleTimeoutInMinutes
-
build
-