Class InboundNatRuleProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties
- All Implemented Interfaces:
Provisionable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IdReference
abstract int
builder()
static InboundNatRuleProperties
create
(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes) abstract Boolean
abstract IdReference
abstract int
abstract Integer
abstract InboundNatRuleProperties.Protocol
protocol()
abstract String
abstract InboundNatRuleProperties.Builder
-
Constructor Details
-
InboundNatRuleProperties
public InboundNatRuleProperties()
-
-
Method Details
-
frontendIPConfiguration
-
backendIPConfiguration
-
protocol
-
backendPort
public abstract int backendPort() -
frontendPort
public abstract int frontendPort() -
enableFloatingIP
-
idleTimeoutInMinutes
-
provisioningState
- Specified by:
provisioningState
in interfaceProvisionable
-
create
public static InboundNatRuleProperties create(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes) -
toBuilder
-
builder
-