Uses of Class
com.oracle.bmc.keymanagement.model.HsmClusterPendingInstructions
-
Packages that use HsmClusterPendingInstructions Package Description com.oracle.bmc.keymanagement.model -
-
Uses of HsmClusterPendingInstructions in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmClusterPendingInstructions Modifier and Type Method Description HsmClusterPendingInstructionsHsmClusterPendingInstructions.Builder. build()HsmClusterPendingInstructionsHsmCluster. getPendingInstructions()Methods in com.oracle.bmc.keymanagement.model with parameters of type HsmClusterPendingInstructions Modifier and Type Method Description HsmClusterPendingInstructions.BuilderHsmClusterPendingInstructions.Builder. copy(HsmClusterPendingInstructions model)HsmCluster.BuilderHsmCluster.Builder. pendingInstructions(HsmClusterPendingInstructions pendingInstructions)Constructors in com.oracle.bmc.keymanagement.model with parameters of type HsmClusterPendingInstructions Constructor Description HsmCluster(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, HsmCluster.LifecycleState lifecycleState, String dnsName, Date timeOfDeletion, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, HsmClusterAuditLoggingInfo auditLogConfig, HsmClusterPendingInstructions pendingInstructions)Deprecated.
-