public class VaultPatchProperties extends Object
| Constructor and Description |
|---|
VaultPatchProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicyEntry> |
accessPolicies()
Get the accessPolicies value.
|
CreateMode |
createMode()
Get the createMode value.
|
Boolean |
enabledForDeployment()
Get the enabledForDeployment value.
|
Boolean |
enabledForDiskEncryption()
Get the enabledForDiskEncryption value.
|
Boolean |
enabledForTemplateDeployment()
Get the enabledForTemplateDeployment value.
|
Boolean |
enablePurgeProtection()
Get the enablePurgeProtection value.
|
Boolean |
enableSoftDelete()
Get the enableSoftDelete value.
|
NetworkRuleSet |
networkAcls()
Get the networkAcls value.
|
Sku |
sku()
Get the sku value.
|
UUID |
tenantId()
Get the tenantId value.
|
VaultPatchProperties |
withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies value.
|
VaultPatchProperties |
withCreateMode(CreateMode createMode)
Set the createMode value.
|
VaultPatchProperties |
withEnabledForDeployment(Boolean enabledForDeployment)
Set the enabledForDeployment value.
|
VaultPatchProperties |
withEnabledForDiskEncryption(Boolean enabledForDiskEncryption)
Set the enabledForDiskEncryption value.
|
VaultPatchProperties |
withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
Set the enabledForTemplateDeployment value.
|
VaultPatchProperties |
withEnablePurgeProtection(Boolean enablePurgeProtection)
Set the enablePurgeProtection value.
|
VaultPatchProperties |
withEnableSoftDelete(Boolean enableSoftDelete)
Set the enableSoftDelete value.
|
VaultPatchProperties |
withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls value.
|
VaultPatchProperties |
withSku(Sku sku)
Set the sku value.
|
VaultPatchProperties |
withTenantId(UUID tenantId)
Set the tenantId value.
|
public UUID tenantId()
public VaultPatchProperties withTenantId(UUID tenantId)
tenantId - the tenantId value to setpublic Sku sku()
public VaultPatchProperties withSku(Sku sku)
sku - the sku value to setpublic List<AccessPolicyEntry> accessPolicies()
public VaultPatchProperties withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
accessPolicies - the accessPolicies value to setpublic Boolean enabledForDeployment()
public VaultPatchProperties withEnabledForDeployment(Boolean enabledForDeployment)
enabledForDeployment - the enabledForDeployment value to setpublic Boolean enabledForDiskEncryption()
public VaultPatchProperties withEnabledForDiskEncryption(Boolean enabledForDiskEncryption)
enabledForDiskEncryption - the enabledForDiskEncryption value to setpublic Boolean enabledForTemplateDeployment()
public VaultPatchProperties withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
enabledForTemplateDeployment - the enabledForTemplateDeployment value to setpublic Boolean enableSoftDelete()
public VaultPatchProperties withEnableSoftDelete(Boolean enableSoftDelete)
enableSoftDelete - the enableSoftDelete value to setpublic CreateMode createMode()
public VaultPatchProperties withCreateMode(CreateMode createMode)
createMode - the createMode value to setpublic Boolean enablePurgeProtection()
public VaultPatchProperties withEnablePurgeProtection(Boolean enablePurgeProtection)
enablePurgeProtection - the enablePurgeProtection value to setpublic NetworkRuleSet networkAcls()
public VaultPatchProperties withNetworkAcls(NetworkRuleSet networkAcls)
networkAcls - the networkAcls value to setCopyright © 2019. All rights reserved.