Interface CreateCloudVmClusterResponse.Builder

  • Method Details

    • displayName

      CreateCloudVmClusterResponse.Builder displayName(String displayName)

      The user-friendly name for the VM cluster.

      Parameters:
      displayName - The user-friendly name for the VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the VM cluster.

      Parameters:
      status - The current status of the VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the VM cluster.

      Parameters:
      status - The current status of the VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      CreateCloudVmClusterResponse.Builder statusReason(String statusReason)

      Additional information about the status of the VM cluster.

      Parameters:
      statusReason - Additional information about the status of the VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudVmClusterId

      CreateCloudVmClusterResponse.Builder cloudVmClusterId(String cloudVmClusterId)

      The unique identifier for the VM cluster.

      Parameters:
      cloudVmClusterId - The unique identifier for the VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.