java.lang.Object
com.azure.resourcemanager.postgresqlflexibleserver.models.VcoreCapability

public final class VcoreCapability extends Object
Vcores capability.
  • Constructor Details

    • VcoreCapability

      public VcoreCapability()
      Creates an instance of VcoreCapability class.
  • Method Details

    • name

      public String name()
      Get the name property: vCore name.
      Returns:
      the name value.
    • vCores

      public Long vCores()
      Get the vCores property: supported vCores.
      Returns:
      the vCores value.
    • supportedIops

      public Long supportedIops()
      Get the supportedIops property: supported IOPS.
      Returns:
      the supportedIops value.
    • supportedMemoryPerVcoreMB

      public Long supportedMemoryPerVcoreMB()
      Get the supportedMemoryPerVcoreMB property: supported memory per vCore in MB.
      Returns:
      the supportedMemoryPerVcoreMB value.
    • status

      public String status()
      Get the status property: The status.
      Returns:
      the status value.
    • validate

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