Class WorkloadKmsSettings
- java.lang.Object
-
- com.pulumi.gcp.assuredworkloads.outputs.WorkloadKmsSettings
-
public final class WorkloadKmsSettings extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkloadKmsSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkloadKmsSettings.Builder
builder()
static WorkloadKmsSettings.Builder
builder(WorkloadKmsSettings defaults)
java.lang.String
nextRotationTime()
java.lang.String
rotationPeriod()
-
-
-
Method Detail
-
nextRotationTime
public java.lang.String nextRotationTime()
- Returns:
- Required. Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary.
-
rotationPeriod
public java.lang.String rotationPeriod()
- Returns:
- Required. Input only. Immutable. will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours.
-
builder
public static WorkloadKmsSettings.Builder builder()
-
builder
public static WorkloadKmsSettings.Builder builder(WorkloadKmsSettings defaults)
-
-