VolumeOptions Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. VolumeOptions
- com.
Implements
public final class VolumeOptions
implements JsonSerializable<VolumeOptions>
Describes the volume options for the container.
Constructor Summary
| Constructor | Description |
|---|---|
| VolumeOptions() |
Creates an instance of Volume |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Volume |
fromJson(JsonReader jsonReader)
Reads an instance of Volume |
| Boolean |
nocopy()
Get the nocopy property: Indicate whether volume is nocopy. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Volume |
withNocopy(Boolean nocopy)
Set the nocopy property: Indicate whether volume is nocopy. |
Methods inherited from java.lang.Object
Constructor Details
VolumeOptions
public VolumeOptions()
Creates an instance of VolumeOptions class.
Method Details
fromJson
public static VolumeOptions fromJson(JsonReader jsonReader)
Reads an instance of VolumeOptions from the JsonReader.
Parameters:
Returns:
Throws:
nocopy
public Boolean nocopy()
Get the nocopy property: Indicate whether volume is nocopy.
Returns:
toJson
validate
public void validate()
Validates the instance.
withNocopy
public VolumeOptions withNocopy(Boolean nocopy)
Set the nocopy property: Indicate whether volume is nocopy.
Parameters:
Returns: