public abstract class DestinationReference extends ManagedObjectReference
| Constructor and Description |
|---|
DestinationReference() |
| Modifier and Type | Method and Description |
|---|---|
abstract DestinationType |
getDestinationType() |
String |
getSelector() |
boolean |
isDurable() |
void |
setDurable(boolean durable) |
void |
setSelector(String selector) |
getName, getPath, setName, setPathpublic abstract DestinationType getDestinationType()
public String getSelector()
public void setSelector(String selector)
public boolean isDurable()
public void setDurable(boolean durable)
Copyright © 2019. All rights reserved.