@Beta(value=V1_4_0) public interface Troubleshooting extends Executable<Troubleshooting>, HasParent<NetworkWatcher>
Modifier and Type | Interface and Description |
---|---|
static interface |
Troubleshooting.Definition
The entirety of troubleshooting parameters definition.
|
static interface |
Troubleshooting.DefinitionStages
Grouping of troubleshooting definition stages.
|
Modifier and Type | Method and Description |
---|---|
String |
code() |
org.joda.time.DateTime |
endTime() |
List<TroubleshootingDetails> |
results() |
org.joda.time.DateTime |
startTime() |
String |
storageId() |
String |
storagePath() |
String |
targetResourceId()
Get the resource identifier of the target resource against which the action
is to be performed.
|
execute, executeAsync, executeAsync
String targetResourceId()
String storageId()
String storagePath()
org.joda.time.DateTime startTime()
org.joda.time.DateTime endTime()
String code()
List<TroubleshootingDetails> results()
Copyright © 2019. All rights reserved.