Class GetInstancePolicyRotationResourcesItemPolicyDataAttributes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetInstancePolicyRotationResourcesItemPolicyDataAttributes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstancePolicyRotationResourcesItemPolicyDataAttributes extends com.ibm.cloud.sdk.core.service.model.GenericModel
Data associated with the policy type `rotation`.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getIntervalMonth()
Gets the intervalMonth.
-
-
-
Method Detail
-
getIntervalMonth
public Long getIntervalMonth()
Gets the intervalMonth. Specifies the key rotation time interval in approximate months, where a month is equivalent to 30 days. A minimum of 1 and a maximum of 12 can be set.- Returns:
- the intervalMonth
-
-