public class VaultSealStatusResult extends Object implements VaultModel
| Modifier and Type | Field and Description |
|---|---|
String |
clusterId |
String |
clusterName |
boolean |
initialized |
boolean |
migration |
int |
n |
String |
nonce |
int |
progress |
boolean |
recoverySeal |
boolean |
sealed |
int |
t |
String |
type |
String |
version |
| Constructor and Description |
|---|
VaultSealStatusResult() |
public String type
public boolean initialized
public boolean sealed
public int t
public int n
public int progress
public String nonce
public String version
public boolean migration
public String clusterName
public String clusterId
public boolean recoverySeal
Copyright © 2020 JBoss by Red Hat. All rights reserved.