public class DataLakeStoreAccount extends Resource
Constructor and Description |
---|
DataLakeStoreAccount() |
Modifier and Type | Method and Description |
---|---|
UUID |
accountId()
Get the accountId value.
|
org.joda.time.DateTime |
creationTime()
Get the creationTime value.
|
TierType |
currentTier()
Get the currentTier value.
|
String |
defaultGroup()
Get the defaultGroup value.
|
EncryptionConfig |
encryptionConfig()
Get the encryptionConfig value.
|
EncryptionProvisioningState |
encryptionProvisioningState()
Get the encryptionProvisioningState value.
|
EncryptionState |
encryptionState()
Get the encryptionState value.
|
String |
endpoint()
Get the endpoint value.
|
FirewallAllowAzureIpsState |
firewallAllowAzureIps()
Get the firewallAllowAzureIps value.
|
List<FirewallRule> |
firewallRules()
Get the firewallRules value.
|
FirewallState |
firewallState()
Get the firewallState value.
|
EncryptionIdentity |
identity()
Get the identity value.
|
org.joda.time.DateTime |
lastModifiedTime()
Get the lastModifiedTime value.
|
TierType |
newTier()
Get the newTier value.
|
DataLakeStoreAccountStatus |
provisioningState()
Get the provisioningState value.
|
DataLakeStoreAccountState |
state()
Get the state value.
|
List<TrustedIdProvider> |
trustedIdProviders()
Get the trustedIdProviders value.
|
TrustedIdProviderState |
trustedIdProviderState()
Get the trustedIdProviderState value.
|
public EncryptionIdentity identity()
public UUID accountId()
public DataLakeStoreAccountStatus provisioningState()
public DataLakeStoreAccountState state()
public org.joda.time.DateTime creationTime()
public org.joda.time.DateTime lastModifiedTime()
public String endpoint()
public String defaultGroup()
public EncryptionConfig encryptionConfig()
public EncryptionState encryptionState()
public EncryptionProvisioningState encryptionProvisioningState()
public List<FirewallRule> firewallRules()
public FirewallState firewallState()
public FirewallAllowAzureIpsState firewallAllowAzureIps()
public List<TrustedIdProvider> trustedIdProviders()
public TrustedIdProviderState trustedIdProviderState()
public TierType newTier()
public TierType currentTier()
Copyright © 2019. All rights reserved.