Class HsmClusterAuditLoggingInfo
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.keymanagement.model.HsmClusterAuditLoggingInfo
-
@Generated(value="OracleSDKGenerator", comments="API Version: release") public final class HsmClusterAuditLoggingInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelStatus of management audit logging for the cluster.
Note: Objects should always be created or deserialized using theHsmClusterAuditLoggingInfo.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 theHsmClusterAuditLoggingInfo.Builder, which maintain a set of all explicitly set fields calledHsmClusterAuditLoggingInfo.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 classHsmClusterAuditLoggingInfo.AuditLogLifecycleStateThe current lifecycle state of the audit logs.static classHsmClusterAuditLoggingInfo.Builder
-
Constructor Summary
Constructors Constructor Description HsmClusterAuditLoggingInfo(Boolean isEnabled, String bucketName, String namespace, String compartmentId, String dynamicGroupName, HsmClusterAuditLoggingInfo.AuditLogLifecycleState auditLogLifecycleState)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HsmClusterAuditLoggingInfo.Builderbuilder()Create a new builder.booleanequals(Object o)HsmClusterAuditLoggingInfo.AuditLogLifecycleStategetAuditLogLifecycleState()The current lifecycle state of the audit logs.StringgetBucketName()Audit logs bucket name.StringgetCompartmentId()Compartment of the bucket.StringgetDynamicGroupName()Name of dynamic group used for audit log upload.BooleangetIsEnabled()Whether audit logging is enabled.StringgetNamespace()Bucket namespace.inthashCode()HsmClusterAuditLoggingInfo.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
HsmClusterAuditLoggingInfo
@Deprecated @ConstructorProperties({"isEnabled","bucketName","namespace","compartmentId","dynamicGroupName","auditLogLifecycleState"}) public HsmClusterAuditLoggingInfo(Boolean isEnabled, String bucketName, String namespace, String compartmentId, String dynamicGroupName, HsmClusterAuditLoggingInfo.AuditLogLifecycleState auditLogLifecycleState)
Deprecated.
-
-
Method Detail
-
builder
public static HsmClusterAuditLoggingInfo.Builder builder()
Create a new builder.
-
toBuilder
public HsmClusterAuditLoggingInfo.Builder toBuilder()
-
getIsEnabled
public Boolean getIsEnabled()
Whether audit logging is enabled.- Returns:
- the value
-
getBucketName
public String getBucketName()
Audit logs bucket name.- Returns:
- the value
-
getNamespace
public String getNamespace()
Bucket namespace.- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
Compartment of the bucket.- Returns:
- the value
-
getDynamicGroupName
public String getDynamicGroupName()
Name of dynamic group used for audit log upload.- Returns:
- the value
-
getAuditLogLifecycleState
public HsmClusterAuditLoggingInfo.AuditLogLifecycleState getAuditLogLifecycleState()
The current lifecycle state of the audit logs.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin 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:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-