public static class VaultUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VaultUsage |
build() |
VaultUsage.Builder |
copy(VaultUsage model) |
VaultUsage.Builder |
keyCount(Integer keyCount)
The number of keys in this vault that persist on a hardware security module (HSM), across
all compartments, excluding keys in a
DELETED state. |
VaultUsage.Builder |
keyVersionCount(Integer keyVersionCount)
The number of key versions in this vault that persist on a hardware security module
(HSM), across all compartments, excluding key versions in a
DELETED state. |
VaultUsage.Builder |
softwareKeyCount(Integer softwareKeyCount)
The number of keys in this vault that persist on the server, across all compartments,
excluding keys in a
DELETED state. |
VaultUsage.Builder |
softwareKeyVersionCount(Integer softwareKeyVersionCount)
The number of key versions in this vault that persist on the server, across all
compartments, excluding key versions in a
DELETED state. |
public VaultUsage.Builder keyCount(Integer keyCount)
The number of keys in this vault that persist on a hardware security module (HSM), across
all compartments, excluding keys in a DELETED
state.
keyCount
- the value to setpublic VaultUsage.Builder keyVersionCount(Integer keyVersionCount)
The number of key versions in this vault that persist on a hardware security module
(HSM), across all compartments, excluding key versions in a DELETED
state.
keyVersionCount
- the value to setpublic VaultUsage.Builder softwareKeyCount(Integer softwareKeyCount)
The number of keys in this vault that persist on the server, across all compartments,
excluding keys in a DELETED
state.
softwareKeyCount
- the value to setpublic VaultUsage.Builder softwareKeyVersionCount(Integer softwareKeyVersionCount)
The number of key versions in this vault that persist on the server, across all
compartments, excluding key versions in a DELETED
state.
softwareKeyVersionCount
- the value to setpublic VaultUsage build()
public VaultUsage.Builder copy(VaultUsage model)
Copyright © 2016–2024. All rights reserved.