Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.HostProperties
-
Packages that use HostProperties 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 HostProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return HostProperties Modifier and Type Method Description HostPropertiesHostElement. getProperties()Return the properties for the host.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type HostProperties Modifier and Type Method Description voidHostElement. setProperties(HostProperties properties)Set up the properties for the host. -
Uses of HostProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type HostProperties Constructor Description HostProperties(HostProperties template)Copy/clone constructor. -
Uses of HostProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of HostProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classHostRequestBodyHostRequestBody describes the properties of the software server for creation and update.Constructors in org.odpi.openmetadata.accessservices.devops.rest with parameters of type HostProperties Constructor Description HostRequestBody(HostProperties template)Copy/clone constructor.
-