Class AzureFirewallIPConfiguration
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.AzureFirewallIPConfiguration
public class AzureFirewallIPConfiguration
extends com.microsoft.azure.SubResource
IP configuration of an Azure Firewall.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get name of the resource that is unique within a resource group.Get the Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.Get the provisioning state of the Azure firewall IP configuration resource.com.microsoft.azure.SubResource
Get reference to the PublicIP resource.com.microsoft.azure.SubResource
subnet()
Get reference to the subnet resource.type()
Get type of the resource.Set name of the resource that is unique within a resource group.withPublicIPAddress
(com.microsoft.azure.SubResource publicIPAddress) Set reference to the PublicIP resource.withSubnet
(com.microsoft.azure.SubResource subnet) Set reference to the subnet resource.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
AzureFirewallIPConfiguration
public AzureFirewallIPConfiguration()
-
-
Method Details
-
privateIPAddress
Get the Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.- Returns:
- the privateIPAddress value
-
subnet
public com.microsoft.azure.SubResource subnet()Get reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'.- Returns:
- the subnet value
-
withSubnet
Set reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'.- Parameters:
subnet
- the subnet value to set- Returns:
- the AzureFirewallIPConfiguration object itself.
-
publicIPAddress
public com.microsoft.azure.SubResource publicIPAddress()Get reference to the PublicIP resource. This field is a mandatory input if subnet is not null.- Returns:
- the publicIPAddress value
-
withPublicIPAddress
public AzureFirewallIPConfiguration withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress) Set reference to the PublicIP resource. This field is a mandatory input if subnet is not null.- Parameters:
publicIPAddress
- the publicIPAddress value to set- Returns:
- the AzureFirewallIPConfiguration object itself.
-
provisioningState
Get the provisioning state of the Azure firewall IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get name of the resource that is unique within a resource group. This name can be used to access the resource.- Returns:
- the name value
-
withName
Set name of the resource that is unique within a resource group. This name can be used to access the resource.- Parameters:
name
- the name value to set- Returns:
- the AzureFirewallIPConfiguration object itself.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-
type
Get type of the resource.- Returns:
- the type value
-