Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties 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 ReferenceableProperties in org.odpi.openmetadata.accessservices.devops.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.devops.properties Modifier and Type Class Description classActorProfilePropertiesThe ActorProfileProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.classAssetPropertiesAssetProperties is a java bean used to create assets associated with the IT landscape.classConfigurationItemPropertiesConfigurationItemProperties provides the base class for infrastructure items.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.classITProfilePropertiesThe ITProfileProperties describes a automated agent that is taking governance action.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.classUserIdentityPropertiesUserIdentityProperties describes an element that is linked to a single userId.Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of ReferenceableProperties 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.
-