Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.TemplateProperties
-
Packages that use TemplateProperties Package Description org.odpi.openmetadata.accessservices.devops.api org.odpi.openmetadata.accessservices.devops.properties org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.devops.api
Methods in org.odpi.openmetadata.accessservices.devops.api with parameters of type TemplateProperties Modifier and Type Method Description StringOperatingPlatformManagerInterface. createOperatingPlatformFromTemplate(String userId, String infrastructureManagerGUID, String infrastructureManagerName, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a operating platform using an existing metadata element as a template. -
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type TemplateProperties Constructor Description TemplateProperties(TemplateProperties template)Copy/clone constructor for the template properties. -
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of TemplateProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classTemplateRequestBodyTemplateRequestBody carries the parameters for creating a new asset using a template.Constructors in org.odpi.openmetadata.accessservices.devops.rest with parameters of type TemplateProperties Constructor Description TemplateRequestBody(TemplateProperties template)Copy/clone constructor
-