Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.create(String key) |
Scope |
PropertySummary.getScope()
The scope of the property.
|
Scope |
Property.getScope()
The scope of the property.
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PropertySummary.Builder |
PropertySummary.Builder.scope(Scope scope)
The scope of the property.
|
Property.Builder |
Property.Builder.scope(Scope scope)
The scope of the property.
|
Constructor and Description |
---|
Property(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Property.LifecycleState lifecycleState,
String lifecycleDetails,
Selection selection,
ValueType valueType,
List<String> values,
Scope scope,
Property.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PropertySummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Property.LifecycleState lifecycleState,
String lifecycleDetails,
Selection selection,
ValueType valueType,
List<String> values,
Scope scope,
Property.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Scope |
ListPropertiesRequest.getScope()
A filter to return only resources their scope matches the given scope.
|
Modifier and Type | Method and Description |
---|---|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.scope(Scope scope)
A filter to return only resources their scope matches the given scope.
|
Copyright © 2016–2024. All rights reserved.