@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class CreateEmManagedExternalHostInsightDetails extends CreateHostInsightDetails
The information about the EM-managed external host to be analyzed.
Note: Objects should always be created or deserialized using the CreateEmManagedExternalHostInsightDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the CreateEmManagedExternalHostInsightDetails.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateEmManagedExternalHostInsightDetails.Builder |
Constructor and Description |
---|
CreateEmManagedExternalHostInsightDetails(String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String enterpriseManagerIdentifier,
String enterpriseManagerBridgeId,
String enterpriseManagerEntityIdentifier,
String exadataInsightId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateEmManagedExternalHostInsightDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getEnterpriseManagerBridgeId()
OPSI Enterprise Manager Bridge OCID
|
String |
getEnterpriseManagerEntityIdentifier()
Enterprise Manager Entity Unique Identifier
|
String |
getEnterpriseManagerIdentifier()
Enterprise Manager Unique Identifier
|
String |
getExadataInsightId()
The OCID of the Exadata insight.
|
int |
hashCode() |
CreateEmManagedExternalHostInsightDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getCompartmentId, getDefinedTags, getFreeformTags
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public CreateEmManagedExternalHostInsightDetails(String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String enterpriseManagerIdentifier, String enterpriseManagerBridgeId, String enterpriseManagerEntityIdentifier, String exadataInsightId)
public static CreateEmManagedExternalHostInsightDetails.Builder builder()
Create a new builder.
public CreateEmManagedExternalHostInsightDetails.Builder toBuilder()
public String getEnterpriseManagerIdentifier()
Enterprise Manager Unique Identifier
public String getEnterpriseManagerBridgeId()
OPSI Enterprise Manager Bridge OCID
public String getEnterpriseManagerEntityIdentifier()
Enterprise Manager Entity Unique Identifier
public String getExadataInsightId()
The OCID of the Exadata insight.
public String toString()
toString
in class CreateHostInsightDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class CreateHostInsightDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class CreateHostInsightDetails
public int hashCode()
hashCode
in class CreateHostInsightDetails
Copyright © 2016–2023. All rights reserved.