Interface ConnectivityCheck.DefinitionStages.ToDestination
- All Known Subinterfaces:
ConnectivityCheck.Definition
- Enclosing interface:
ConnectivityCheck.DefinitionStages
public static interface ConnectivityCheck.DefinitionStages.ToDestination
Sets the destination property.
-
Method Summary
Modifier and TypeMethodDescriptiontoDestinationAddress(String address) Specifies the IP address or URI the resource to which a connection attempt will be made.toDestinationResourceId(String resourceId) Specifies the ID of the resource to which a connection attempt will be made.
-
Method Details
-
toDestinationResourceId
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
-