Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryDetails.ResourceType |
DiscoveryDetails.ResourceType.create(String key) |
DiscoveryDetails.ResourceType |
DiscoveryDetails.getResourceType()
Resource Type.
|
static DiscoveryDetails.ResourceType |
DiscoveryDetails.ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryDetails.ResourceType[] |
DiscoveryDetails.ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryDetails.Builder |
DiscoveryDetails.Builder.resourceType(DiscoveryDetails.ResourceType resourceType)
Resource Type.
|
Constructor and Description |
---|
DiscoveryDetails(String agentId,
DiscoveryDetails.ResourceType resourceType,
String resourceName,
LicenseType license,
PropertyDetails properties,
CredentialCollection credentials,
PropertyDetails tags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.