Interface VmInstanceMetadata.Builder

  • Method Details

    • tags

      The tags associated with the VM instance.

      Parameters:
      tags - The tags associated with the VM instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      VmInstanceMetadata.Builder platform(String platform)

      The platform of the VM instance.

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

      The platform of the VM instance.

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

      VmInstanceMetadata.Builder inventoryHash(String inventoryHash)

      The inventory hash of the VM instance.

      Parameters:
      inventoryHash - The inventory hash of the VM instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vmImageReference

      VmInstanceMetadata.Builder vmImageReference(String vmImageReference)

      The image reference of the VM instance.

      Parameters:
      vmImageReference - The image reference of the VM instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.