Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
CreateAlertPolicyRuleDetails |
CreateAlertPolicyRuleDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreateAlertPolicyRuleDetails> |
CreateAlertPolicyDetails.getAlertPolicyRuleDetails()
The details of the alert policy rule.
|
Modifier and Type | Method and Description |
---|---|
CreateAlertPolicyRuleDetails.Builder |
CreateAlertPolicyRuleDetails.Builder.copy(CreateAlertPolicyRuleDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateAlertPolicyDetails.Builder |
CreateAlertPolicyDetails.Builder.alertPolicyRuleDetails(List<CreateAlertPolicyRuleDetails> alertPolicyRuleDetails)
The details of the alert policy rule.
|
Constructor and Description |
---|
CreateAlertPolicyDetails(AlertPolicyType alertPolicyType,
String displayName,
String description,
AlertSeverity severity,
String compartmentId,
List<CreateAlertPolicyRuleDetails> alertPolicyRuleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateAlertPolicyRuleDetails |
CreateAlertPolicyRuleRequest.getBody$()
Alternative accessor for the body parameter.
|
CreateAlertPolicyRuleDetails |
CreateAlertPolicyRuleRequest.getCreateAlertPolicyRuleDetails()
The details used to create a new alert policy rule.
|
Modifier and Type | Method and Description |
---|---|
CreateAlertPolicyRuleRequest.Builder |
CreateAlertPolicyRuleRequest.Builder.body$(CreateAlertPolicyRuleDetails body)
Alternative setter for the body parameter.
|
CreateAlertPolicyRuleRequest.Builder |
CreateAlertPolicyRuleRequest.Builder.createAlertPolicyRuleDetails(CreateAlertPolicyRuleDetails createAlertPolicyRuleDetails)
The details used to create a new alert policy rule.
|
Copyright © 2016–2024. All rights reserved.