Uses of Class
com.oracle.bmc.marketplace.model.OrchestrationVariable
-
Packages that use OrchestrationVariable Package Description com.oracle.bmc.marketplace.model -
-
Uses of OrchestrationVariable in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return OrchestrationVariable Modifier and Type Method Description OrchestrationVariable
OrchestrationVariable.Builder. build()
Methods in com.oracle.bmc.marketplace.model that return types with arguments of type OrchestrationVariable Modifier and Type Method Description List<OrchestrationVariable>
OrchestrationListingPackage. getVariables()
List of variables for the orchestration resource.List<OrchestrationVariable>
OrchestrationPublicationPackage. getVariables()
A list of variables for the stack resource.Methods in com.oracle.bmc.marketplace.model with parameters of type OrchestrationVariable Modifier and Type Method Description OrchestrationVariable.Builder
OrchestrationVariable.Builder. copy(OrchestrationVariable model)
Method parameters in com.oracle.bmc.marketplace.model with type arguments of type OrchestrationVariable Modifier and Type Method Description OrchestrationListingPackage.Builder
OrchestrationListingPackage.Builder. variables(List<OrchestrationVariable> variables)
List of variables for the orchestration resource.OrchestrationPublicationPackage.Builder
OrchestrationPublicationPackage.Builder. variables(List<OrchestrationVariable> variables)
A list of variables for the stack resource.Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type OrchestrationVariable Constructor Description OrchestrationPublicationPackage(String description, String listingId, String version, String resourceId, Date timeCreated, OperatingSystem operatingSystem, String resourceLink, List<OrchestrationVariable> variables)
Deprecated.
-