Class IPConfiguration

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.IPConfiguration

public class IPConfiguration extends com.microsoft.azure.SubResource
IP configuration.
  • Constructor Details

    • IPConfiguration

      public IPConfiguration()
  • Method Details

    • privateIPAddress

      public String privateIPAddress()
      Get the private IP address of the IP configuration.
      Returns:
      the privateIPAddress value
    • withPrivateIPAddress

      public IPConfiguration withPrivateIPAddress(String privateIPAddress)
      Set the private IP address of the IP configuration.
      Parameters:
      privateIPAddress - the privateIPAddress value to set
      Returns:
      the IPConfiguration object itself.
    • privateIPAllocationMethod

      public IPAllocationMethod privateIPAllocationMethod()
      Get the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
      Returns:
      the privateIPAllocationMethod value
    • withPrivateIPAllocationMethod

      public IPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
      Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
      Parameters:
      privateIPAllocationMethod - the privateIPAllocationMethod value to set
      Returns:
      the IPConfiguration object itself.
    • subnet

      public com.microsoft.azure.management.network.implementation.SubnetInner subnet()
      Get the reference to the subnet resource.
      Returns:
      the subnet value
    • withSubnet

      public IPConfiguration withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
      Set the reference to the subnet resource.
      Parameters:
      subnet - the subnet value to set
      Returns:
      the IPConfiguration object itself.
    • publicIPAddress

      public com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress()
      Get the reference to the public IP resource.
      Returns:
      the publicIPAddress value
    • withPublicIPAddress

      public IPConfiguration withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
      Set the reference to the public IP resource.
      Parameters:
      publicIPAddress - the publicIPAddress value to set
      Returns:
      the IPConfiguration object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • name

      public String name()
      Get the 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

      public IPConfiguration withName(String name)
      Set the 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 IPConfiguration object itself.
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value