Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
LoadBalancerProperties |
LoadBalancerProperties.Builder.build() |
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 |
LoadBalancer.properties() |
Modifier and Type | Method and Description |
---|---|
static LoadBalancer |
LoadBalancer.create(String id,
String name,
String location,
String etag,
Map<String,String> tags,
LoadBalancerProperties properties) |
abstract LoadBalancer.Builder |
LoadBalancer.Builder.properties(LoadBalancerProperties properties) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancerApi.createOrUpdate(String lbName,
String location,
Map<String,String> tags,
LoadBalancerProperties properties) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.