Troubleshooting Interface
Implements
public interface Troubleshooting
extends Executable<Troubleshooting>, HasParent<NetworkWatcher>
A client-side representation allowing user to get troubleshooting information for virtual network gateway or virtual network gateway connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | code() |
abstract org.joda.time.DateTime | endTime() |
abstract
java.util.List<Troubleshooting |
results() |
abstract org.joda.time.DateTime | startTime() |
abstract java.lang.String | storageId() |
abstract java.lang.String | storagePath() |
abstract java.lang.String |
targetResourceId()
Get the resource identifier of the target resource against which the action is to be performed. |
Method Details
code
public abstract String code()
Returns:
endTime
public abstract DateTime endTime()
Returns:
results
public abstract List
Returns:
startTime
public abstract DateTime startTime()
Returns:
storageId
public abstract String storageId()
Returns:
storagePath
public abstract String storagePath()
Returns:
targetResourceId
public abstract String targetResourceId()
Get the resource identifier of the target resource against which the action is to be performed.
Returns: