Class AccountProperties
java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.AccountProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AccountProperties>
public final class AccountProperties
extends Object
implements com.azure.json.JsonSerializable<AccountProperties>
NetApp account properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the activeDirectories property: Active Directories.Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.Get the encryption property: Encryption settings.static AccountProperties
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AccountProperties from the JsonReader.Get the multiAdStatus property: MultiAD Status for the account.Get the nfsV4IdDomain property: Domain for NFSv4 user ID mapping.Get the provisioningState property: Azure lifecycle management.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withActiveDirectories
(List<ActiveDirectory> activeDirectories) Set the activeDirectories property: Active Directories.withEncryption
(AccountEncryption encryption) Set the encryption property: Encryption settings.withNfsV4IdDomain
(String nfsV4IdDomain) Set the nfsV4IdDomain property: Domain for NFSv4 user ID mapping.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
AccountProperties
public AccountProperties()Creates an instance of AccountProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Azure lifecycle management.- Returns:
- the provisioningState value.
-
activeDirectories
Get the activeDirectories property: Active Directories.- Returns:
- the activeDirectories value.
-
withActiveDirectories
Set the activeDirectories property: Active Directories.- Parameters:
activeDirectories
- the activeDirectories value to set.- Returns:
- the AccountProperties object itself.
-
encryption
Get the encryption property: Encryption settings.- Returns:
- the encryption value.
-
withEncryption
Set the encryption property: Encryption settings.- Parameters:
encryption
- the encryption value to set.- Returns:
- the AccountProperties object itself.
-
disableShowmount
Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.- Returns:
- the disableShowmount value.
-
nfsV4IdDomain
Get the nfsV4IdDomain property: Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes.- Returns:
- the nfsV4IdDomain value.
-
withNfsV4IdDomain
Set the nfsV4IdDomain property: Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes.- Parameters:
nfsV4IdDomain
- the nfsV4IdDomain value to set.- Returns:
- the AccountProperties object itself.
-
multiAdStatus
Get the multiAdStatus property: MultiAD Status for the account.- Returns:
- the multiAdStatus value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<AccountProperties>
- Throws:
IOException
-
fromJson
Reads an instance of AccountProperties from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of AccountProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the AccountProperties.
-