Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
static InboundNatRuleProperties.Protocol |
InboundNatRuleProperties.Protocol.fromValue(String text) |
abstract InboundNatRuleProperties.Protocol |
InboundNatRuleProperties.protocol() |
static InboundNatRuleProperties.Protocol |
InboundNatRuleProperties.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboundNatRuleProperties.Protocol[] |
InboundNatRuleProperties.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InboundNatRuleProperties |
InboundNatRuleProperties.create(IdReference frontendIPConfiguration,
IdReference backendIPConfiguration,
InboundNatRuleProperties.Protocol protocol,
int frontendPort,
int backendPort,
String provisioningState,
Boolean enableFloatingIP,
Integer idleTimeoutInMinutes) |
abstract InboundNatRuleProperties.Builder |
InboundNatRuleProperties.Builder.protocol(InboundNatRuleProperties.Protocol protocol) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.