Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.OperatingPlatformProperties
-
Packages that use OperatingPlatformProperties Package Description org.odpi.openmetadata.accessservices.devops.api org.odpi.openmetadata.accessservices.devops.properties -
-
Uses of OperatingPlatformProperties in org.odpi.openmetadata.accessservices.devops.api
Methods in org.odpi.openmetadata.accessservices.devops.api with parameters of type OperatingPlatformProperties Modifier and Type Method Description StringOperatingPlatformManagerInterface. createOperatingPlatform(String userId, String infrastructureManagerGUID, String infrastructureManagerName, OperatingPlatformProperties operatingPlatformProperties)Create a new metadata element to represent the operating platform.voidOperatingPlatformManagerInterface. updateOperatingPlatform(String userId, String infrastructureManagerGUID, String infrastructureManagerName, boolean isMergeUpdate, String operatingPlatformGUID, OperatingPlatformProperties operatingPlatformProperties)Update the metadata element representing a operating platform. -
Uses of OperatingPlatformProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type OperatingPlatformProperties Constructor Description OperatingPlatformProperties(OperatingPlatformProperties template)Copy/clone constructor.
-