Package | Description |
---|---|
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
static NetworkSources.LifecycleState |
NetworkSources.LifecycleState.create(String key) |
NetworkSources.LifecycleState |
NetworkSources.getLifecycleState()
The network source object’s current state.
|
NetworkSources.LifecycleState |
NetworkSourcesSummary.getLifecycleState()
The network source object’s current state.
|
static NetworkSources.LifecycleState |
NetworkSources.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkSources.LifecycleState[] |
NetworkSources.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkSources.Builder |
NetworkSources.Builder.lifecycleState(NetworkSources.LifecycleState lifecycleState)
The network source object’s current state.
|
NetworkSourcesSummary.Builder |
NetworkSourcesSummary.Builder.lifecycleState(NetworkSources.LifecycleState lifecycleState)
The network source object’s current state.
|
Constructor and Description |
---|
NetworkSources(String id,
String compartmentId,
String name,
String description,
List<String> publicSourceList,
List<NetworkSources_virtualSourceList> virtualSourceList,
List<String> services,
Date timeCreated,
NetworkSources.LifecycleState lifecycleState,
Long inactiveStatus,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
NetworkSourcesSummary(String id,
String compartmentId,
String name,
String description,
List<String> publicSourceList,
List<NetworkSources_virtualSourceList> virtualSourceList,
List<String> services,
NetworkSources.LifecycleState lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NetworkSources.LifecycleState |
ListNetworkSourcesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.lifecycleState(NetworkSources.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.