Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model | |
com.oracle.bmc.apmsynthetics.requests |
Modifier and Type | Method and Description |
---|---|
static DedicatedVantagePointStatus |
DedicatedVantagePointStatus.create(String key) |
DedicatedVantagePointStatus |
UpdateDedicatedVantagePointDetails.getStatus()
Status of the dedicated vantage point.
|
DedicatedVantagePointStatus |
DedicatedVantagePoint.getStatus()
Status of the dedicated vantage point.
|
DedicatedVantagePointStatus |
CreateDedicatedVantagePointDetails.getStatus()
Status of the dedicated vantage point.
|
DedicatedVantagePointStatus |
DedicatedVantagePointSummary.getStatus()
Status of the dedicated vantage point.
|
static DedicatedVantagePointStatus |
DedicatedVantagePointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedicatedVantagePointStatus[] |
DedicatedVantagePointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDedicatedVantagePointDetails.Builder |
UpdateDedicatedVantagePointDetails.Builder.status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
|
DedicatedVantagePoint.Builder |
DedicatedVantagePoint.Builder.status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
|
CreateDedicatedVantagePointDetails.Builder |
CreateDedicatedVantagePointDetails.Builder.status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
|
DedicatedVantagePointSummary.Builder |
DedicatedVantagePointSummary.Builder.status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
|
Modifier and Type | Method and Description |
---|---|
DedicatedVantagePointStatus |
ListDedicatedVantagePointsRequest.getStatus()
A filter to return only the dedicated vantage points that match a given status.
|
Modifier and Type | Method and Description |
---|---|
ListDedicatedVantagePointsRequest.Builder |
ListDedicatedVantagePointsRequest.Builder.status(DedicatedVantagePointStatus status)
A filter to return only the dedicated vantage points that match a given status.
|
Copyright © 2016–2024. All rights reserved.