@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-12-06T17:03:25.100Z") public class ApiClustersPerfInspectorArgs extends Object
Constructor and Description |
---|
ApiClustersPerfInspectorArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiPerfInspectorPingArgs |
getPingArgs()
Optional ping request arguments.
|
String |
getSourceCluster()
Required name of the source cluster to run network diagnostics test.
|
String |
getTargetCluster()
Required name of the target cluster to run network diagnostics test.
|
int |
hashCode() |
ApiClustersPerfInspectorArgs |
pingArgs(ApiPerfInspectorPingArgs pingArgs) |
void |
setPingArgs(ApiPerfInspectorPingArgs pingArgs) |
void |
setSourceCluster(String sourceCluster) |
void |
setTargetCluster(String targetCluster) |
ApiClustersPerfInspectorArgs |
sourceCluster(String sourceCluster) |
ApiClustersPerfInspectorArgs |
targetCluster(String targetCluster) |
String |
toString() |
public ApiClustersPerfInspectorArgs sourceCluster(String sourceCluster)
public String getSourceCluster()
public void setSourceCluster(String sourceCluster)
public ApiClustersPerfInspectorArgs targetCluster(String targetCluster)
public String getTargetCluster()
public void setTargetCluster(String targetCluster)
public ApiClustersPerfInspectorArgs pingArgs(ApiPerfInspectorPingArgs pingArgs)
public ApiPerfInspectorPingArgs getPingArgs()
public void setPingArgs(ApiPerfInspectorPingArgs pingArgs)
Copyright © 2018. All rights reserved.