@Generated(value="OracleSDKGenerator", comments="API Version: 20210216") public final class UpdateProtectionPolicyDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The information to be updated.
Note: Objects should always be created or deserialized using the UpdateProtectionPolicyDetails.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 UpdateProtectionPolicyDetails.Builder
, which maintain a
set of all explicitly set fields called UpdateProtectionPolicyDetails.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 |
UpdateProtectionPolicyDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UpdateProtectionPolicyDetails(String displayName,
Integer backupRetentionPeriodInDays,
String policyLockedDateTime,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateProtectionPolicyDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getBackupRetentionPeriodInDays()
The maximum number of days to retain backups for a protected database.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDisplayName()
A user provided name for the protection policy.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
String |
getPolicyLockedDateTime()
An RFC3339 formatted datetime string that specifies the exact date and time for the retention
lock to take effect and permanently lock the retention period defined in the policy.
|
int |
hashCode() |
UpdateProtectionPolicyDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"displayName","backupRetentionPeriodInDays","policyLockedDateTime","freeformTags","definedTags"}) public UpdateProtectionPolicyDetails(String displayName, Integer backupRetentionPeriodInDays, String policyLockedDateTime, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static UpdateProtectionPolicyDetails.Builder builder()
Create a new builder.
public UpdateProtectionPolicyDetails.Builder toBuilder()
public String getDisplayName()
A user provided name for the protection policy. The ‘displayName’ does not have to be unique, and it can be modified. Avoid entering confidential information.
public Integer getBackupRetentionPeriodInDays()
The maximum number of days to retain backups for a protected database.
public String getPolicyLockedDateTime()
An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
The retention lock feature controls whether Recovery Service strictly preserves backups for the duration defined in a policy. Retention lock is useful to enforce recovery window compliance and to prevent unintentional modifications to protected database backups. * Recovery Service enforces a 14-day delay before the retention lock set for a policy can take effect. Therefore, you must set policyLockedDateTime to a date that occurs 14 days after the current date. * For example, assuming that the current date is Aug 1, 2023 9 pm, you can set policyLockedDateTime to '2023-08-15T21:00:00.600Z' (Aug 15, 2023, 9:00 pm), or greater. * During the 14-day delay period, you can either increase or decrease the retention period in the policy. * However, you are only allowed to increase the retention period on or after the retention lock date. * You cannot change the value of policyLockedDateTime if the retention lock is already in effect.
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope. Exists for
cross-compatibility only. Example: {"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace": {"bar-key": "value"}}
. For more information, see Resource
Tags
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.