CacheSecuritySettings Class
- java.
lang. Object - com.
azure. resourcemanager. storagecache. models. CacheSecuritySettings
- com.
Implements
public final class CacheSecuritySettings
implements JsonSerializable<CacheSecuritySettings>
Cache security settings.
Constructor Summary
| Constructor | Description |
|---|---|
| CacheSecuritySettings() |
Creates an instance of Cache |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Nfs |
accessPolicies()
Get the access |
|
static
Cache |
fromJson(JsonReader jsonReader)
Reads an instance of Cache |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cache |
withAccessPolicies(List<NfsAccessPolicy> accessPolicies)
Set the access |
Methods inherited from java.lang.Object
Constructor Details
CacheSecuritySettings
public CacheSecuritySettings()
Creates an instance of CacheSecuritySettings class.
Method Details
accessPolicies
public List<NfsAccessPolicy> accessPolicies()
Get the accessPolicies property: NFS access policies defined for this cache.
Returns:
fromJson
public static CacheSecuritySettings fromJson(JsonReader jsonReader)
Reads an instance of CacheSecuritySettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withAccessPolicies
public CacheSecuritySettings withAccessPolicies(List<NfsAccessPolicy> accessPolicies)
Set the accessPolicies property: NFS access policies defined for this cache.
Parameters:
Returns: