Interface CapabilityProperties


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

    • zone

      String zone()
      Gets the zone property: zone name.
      Returns:
      the zone value.
    • supportedHAMode

      List<String> supportedHAMode()
      Gets the supportedHAMode property: Supported high availability mode.
      Returns:
      the supportedHAMode value.
    • geoBackupSupported

      Boolean geoBackupSupported()
      Gets the geoBackupSupported property: A value indicating whether a new server in this region can have geo-backups to paired region.
      Returns:
      the geoBackupSupported value.
    • zoneRedundantHaSupported

      Boolean zoneRedundantHaSupported()
      Gets the zoneRedundantHaSupported property: A value indicating whether a new server in this region can support multi zone HA.
      Returns:
      the zoneRedundantHaSupported value.
    • zoneRedundantHaAndGeoBackupSupported

      Boolean zoneRedundantHaAndGeoBackupSupported()
      Gets the zoneRedundantHaAndGeoBackupSupported property: A value indicating whether a new server in this region can have geo-backups to paired region.
      Returns:
      the zoneRedundantHaAndGeoBackupSupported value.
    • supportedFlexibleServerEditions

      List<FlexibleServerEditionCapability> supportedFlexibleServerEditions()
      Gets the supportedFlexibleServerEditions property: The supportedFlexibleServerEditions property.
      Returns:
      the supportedFlexibleServerEditions value.
    • supportedHyperscaleNodeEditions

      List<HyperscaleNodeEditionCapability> supportedHyperscaleNodeEditions()
      Gets the supportedHyperscaleNodeEditions property: The supportedHyperscaleNodeEditions property.
      Returns:
      the supportedHyperscaleNodeEditions value.
    • fastProvisioningSupported

      Boolean fastProvisioningSupported()
      Gets the fastProvisioningSupported property: A value indicating whether fast provisioning is supported in this region.
      Returns:
      the fastProvisioningSupported value.
    • supportedFastProvisioningEditions

      List<FastProvisioningEditionCapability> supportedFastProvisioningEditions()
      Gets the supportedFastProvisioningEditions property: The supportedFastProvisioningEditions property.
      Returns:
      the supportedFastProvisioningEditions value.
    • status

      String status()
      Gets the status property: The status.
      Returns:
      the status value.
    • innerModel

      Gets the inner com.azure.resourcemanager.postgresqlflexibleserver.fluent.models.CapabilityPropertiesInner object.
      Returns:
      the inner object.