Interface CustomLocation.UpdateStages.WithHostType

All Known Subinterfaces:
CustomLocation.Update
Enclosing interface:
CustomLocation.UpdateStages

public static interface CustomLocation.UpdateStages.WithHostType
The stage of the CustomLocation update allowing to specify hostType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the hostType property: Type of host the Custom Locations is referencing (Kubernetes, etc...)..
  • Method Details

    • withHostType

      CustomLocation.Update withHostType(HostType hostType)
      Specifies the hostType property: Type of host the Custom Locations is referencing (Kubernetes, etc...)..
      Parameters:
      hostType - Type of host the Custom Locations is referencing (Kubernetes, etc...).
      Returns:
      the next definition stage.