public interface LoadBalancerPrivateFrontend extends LoadBalancerFrontend, HasPrivateIPAddress, HasSubnet
Modifier and Type | Interface and Description |
---|---|
static interface |
LoadBalancerPrivateFrontend.Definition<ParentT>
The entirety of a private frontend definition.
|
static interface |
LoadBalancerPrivateFrontend.DefinitionStages
Grouping of private frontend definition stages.
|
static interface |
LoadBalancerPrivateFrontend.Update
The entirety of a private frontend update as part of a load balancer update.
|
static interface |
LoadBalancerPrivateFrontend.UpdateDefinition<ParentT>
The entirety of a private frontend definition as part of a load balancer update.
|
static interface |
LoadBalancerPrivateFrontend.UpdateDefinitionStages
Grouping of private frontend definition stages applicable as part of a load balancer update.
|
static interface |
LoadBalancerPrivateFrontend.UpdateStages
Grouping of private frontend update stages.
|
Modifier and Type | Method and Description |
---|---|
Set<AvailabilityZoneId> |
availabilityZones() |
Subnet |
getSubnet() |
inboundNatPools, inboundNatRules, isPublic
inner
key
name
parent
loadBalancingRules
privateIPAddress, privateIPAllocationMethod
networkId, subnetName
Subnet getSubnet()
Note this makes a separate call to Azure.
@Beta(value=V1_3_0) Set<AvailabilityZoneId> availabilityZones()
Copyright © 2019. All rights reserved.