Skip to content

ServiceOrchestrationResult

Field Type Description
serviceInstanceId ServiceInstanceID Unique identifier of the service instance.
providerName SystemName Unique identifier of the provider system.
serviceDefinition ServiceName Unique identifier of the service definition.
version Version Version of the service instance.
cloudIdentitifer CloudIdentifier Unique identifier of the provider cloud.
aliveUntil DateTime The service instance is available until this time. Not supported by simple-store strategy.
exclusiveUntil DateTime The service instance is reserved until this time. Not supported by simple-store strategy.
metadata Metadata Additional information about the service instance. Not supported by simple-store strategy.
interfaces List<ServiceInterfaceDescriptor> Available access interfaces of the service instance. Not supported by simple-store strategy.
authorizationToken AuthorizationTokenMap Generated authorization tokens if any. Not supported by simple-store strategy.