com.swisscom.cloud.sb.broker.servicedefinition.dto.PlanDto.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broker Show documentation
Show all versions of broker Show documentation
Swisscom's Open Service Broker API implementation
package com.swisscom.cloud.sb.broker.servicedefinition.dto
import groovy.transform.CompileStatic
@CompileStatic
class PlanDto extends com.swisscom.cloud.sb.broker.cfapi.dto.PlanDto {
String guid
String templateId
String templateVersion
String internalName
String serviceProviderClass
int displayIndex
boolean asyncRequired
int maxBackups
List parameters
List containerParams
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy