Package | Description |
---|---|
com.oracle.bmc.securityattribute | |
com.oracle.bmc.securityattribute.model | |
com.oracle.bmc.securityattribute.requests |
Modifier and Type | Method and Description |
---|---|
static SecurityAttributeNamespace.LifecycleState |
SecurityAttributeNamespace.LifecycleState.create(String key) |
SecurityAttributeNamespace.LifecycleState |
SecurityAttributeNamespaceSummary.getLifecycleState()
The security attribute namespace’s current state.
|
SecurityAttributeNamespace.LifecycleState |
SecurityAttributeNamespace.getLifecycleState()
The security attribute namespace’s current state.
|
static SecurityAttributeNamespace.LifecycleState |
SecurityAttributeNamespace.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAttributeNamespace.LifecycleState[] |
SecurityAttributeNamespace.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityAttributeNamespaceSummary.Builder |
SecurityAttributeNamespaceSummary.Builder.lifecycleState(SecurityAttributeNamespace.LifecycleState lifecycleState)
The security attribute namespace’s current state.
|
SecurityAttributeNamespace.Builder |
SecurityAttributeNamespace.Builder.lifecycleState(SecurityAttributeNamespace.LifecycleState lifecycleState)
The security attribute namespace’s current state.
|
Constructor and Description |
---|
SecurityAttributeNamespace(String id,
String compartmentId,
String name,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isRetired,
List<String> mode,
SecurityAttributeNamespace.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
SecurityAttributeNamespaceSummary(String id,
String compartmentId,
String name,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isRetired,
List<String> mode,
SecurityAttributeNamespace.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SecurityAttributeNamespace.LifecycleState |
ListSecurityAttributeNamespacesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSecurityAttributeNamespacesRequest.Builder |
ListSecurityAttributeNamespacesRequest.Builder.lifecycleState(SecurityAttributeNamespace.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.