Class VirtualMachineScaleSetIpConfigurationProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetIpConfigurationProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
The application gateway backend address Pools of the Virtual Machine Scale Set Ip Configuration Propertiesbuilder()
create
(VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration, Subnet subnet, String privateIPAddressVersion, List<IdReference> loadBalancerBackendAddressPools, List<IdReference> loadBalancerInboundNatPools, String applicationGatewayBackendAddressPools) abstract List
<IdReference> The load balancer backend address pools of the Virtual Machine Scale Set Ip Configuration Propertiesabstract List
<IdReference> The load balancer inbound nat pools of the Virtual Machine Scale Set Ip Configuration Propertiesabstract String
The private IP address version of the Virtual Machine Scale Set Ip Configuration PropertiesThe public IP address configuration of the Virtual Machine Scale Set Ip Configuration Propertiesabstract Subnet
subnet()
The subnet of the Virtual Machine Scale Set Ip Configuration Properties
-
Constructor Details
-
VirtualMachineScaleSetIpConfigurationProperties
public VirtualMachineScaleSetIpConfigurationProperties()
-
-
Method Details
-
publicIPAddressConfiguration
@Nullable public abstract VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration()The public IP address configuration of the Virtual Machine Scale Set Ip Configuration Properties -
subnet
The subnet of the Virtual Machine Scale Set Ip Configuration Properties -
privateIPAddressVersion
The private IP address version of the Virtual Machine Scale Set Ip Configuration Properties -
loadBalancerBackendAddressPools
The load balancer backend address pools of the Virtual Machine Scale Set Ip Configuration Properties -
loadBalancerInboundNatPools
The load balancer inbound nat pools of the Virtual Machine Scale Set Ip Configuration Properties -
applicationGatewayBackendAddressPools
The application gateway backend address Pools of the Virtual Machine Scale Set Ip Configuration Properties -
create
public static VirtualMachineScaleSetIpConfigurationProperties create(VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration, Subnet subnet, String privateIPAddressVersion, List<IdReference> loadBalancerBackendAddressPools, List<IdReference> loadBalancerInboundNatPools, String applicationGatewayBackendAddressPools) -
toBuilder
-
builder
-