public final class ShareProperties extends Object
| Constructor and Description |
|---|
ShareProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTier()
Get the accessTier property: The accessTier property.
|
OffsetDateTime |
getAccessTierChangeTime()
Get the accessTierChangeTime property: The accessTierChangeTime
property.
|
String |
getAccessTierTransitionState()
Get the accessTierTransitionState property: The
accessTierTransitionState property.
|
OffsetDateTime |
getDeletedTime()
Get the deletedTime property: The deletedTime property.
|
String |
getETag()
Get the eTag property: The eTag property.
|
OffsetDateTime |
getLastModified()
Get the lastModified property: The lastModified property.
|
LeaseDurationType |
getLeaseDuration()
Get the leaseDuration property: Possible values include: 'infinite',
'fixed'.
|
LeaseStateType |
getLeaseState()
Get the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
|
LeaseStatusType |
getLeaseStatus()
Get the leaseStatus property: Possible values include: 'locked',
'unlocked'.
|
Map<String,String> |
getMetadata()
Get the metadata property: The metadata property.
|
OffsetDateTime |
getNextAllowedQuotaDowngradeTime()
Get the nextAllowedQuotaDowngradeTime property: The
nextAllowedQuotaDowngradeTime property.
|
ShareProtocols |
getProtocols()
Get the enabledProtocols property: The enabledProtocols property.
|
Integer |
getProvisionedEgressMBps()
Get the provisionedEgressMBps property: The provisionedEgressMBps
property.
|
Integer |
getProvisionedIngressMBps()
Get the provisionedIngressMBps property: The provisionedIngressMBps
property.
|
Integer |
getProvisionedIops()
Get the provisionedIops property: The provisionedIops property.
|
int |
getQuota()
Get the quota property: The quota property.
|
Integer |
getRemainingRetentionDays()
Get the remainingRetentionDays property: The remainingRetentionDays
property.
|
ShareRootSquash |
getRootSquash()
Get the rootSquash property: Possible values include: 'NoRootSquash',
'RootSquash', 'AllSquash'.
|
ShareProperties |
setAccessTier(String accessTier)
Set the accessTier property: The accessTier property.
|
ShareProperties |
setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)
Set the accessTierChangeTime property: The accessTierChangeTime
property.
|
ShareProperties |
setAccessTierTransitionState(String accessTierTransitionState)
Set the accessTierTransitionState property: The
accessTierTransitionState property.
|
ShareProperties |
setDeletedTime(OffsetDateTime deletedTime)
Set the deletedTime property: The deletedTime property.
|
ShareProperties |
setETag(String eTag)
Set the eTag property: The eTag property.
|
ShareProperties |
setLastModified(OffsetDateTime lastModified)
Set the lastModified property: The lastModified property.
|
ShareProperties |
setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: Possible values include: 'infinite',
'fixed'.
|
ShareProperties |
setLeaseState(LeaseStateType leaseState)
Set the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
|
ShareProperties |
setLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus property: Possible values include: 'locked',
'unlocked'.
|
ShareProperties |
setMetadata(Map<String,String> metadata)
Set the metadata property: The metadata property.
|
ShareProperties |
setNextAllowedQuotaDowngradeTime(OffsetDateTime nextAllowedQuotaDowngradeTime)
Set the nextAllowedQuotaDowngradeTime property: The
nextAllowedQuotaDowngradeTime property.
|
ShareProperties |
setProtocols(ShareProtocols protocols)
Set the enabledProtocols property: The enabledProtocols property.
|
ShareProperties |
setProvisionedEgressMBps(Integer provisionedEgressMBps)
Set the provisionedEgressMBps property: The provisionedEgressMBps
property.
|
ShareProperties |
setProvisionedIngressMBps(Integer provisionedIngressMBps)
Set the provisionedIngressMBps property: The provisionedIngressMBps
property.
|
ShareProperties |
setProvisionedIops(Integer provisionedIops)
Set the provisionedIops property: The provisionedIops property.
|
ShareProperties |
setQuota(int quota)
Set the quota property: The quota property.
|
ShareProperties |
setRemainingRetentionDays(Integer remainingRetentionDays)
Set the remainingRetentionDays property: The remainingRetentionDays
property.
|
ShareProperties |
setRootSquash(ShareRootSquash rootSquash)
Set the rootSquash property: Possible values include: 'NoRootSquash',
'RootSquash', 'AllSquash'.
|
public OffsetDateTime getLastModified()
public ShareProperties setLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String getETag()
public ShareProperties setETag(String eTag)
eTag - the eTag value to set.public int getQuota()
public ShareProperties setQuota(int quota)
quota - the quota value to set.public Integer getProvisionedIops()
public ShareProperties setProvisionedIops(Integer provisionedIops)
provisionedIops - the provisionedIops value to set.public Integer getProvisionedIngressMBps()
public ShareProperties setProvisionedIngressMBps(Integer provisionedIngressMBps)
provisionedIngressMBps - the provisionedIngressMBps value to set.public Integer getProvisionedEgressMBps()
public ShareProperties setProvisionedEgressMBps(Integer provisionedEgressMBps)
provisionedEgressMBps - the provisionedEgressMBps value to set.public OffsetDateTime getNextAllowedQuotaDowngradeTime()
public ShareProperties setNextAllowedQuotaDowngradeTime(OffsetDateTime nextAllowedQuotaDowngradeTime)
nextAllowedQuotaDowngradeTime - the nextAllowedQuotaDowngradeTime
value to set.public OffsetDateTime getDeletedTime()
public ShareProperties setDeletedTime(OffsetDateTime deletedTime)
deletedTime - the deletedTime value to set.public Integer getRemainingRetentionDays()
public ShareProperties setRemainingRetentionDays(Integer remainingRetentionDays)
remainingRetentionDays - the remainingRetentionDays value to set.public String getAccessTier()
public ShareProperties setAccessTier(String accessTier)
accessTier - the accessTier value to set.public OffsetDateTime getAccessTierChangeTime()
public ShareProperties setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)
accessTierChangeTime - the accessTierChangeTime value to set.public String getAccessTierTransitionState()
public ShareProperties setAccessTierTransitionState(String accessTierTransitionState)
accessTierTransitionState - the accessTierTransitionState value to
set.public LeaseStatusType getLeaseStatus()
public ShareProperties setLeaseStatus(LeaseStatusType leaseStatus)
leaseStatus - the leaseStatus value to set.public LeaseStateType getLeaseState()
public ShareProperties setLeaseState(LeaseStateType leaseState)
leaseState - the leaseState value to set.public LeaseDurationType getLeaseDuration()
public ShareProperties setLeaseDuration(LeaseDurationType leaseDuration)
leaseDuration - the leaseDuration value to set.public ShareProtocols getProtocols()
public ShareProperties setProtocols(ShareProtocols protocols)
protocols - the enabledProtocols value to set.public ShareRootSquash getRootSquash()
public ShareProperties setRootSquash(ShareRootSquash rootSquash)
rootSquash - the rootSquash value to set.public Map<String,String> getMetadata()
public ShareProperties setMetadata(Map<String,String> metadata)
metadata - the metadata value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.