Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.model | |
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
static PbfListingVersion.LifecycleState |
PbfListingVersion.LifecycleState.create(String key) |
PbfListingVersion.LifecycleState |
PbfListingVersion.getLifecycleState()
The current state of the PBF resource.
|
PbfListingVersion.LifecycleState |
PbfListingVersionSummary.getLifecycleState()
The current state of the PBF resource.
|
static PbfListingVersion.LifecycleState |
PbfListingVersion.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbfListingVersion.LifecycleState[] |
PbfListingVersion.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PbfListingVersion.Builder |
PbfListingVersion.Builder.lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
The current state of the PBF resource.
|
PbfListingVersionSummary.Builder |
PbfListingVersionSummary.Builder.lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
The current state of the PBF resource.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PbfListingVersion.LifecycleState |
ListPbfListingVersionsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListPbfListingVersionsRequest.Builder |
ListPbfListingVersionsRequest.Builder.lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.