Package com.exoscale.sdk.model
Class KeyRotationConfig
java.lang.Object
com.exoscale.sdk.model.KeyRotationConfig
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class KeyRotationConfig
extends Object
KeyRotationConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this key-rotation-config object is equal to o.When set to true, dictates that the system automatically rotates material periodically.Total running tally of manual key rotation tasks executed by users over this key resource's lifecycle.Scheduled deadline calculation pinpointing the next automated rotational iteration target date.The set frequency period (measured in days) for triggers monitoring auto-rotation loops.inthashCode()manualCount(Integer manualCount) nextAt(OffsetDateTime nextAt) rotationPeriod(Integer rotationPeriod) voidsetAutomatic(Boolean automatic) voidsetManualCount(Integer manualCount) voidsetNextAt(OffsetDateTime nextAt) voidsetRotationPeriod(Integer rotationPeriod) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MANUAL_COUNT
- See Also:
-
JSON_PROPERTY_AUTOMATIC
- See Also:
-
JSON_PROPERTY_ROTATION_PERIOD
- See Also:
-
JSON_PROPERTY_NEXT_AT
- See Also:
-
-
Constructor Details
-
KeyRotationConfig
public KeyRotationConfig()
-
-
Method Details
-
manualCount
-
getManualCount
Total running tally of manual key rotation tasks executed by users over this key resource's lifecycle.- Returns:
- manualCount
-
setManualCount
-
automatic
-
getAutomatic
When set to true, dictates that the system automatically rotates material periodically.- Returns:
- automatic
-
setAutomatic
-
rotationPeriod
-
getRotationPeriod
The set frequency period (measured in days) for triggers monitoring auto-rotation loops.- Returns:
- rotationPeriod
-
setRotationPeriod
-
nextAt
-
getNextAt
Scheduled deadline calculation pinpointing the next automated rotational iteration target date.- Returns:
- nextAt
-
setNextAt
-
equals
Return true if this key-rotation-config object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-