Class StorageCapacityDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • storageDiskRedundancy

        public StorageCapacityDetails.Builder storageDiskRedundancy​(StorageDiskRedundancy storageDiskRedundancy)
        The Disk redundancy for Database Infrastructure storage.
        Parameters:
        storageDiskRedundancy - the value to set
        Returns:
        this builder
      • phyTotalSpaceInGBs

        public StorageCapacityDetails.Builder phyTotalSpaceInGBs​(Long phyTotalSpaceInGBs)
        The total amount of physical disk space available in a disk group, in gigabytes (GB).
        Parameters:
        phyTotalSpaceInGBs - the value to set
        Returns:
        this builder
      • phyReservedSpaceInGBs

        public StorageCapacityDetails.Builder phyReservedSpaceInGBs​(Long phyReservedSpaceInGBs)
        The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
        Parameters:
        phyReservedSpaceInGBs - the value to set
        Returns:
        this builder
      • phyFreeSpaceInGBs

        public StorageCapacityDetails.Builder phyFreeSpaceInGBs​(Long phyFreeSpaceInGBs)
        The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
        Parameters:
        phyFreeSpaceInGBs - the value to set
        Returns:
        this builder
      • logicalFreeSpaceInGBs

        public StorageCapacityDetails.Builder logicalFreeSpaceInGBs​(Long logicalFreeSpaceInGBs)
        The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
        Parameters:
        logicalFreeSpaceInGBs - the value to set
        Returns:
        this builder