Interface Controller.DefinitionStages.WithTargetContainerHostCredentialsBase64

All Known Subinterfaces:
Controller.Definition
Enclosing interface:
Controller.DefinitionStages

public static interface Controller.DefinitionStages.WithTargetContainerHostCredentialsBase64
The stage of the Controller definition allowing to specify targetContainerHostCredentialsBase64.
  • Method Details

    • withTargetContainerHostCredentialsBase64

      Controller.DefinitionStages.WithCreate 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.