Class VmProperties.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • hypervisorVendor

        public VmProperties.Builder hypervisorVendor​(String hypervisorVendor)
        Hypervisor vendor.
        Parameters:
        hypervisorVendor - the value to set
        Returns:
        this builder
      • hypervisorVersion

        public VmProperties.Builder hypervisorVersion​(String hypervisorVersion)
        Hypervisor version.
        Parameters:
        hypervisorVersion - the value to set
        Returns:
        this builder
      • hypervisorHost

        public VmProperties.Builder hypervisorHost​(String hypervisorHost)
        Host name/IP address of VM on which the host is running.
        Parameters:
        hypervisorHost - the value to set
        Returns:
        this builder