Package io.bdeploy.api.remote.v1.dto
Class InstanceConfigurationApi
java.lang.Object
io.bdeploy.api.remote.v1.dto.InstanceConfigurationApi
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionOptional Human readable description of the instance.Short name of the instance.The key of the product which was used to create the instance.The intended use of the deployed software.Globally unique identifier of the instance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Globally unique identifier of the instance. -
name
Short name of the instance. -
description
Optional Human readable description of the instance. -
purpose
The intended use of the deployed software. -
product
The key of the product which was used to create the instance.
-
-
Constructor Details
-
InstanceConfigurationApi
public InstanceConfigurationApi()
-