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