com.swisscom.cloud.sb.broker.services.bosh.resources.GenericConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model Show documentation
Show all versions of model Show documentation
Swisscom's Open Service Broker API implementation
package com.swisscom.cloud.sb.broker.services.bosh.resources;
import org.immutables.value.Value;
@Value.Immutable
public interface GenericConfig {
String getTemplateName();
String getType();
static ImmutableGenericConfig.Builder genericConfig() {
return ImmutableGenericConfig.builder();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy