Class SecureIotDeviceRemoteTunnel


  • public final class SecureIotDeviceRemoteTunnel
    extends TunnelBase
    A remote tunnel securely established using IoT Hub device information.
    • Constructor Detail

      • SecureIotDeviceRemoteTunnel

        public SecureIotDeviceRemoteTunnel()
    • Method Detail

      • iotHubName

        public String iotHubName()
        Get the iotHubName property: Name of the IoT Hub.
        Returns:
        the iotHubName value.
      • withIotHubName

        public SecureIotDeviceRemoteTunnel withIotHubName​(String iotHubName)
        Set the iotHubName property: Name of the IoT Hub.
        Parameters:
        iotHubName - the iotHubName value to set.
        Returns:
        the SecureIotDeviceRemoteTunnel object itself.
      • deviceId

        public String deviceId()
        Get the deviceId property: The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
        Returns:
        the deviceId value.
      • withDeviceId

        public SecureIotDeviceRemoteTunnel withDeviceId​(String deviceId)
        Set the deviceId property: The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
        Parameters:
        deviceId - the deviceId value to set.
        Returns:
        the SecureIotDeviceRemoteTunnel object itself.