Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static AssociableEntity.EligibilityStatus |
AssociableEntity.EligibilityStatus.create(String key) |
AssociableEntity.EligibilityStatus |
AssociableEntity.getEligibilityStatus()
This field indicates whether the entity is (in)eligible to be associated with this source.
|
static AssociableEntity.EligibilityStatus |
AssociableEntity.EligibilityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociableEntity.EligibilityStatus[] |
AssociableEntity.EligibilityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AssociableEntity.Builder |
AssociableEntity.Builder.eligibilityStatus(AssociableEntity.EligibilityStatus eligibilityStatus)
This field indicates whether the entity is (in)eligible to be associated with this
source.
|
Constructor and Description |
---|
AssociableEntity(String entityId,
String entityName,
String entityTypeName,
String entityTypeDisplayName,
String host,
String agentId,
AssociableEntity.EligibilityStatus eligibilityStatus,
String ineligibilityDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.