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.
-
-
Constructor Summary
Constructors Constructor Description PcfProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetInstanceCertificate()org.springframework.core.io.ResourcegetInstanceKey()StringgetPcfPath()StringgetRole()voidsetInstanceCertificate(org.springframework.core.io.Resource instanceCertificate)voidsetInstanceKey(org.springframework.core.io.Resource instanceKey)voidsetPcfPath(String pcfPath)voidsetRole(String role)
-
-
-
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)
-
-