Snapshots Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. Snapshots
- com.
Implements
public final class Snapshots
implements JsonSerializable<Snapshots>
Grafana Snapshots settings.
Constructor Summary
| Constructor | Description |
|---|---|
| Snapshots() |
Creates an instance of Snapshots class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
externalEnabled()
Get the external |
| static Snapshots |
fromJson(JsonReader jsonReader)
Reads an instance of Snapshots from the Json |
|
Json |
toJson(JsonWriter jsonWriter) |
| Snapshots |
withExternalEnabled(Boolean externalEnabled)
Set the external |
Methods inherited from java.lang.Object
Constructor Details
Snapshots
public Snapshots()
Creates an instance of Snapshots class.
Method Details
externalEnabled
public Boolean externalEnabled()
Get the externalEnabled property: Set to false to disable external snapshot publish endpoint.
Returns:
fromJson
public static Snapshots fromJson(JsonReader jsonReader)
Reads an instance of Snapshots from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withExternalEnabled
public Snapshots withExternalEnabled(Boolean externalEnabled)
Set the externalEnabled property: Set to false to disable external snapshot publish endpoint.
Parameters:
Returns: