Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model | |
com.oracle.bmc.resourcemanager.requests |
Modifier and Type | Method and Description |
---|---|
static StackResourceDriftSummary.ResourceDriftStatus |
StackResourceDriftSummary.ResourceDriftStatus.create(String key) |
StackResourceDriftSummary.ResourceDriftStatus |
StackResourceDriftSummary.getResourceDriftStatus()
The drift status of the resource.
|
static StackResourceDriftSummary.ResourceDriftStatus |
StackResourceDriftSummary.ResourceDriftStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackResourceDriftSummary.ResourceDriftStatus[] |
StackResourceDriftSummary.ResourceDriftStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StackResourceDriftSummary.Builder |
StackResourceDriftSummary.Builder.resourceDriftStatus(StackResourceDriftSummary.ResourceDriftStatus resourceDriftStatus)
The drift status of the resource.
|
Constructor and Description |
---|
StackResourceDriftSummary(String stackId,
String compartmentId,
String resourceName,
String resourceId,
String resourceType,
StackResourceDriftSummary.ResourceDriftStatus resourceDriftStatus,
Map<String,String> actualProperties,
Map<String,String> expectedProperties,
Date timeDriftChecked)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<StackResourceDriftSummary.ResourceDriftStatus> |
ListStackResourceDriftDetailsRequest.getResourceDriftStatus()
A filter that returns only resources that match the given drift status.
|
Modifier and Type | Method and Description |
---|---|
ListStackResourceDriftDetailsRequest.Builder |
ListStackResourceDriftDetailsRequest.Builder.resourceDriftStatus(StackResourceDriftSummary.ResourceDriftStatus singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListStackResourceDriftDetailsRequest.Builder |
ListStackResourceDriftDetailsRequest.Builder.resourceDriftStatus(List<StackResourceDriftSummary.ResourceDriftStatus> resourceDriftStatus)
A filter that returns only resources that match the given drift status.
|
Copyright © 2016–2024. All rights reserved.