Interface Controller.UpdateStages.WithTargetContainerHostCredentialsBase64

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

public static interface Controller.UpdateStages.WithTargetContainerHostCredentialsBase64
The stage of the Controller update allowing to specify targetContainerHostCredentialsBase64.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)
    Specifies the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64)..
  • Method Details

    • withTargetContainerHostCredentialsBase64

      Controller.Update withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)
      Specifies the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64)..
      Parameters:
      targetContainerHostCredentialsBase64 - Credentials of the target container host (base64).
      Returns:
      the next definition stage.