Class GetInstancePoolResult


  • public final class GetInstancePoolResult
    extends java.lang.Object
    • Method Detail

      • id

        public java.lang.String id()
        Returns:
        Resource ID.
      • licenseType

        public java.lang.String licenseType()
        Returns:
        The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price).
      • location

        public java.lang.String location()
        Returns:
        Resource location.
      • name

        public java.lang.String name()
        Returns:
        Resource name.
      • sku

        public java.util.Optional<SkuResponse> sku()
        Returns:
        The name and tier of the SKU.
      • subnetId

        public java.lang.String subnetId()
        Returns:
        Resource ID of the subnet to place this instance pool in.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        Resource type.
      • vCores

        public java.lang.Integer vCores()
        Returns:
        Count of vCores belonging to this instance pool.