NfsSetting Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. NfsSetting
- com.
Implements
public final class NfsSetting
implements JsonSerializable<NfsSetting>
Setting for NFS protocol.
Constructor Summary
| Constructor | Description |
|---|---|
| NfsSetting() |
Creates an instance of Nfs |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Encryption |
encryptionInTransit()
Get the encryption |
|
static
Nfs |
fromJson(JsonReader jsonReader)
Reads an instance of Nfs |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Nfs |
withEncryptionInTransit(EncryptionInTransit encryptionInTransit)
Set the encryption |
Methods inherited from java.lang.Object
Constructor Details
NfsSetting
public NfsSetting()
Creates an instance of NfsSetting class.
Method Details
encryptionInTransit
public EncryptionInTransit encryptionInTransit()
Get the encryptionInTransit property: Encryption in transit setting.
Returns:
fromJson
public static NfsSetting fromJson(JsonReader jsonReader)
Reads an instance of NfsSetting from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEncryptionInTransit
public NfsSetting withEncryptionInTransit(EncryptionInTransit encryptionInTransit)
Set the encryptionInTransit property: Encryption in transit setting.
Parameters:
Returns: