Class VaultProperties.PcfProperties

  • Enclosing class:
    VaultProperties

    public static class VaultProperties.PcfProperties
    extends Object
    PCF properties.
    • Constructor Detail

      • PcfProperties

        public PcfProperties()
    • Method Detail

      • 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)