Class InboundNatRuleProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties
- All Implemented Interfaces:
 Provisionable
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract IdReferenceabstract intbuilder()static InboundNatRulePropertiescreate(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes) abstract Booleanabstract IdReferenceabstract intabstract Integerabstract InboundNatRuleProperties.Protocolprotocol()abstract Stringabstract 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:
 provisioningStatein 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
 
 -