Class UpdateProtectionPolicyDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.recovery.model.UpdateProtectionPolicyDetails
-
@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 theUpdateProtectionPolicyDetails.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 theUpdateProtectionPolicyDetails.Builder
, which maintain a set of all explicitly set fields calledUpdateProtectionPolicyDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateProtectionPolicyDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
UpdateProtectionPolicyDetails
@Deprecated @ConstructorProperties({"displayName","backupRetentionPeriodInDays","policyLockedDateTime","freeformTags","definedTags"}) public UpdateProtectionPolicyDetails(String displayName, Integer backupRetentionPeriodInDays, String policyLockedDateTime, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateProtectionPolicyDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateProtectionPolicyDetails.Builder toBuilder()
-
getDisplayName
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.
- Returns:
- the value
-
getBackupRetentionPeriodInDays
public Integer getBackupRetentionPeriodInDays()
The maximum number of days to retain backups for a protected database.- Returns:
- the value
-
getPolicyLockedDateTime
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.
- Returns:
- the value
-
getFreeformTags
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”}
- Returns:
- the value
-
getDefinedTags
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
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-