Interface HostsService.AddUsingSshRequest

    • Method Detail

      • activate

        HostsService.AddUsingSshRequest activate​(Boolean activate)
        When set to `true`, this host will be activated after its installation completes. When set to `false` the host will remain in `maintenance` status after its installation. Absence of this parameter will be interpreted as `true`, since the desired default behavior is activating the host after install.
      • deployHostedEngine

        HostsService.AddUsingSshRequest deployHostedEngine​(Boolean deployHostedEngine)
        When set to `true`, this host deploys the hosted engine components. A missing value is treated as `true`, i.e., deploy the hosted engine components. Omitting this parameter equals `false`, and the host performs no operation in the hosted engine area.
      • undeployHostedEngine

        HostsService.AddUsingSshRequest undeployHostedEngine​(Boolean undeployHostedEngine)
        When set to `true`, this host un-deploys the hosted engine components and does not function as part of the High Availability cluster. A missing value is treated as `true`, i.e., un-deploy. Omitting this parameter equals `false` and the host performs no operation in the hosted engine area.