Package | Description |
---|---|
com.oracle.bmc.functions.model |
Modifier and Type | Method and Description |
---|---|
ConfigDetails |
ConfigDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ConfigDetails> |
PbfListingVersion.getConfig()
Details about the required and optional Function configurations needed for proper performance
of the PBF.
|
List<ConfigDetails> |
PbfListingVersionSummary.getConfig()
Details about the required and optional Function configurations needed for proper performance
of the PBF.
|
Modifier and Type | Method and Description |
---|---|
ConfigDetails.Builder |
ConfigDetails.Builder.copy(ConfigDetails model) |
Modifier and Type | Method and Description |
---|---|
PbfListingVersion.Builder |
PbfListingVersion.Builder.config(List<ConfigDetails> config)
Details about the required and optional Function configurations needed for proper
performance of the PBF.
|
PbfListingVersionSummary.Builder |
PbfListingVersionSummary.Builder.config(List<ConfigDetails> config)
Details about the required and optional Function configurations needed for proper
performance of the PBF.
|
Constructor and Description |
---|
PbfListingVersion(String id,
String pbfListingId,
String name,
List<ConfigDetails> config,
RequirementDetails requirements,
String changeSummary,
List<Trigger> triggers,
Date timeCreated,
Date timeUpdated,
PbfListingVersion.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PbfListingVersionSummary(String id,
String pbfListingId,
String name,
List<ConfigDetails> config,
RequirementDetails requirements,
String changeSummary,
List<Trigger> triggers,
Date timeCreated,
Date timeUpdated,
PbfListingVersion.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.