Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ConfigurationItemProperties
-
Packages that use ConfigurationItemProperties Package Description 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 ConfigurationItemProperties in org.odpi.openmetadata.accessservices.devops.properties
Subclasses of ConfigurationItemProperties in org.odpi.openmetadata.accessservices.devops.properties Modifier and Type Class Description classAssetPropertiesAssetProperties is a java bean used to create assets associated with the IT landscape.classConnectionPropertiesThe connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.classConnectorTypePropertiesThe ConnectorTypeProperties describe the implementation details of a particular type of connector.classEndpointPropertiesEndpointProperties describes the properties of a server endpoint.classHostPropertiesDatabaseManagerProperties is a class for representing a database platform.classITInfrastructurePropertiesITInfrastructureProperties is a java bean used to create software servers, hosts and platforms.classOperatingPlatformPropertiesOperatingPlatformProperties describes the properties of the operating system and hardware.classSoftwareCapabilityPropertiesclassSoftwareServerPlatformPropertiesSoftwareServerPlatformProperties is a representation of the properties for a software server platform.classSoftwareServerPropertiesSoftwareServerProperties is a representation of the properties for a software server.Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ConfigurationItemProperties Constructor Description ConfigurationItemProperties(ConfigurationItemProperties template)Copy/clone constructor. -
Uses of ConfigurationItemProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of ConfigurationItemProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classAssetRequestBodyAssetRequestBody describes the properties of the asset for creation and update.classConnectionRequestBodyConnectionRequestBody carries the parameters for describing a connection.classConnectorTypeRequestBodyConnectorTypeRequestBody carries the parameters for describing a connector type.classEndpointRequestBodyEndpointRequestBody carries the parameters for describing an endpoint.classHostRequestBodyHostRequestBody describes the properties of the software server for creation and update.classSoftwareCapabilityRequestBodySoftwareCapabilityRequestBody describes the properties of the software server capability for creation and update.classSoftwareServerPlatformRequestBodySoftwareServerPlatformRequestBody describes the properties of the software server platform for creation and update.classSoftwareServerRequestBodySoftwareServerRequestBody describes the properties of the software server for creation and update.
-