Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static OnPremiseVantagePoint.Type |
OnPremiseVantagePoint.Type.create(String key) |
OnPremiseVantagePoint.Type |
OnPremiseVantagePoint.getType()
Type of On-premise vantage point.
|
static OnPremiseVantagePoint.Type |
OnPremiseVantagePoint.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnPremiseVantagePoint.Type[] |
OnPremiseVantagePoint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OnPremiseVantagePoint.Builder |
OnPremiseVantagePoint.Builder.type(OnPremiseVantagePoint.Type type)
Type of On-premise vantage point.
|
Constructor and Description |
---|
OnPremiseVantagePoint(String id,
String displayName,
String name,
OnPremiseVantagePoint.Type type,
String description,
WorkersSummary workersSummary,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.