Interface ConnectivityCheck.DefinitionStages.ToDestination

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

public static interface ConnectivityCheck.DefinitionStages.ToDestination
Sets the destination property.
  • Method Details

    • toDestinationResourceId

      ConnectivityCheck.DefinitionStages.ToDestinationPort toDestinationResourceId(String resourceId)
      Specifies the ID of the resource to which a connection attempt will be made.
      Parameters:
      resourceId - the ID of the resource to which a connection attempt will be made
      Returns:
      next definition stage
    • toDestinationAddress

      Specifies the IP address or URI the resource to which a connection attempt will be made.
      Parameters:
      address - the IP address or URI the resource to which a connection attempt will be made
      Returns:
      next definition stage