Class RegionInfoInner

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.RegionInfoInner

public final class RegionInfoInner extends Object
Provides region specific information.
  • Constructor Details

    • RegionInfoInner

      public RegionInfoInner()
  • Method Details

    • storageToNetworkProximity

      public RegionStorageToNetworkProximity storageToNetworkProximity()
      Get the storageToNetworkProximity property: Storage to Network Proximity

      Provides storage to network proximity information in the region.

      Returns:
      the storageToNetworkProximity value.
    • withStorageToNetworkProximity

      public RegionInfoInner withStorageToNetworkProximity(RegionStorageToNetworkProximity storageToNetworkProximity)
      Set the storageToNetworkProximity property: Storage to Network Proximity

      Provides storage to network proximity information in the region.

      Parameters:
      storageToNetworkProximity - the storageToNetworkProximity value to set.
      Returns:
      the RegionInfoInner object itself.
    • availabilityZoneMappings

      public List<RegionInfoAvailabilityZoneMappingsItem> availabilityZoneMappings()
      Get the availabilityZoneMappings property: Logical availability zone mappings.

      Provides logical availability zone mappings for the subscription for a region.

      Returns:
      the availabilityZoneMappings value.
    • withAvailabilityZoneMappings

      public RegionInfoInner withAvailabilityZoneMappings(List<RegionInfoAvailabilityZoneMappingsItem> availabilityZoneMappings)
      Set the availabilityZoneMappings property: Logical availability zone mappings.

      Provides logical availability zone mappings for the subscription for a region.

      Parameters:
      availabilityZoneMappings - the availabilityZoneMappings value to set.
      Returns:
      the RegionInfoInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.