Class VaultProperties.PcfProperties

java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.PcfProperties
Enclosing class:
VaultProperties

public static class VaultProperties.PcfProperties extends Object
PCF properties.
Author:
Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
  • Constructor Details

    • PcfProperties

      public PcfProperties()
  • Method Details

    • getPcfPath

      public String getPcfPath()
    • setPcfPath

      public void setPcfPath(String pcfPath)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getInstanceCertificate

      @Nullable public org.springframework.core.io.Resource getInstanceCertificate()
    • setInstanceCertificate

      public void setInstanceCertificate(@Nullable org.springframework.core.io.Resource instanceCertificate)
    • getInstanceKey

      @Nullable public org.springframework.core.io.Resource getInstanceKey()
    • setInstanceKey

      public void setInstanceKey(@Nullable org.springframework.core.io.Resource instanceKey)