public class VaultUnsealStatus extends Object
Constructor and Description |
---|
VaultUnsealStatus() |
Modifier and Type | Method and Description |
---|---|
int |
getProgress() |
int |
getSecretShares() |
int |
getSecretThreshold() |
boolean |
isSealed() |
void |
setProgress(int progress) |
void |
setSealed(boolean sealed) |
void |
setSecretShares(int secretShares) |
void |
setSecretThreshold(int secretThreshold) |
public int getSecretShares()
public void setSecretShares(int secretShares)
public int getSecretThreshold()
public void setSecretThreshold(int secretThreshold)
public boolean isSealed()
public void setSealed(boolean sealed)
public int getProgress()
public void setProgress(int progress)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.