Interface WorkloadNetworkPublicIp


public interface WorkloadNetworkPublicIp
An immutable client-side representation of WorkloadNetworkPublicIp.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • displayName

      String displayName()
      Gets the displayName property: Display name of the Public IP Block.
      Returns:
      the displayName value.
    • numberOfPublicIPs

      Long numberOfPublicIPs()
      Gets the numberOfPublicIPs property: Number of Public IPs requested.
      Returns:
      the numberOfPublicIPs value.
    • publicIpBlock

      String publicIpBlock()
      Gets the publicIpBlock property: CIDR Block of the Public IP Block.
      Returns:
      the publicIpBlock value.
    • provisioningState

      Gets the provisioningState property: The provisioning state.
      Returns:
      the provisioningState value.
    • innerModel

      Gets the inner com.azure.resourcemanager.avs.fluent.models.WorkloadNetworkPublicIpInner object.
      Returns:
      the inner object.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      WorkloadNetworkPublicIp refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.