Uses of Class
com.oracle.bmc.vault.model.SshKeyGenerationContext.GenerationTemplate
-
Packages that use SshKeyGenerationContext.GenerationTemplate Package Description com.oracle.bmc.vault.model -
-
Uses of SshKeyGenerationContext.GenerationTemplate in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SshKeyGenerationContext.GenerationTemplate Modifier and Type Method 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.Methods in com.oracle.bmc.vault.model with parameters of type SshKeyGenerationContext.GenerationTemplate Modifier and Type Method Description SshKeyGenerationContext.Builder
SshKeyGenerationContext.Builder. generationTemplate(SshKeyGenerationContext.GenerationTemplate generationTemplate)
Name of SSH key generation template to generate SSH key type secret.Constructors in com.oracle.bmc.vault.model with parameters of type SshKeyGenerationContext.GenerationTemplate Constructor Description SshKeyGenerationContext(String secretTemplate, SshKeyGenerationContext.GenerationTemplate generationTemplate)
Deprecated.
-