public class QuotaSetUpdateOptions extends Object
Constructor and Description |
---|
QuotaSetUpdateOptions() |
Modifier and Type | Method and Description |
---|---|
static QuotaSetUpdateOptions |
create() |
QuotaSetUpdateOptions |
force(Boolean force) |
Boolean |
getForce() |
Integer |
getGigabytes() |
Integer |
getShareNetworks() |
Integer |
getShares() |
Integer |
getSnapshotGigabytes() |
Integer |
getSnapshots() |
QuotaSetUpdateOptions |
gigabytes(Integer gigabytes) |
QuotaSetUpdateOptions |
shareNetworks(Integer shareNetworks) |
QuotaSetUpdateOptions |
shares(Integer shares) |
QuotaSetUpdateOptions |
snapshotGigabytes(Integer snapshotGigabytes) |
QuotaSetUpdateOptions |
snapshots(Integer snapshots) |
public static QuotaSetUpdateOptions create()
public QuotaSetUpdateOptions force(Boolean force)
public QuotaSetUpdateOptions gigabytes(Integer gigabytes)
public QuotaSetUpdateOptions snapshots(Integer snapshots)
public QuotaSetUpdateOptions shares(Integer shares)
public QuotaSetUpdateOptions snapshotGigabytes(Integer snapshotGigabytes)
public QuotaSetUpdateOptions shareNetworks(Integer shareNetworks)
public Integer getGigabytes()
public Integer getSnapshots()
public Integer getShares()
public Integer getSnapshotGigabytes()
public Integer getShareNetworks()
public Boolean getForce()
Copyright © 2017. All rights reserved.