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 InboundNatRulePropertiesInboundNatRuleProperties.Builder. build()static InboundNatRulePropertiesInboundNatRuleProperties. create(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes)abstract InboundNatRulePropertiesInboundNatRule. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type InboundNatRuleProperties Modifier and Type Method Description static InboundNatRuleInboundNatRule. create(String name, String id, InboundNatRuleProperties properties, String etag)
-