Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.PlatformDeploymentProperties
-
Packages that use PlatformDeploymentProperties Package Description org.odpi.openmetadata.accessservices.devops.metadataelements 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 PlatformDeploymentProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return PlatformDeploymentProperties Modifier and Type Method Description PlatformDeploymentPropertiesPlatformDeploymentElement. getPlatformDeploymentProperties()Return the properties from the software server platform deployment relationship.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type PlatformDeploymentProperties Modifier and Type Method Description voidPlatformDeploymentElement. setPlatformDeploymentProperties(PlatformDeploymentProperties platformDeploymentProperties)Set up the properties from the software server platform deployment relationship. -
Uses of PlatformDeploymentProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type PlatformDeploymentProperties Constructor Description PlatformDeploymentProperties(PlatformDeploymentProperties template)Copy/clone constructor -
Uses of PlatformDeploymentProperties in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return PlatformDeploymentProperties Modifier and Type Method Description PlatformDeploymentPropertiesPlatformDeploymentRequestBody. getProperties()Return the properties for this profile identity.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type PlatformDeploymentProperties Modifier and Type Method Description voidPlatformDeploymentRequestBody. setProperties(PlatformDeploymentProperties properties)Set up the properties for this profile identity.
-