Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SshKeyGenerationContext.GenerationTemplate |
SshKeyGenerationContext.GenerationTemplate.create(String key) |
SshKeyGenerationContext.GenerationTemplate |
SshKeyGenerationContext.getGenerationTemplate()
Name of SSH key generation template to generate SSH key type secret.
|
static SshKeyGenerationContext.GenerationTemplate |
SshKeyGenerationContext.GenerationTemplate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshKeyGenerationContext.GenerationTemplate[] |
SshKeyGenerationContext.GenerationTemplate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SshKeyGenerationContext.Builder |
SshKeyGenerationContext.Builder.generationTemplate(SshKeyGenerationContext.GenerationTemplate generationTemplate)
Name of SSH key generation template to generate SSH key type secret.
|
Constructor and Description |
---|
SshKeyGenerationContext(String secretTemplate,
SshKeyGenerationContext.GenerationTemplate generationTemplate)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.