Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
static InboundNatRule |
InboundNatRule.create(String name,
String id,
InboundNatRuleProperties properties,
String etag) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.