Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
static LoadBalancingRule |
LoadBalancingRule.create(String name,
String id,
LoadBalancingRuleProperties properties,
String etag) |
Modifier and Type | Method and Description |
---|---|
abstract List<LoadBalancingRule> |
LoadBalancerProperties.loadBalancingRules() |
Modifier and Type | Method and Description |
---|---|
static LoadBalancerProperties |
LoadBalancerProperties.create(List<FrontendIPConfigurations> frontendIPConfigurations,
List<BackendAddressPool> backendAddressPools,
List<LoadBalancingRule> loadBalancingRules,
List<Probe> probes,
List<InboundNatRule> inboundNatRules,
String resourceGuid,
String provisioningState) |
abstract LoadBalancerProperties.Builder |
LoadBalancerProperties.Builder.loadBalancingRules(List<LoadBalancingRule> networkInterfaces) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.