Class ALBControllerNodeFormFactor.Builder

    • Method Detail

      • setDisk

        public ALBControllerNodeFormFactor.Builder setDisk​(java.lang.Long disk)
        Disk size of the Advanced Load Balancer controller node in Bytes. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        disk - New value for the property.
      • setMemory

        public ALBControllerNodeFormFactor.Builder setMemory​(java.lang.Long memory)
        Memory size of the Advanced Load Balancer controller node in Bytes. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        memory - New value for the property.
      • setVcpu

        public ALBControllerNodeFormFactor.Builder setVcpu​(java.lang.Long vcpu)
        Number of virtual cpus on the Advanced Load Balancer controller node. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        vcpu - New value for the property.