Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties
-
Packages that use InboundNatRuleProperties Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of InboundNatRuleProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRuleProperties Modifier and Type Method Description abstract InboundNatRuleProperties
InboundNatRuleProperties.Builder. build()
static InboundNatRuleProperties
InboundNatRuleProperties. create(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes)
abstract InboundNatRuleProperties
InboundNatRule. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type InboundNatRuleProperties Modifier and Type Method Description static InboundNatRule
InboundNatRule. create(String name, String id, InboundNatRuleProperties properties, String etag)
-