@Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public final class OnboardConfigDetails extends Config
A configuration of the ONBOARD type, contains fields describing Onboarding customization:
policies, dynamic groups, user groups.
Note: Objects should always be created or deserialized using the OnboardConfigDetails.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 OnboardConfigDetails.Builder
, which maintain a
set of all explicitly set fields called OnboardConfigDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
OnboardConfigDetails.Builder |
Config.ConfigType, Config.LifecycleState
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OnboardConfigDetails(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
Config.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String version,
Boolean isManuallyOnboarded,
List<String> policyNames,
List<DynamicGroupDetails> dynamicGroups,
List<GroupDetails> userGroups,
AdditionalConfigurationDetails additionalConfigurations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OnboardConfigDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
AdditionalConfigurationDetails |
getAdditionalConfigurations() |
List<DynamicGroupDetails> |
getDynamicGroups()
List of dynamic groups dedicated for Stack Monitoring.
|
Boolean |
getIsManuallyOnboarded()
True if customer decides marks configuration as manually configured.
|
List<String> |
getPolicyNames()
List of policy names assigned for onboarding
|
List<GroupDetails> |
getUserGroups()
List of user groups dedicated for Stack Monitoring.
|
String |
getVersion()
Assigned version to given onboard configuration.
|
int |
hashCode() |
OnboardConfigDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getCompartmentId, getDefinedTags, getDisplayName, getFreeformTags, getId, getLifecycleState, getSystemTags, getTimeCreated, getTimeUpdated
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public OnboardConfigDetails(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Config.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String version, Boolean isManuallyOnboarded, List<String> policyNames, List<DynamicGroupDetails> dynamicGroups, List<GroupDetails> userGroups, AdditionalConfigurationDetails additionalConfigurations)
public static OnboardConfigDetails.Builder builder()
Create a new builder.
public OnboardConfigDetails.Builder toBuilder()
public String getVersion()
Assigned version to given onboard configuration.
public Boolean getIsManuallyOnboarded()
True if customer decides marks configuration as manually configured.
public List<String> getPolicyNames()
List of policy names assigned for onboarding
public List<DynamicGroupDetails> getDynamicGroups()
List of dynamic groups dedicated for Stack Monitoring.
public List<GroupDetails> getUserGroups()
List of user groups dedicated for Stack Monitoring.
public AdditionalConfigurationDetails getAdditionalConfigurations()
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2025. All rights reserved.