Class VmClusterSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • vmclusterName

        public VmClusterSummary.Builder vmclusterName​(String vmclusterName)
        The name of the VM Cluster.
        Parameters:
        vmclusterName - the value to set
        Returns:
        this builder
      • memoryAllocatedInGBs

        public VmClusterSummary.Builder memoryAllocatedInGBs​(Integer memoryAllocatedInGBs)
        The memory allocated on a VM Cluster.
        Parameters:
        memoryAllocatedInGBs - the value to set
        Returns:
        this builder
      • cpuAllocated

        public VmClusterSummary.Builder cpuAllocated​(Integer cpuAllocated)
        The CPU allocated on a VM Cluster.
        Parameters:
        cpuAllocated - the value to set
        Returns:
        this builder
      • dbNodesCount

        public VmClusterSummary.Builder dbNodesCount​(Integer dbNodesCount)
        The number of DB nodes on a VM Cluster.
        Parameters:
        dbNodesCount - the value to set
        Returns:
        this builder
      • storageAllocatedInGBs

        public VmClusterSummary.Builder storageAllocatedInGBs​(Integer storageAllocatedInGBs)
        The storage allocated on a VM Cluster.
        Parameters:
        storageAllocatedInGBs - the value to set
        Returns:
        this builder
      • vmClusterId

        public VmClusterSummary.Builder vmClusterId​(String vmClusterId)
        The OCID of the VM Cluster.
        Parameters:
        vmClusterId - the value to set
        Returns:
        this builder