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