Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static HsmPartition.Builder |
HsmPartition.builder()
Create a new builder.
|
HsmPartition.Builder |
HsmPartition.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains a particular HSM resource.
|
HsmPartition.Builder |
HsmPartition.Builder.copy(HsmPartition model) |
HsmPartition.Builder |
HsmPartition.Builder.id(String id)
The OCID of the HSM resource.
|
HsmPartition.Builder |
HsmPartition.Builder.lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
|
HsmPartition.Builder |
HsmPartition.Builder.portInformation(List<PortInformation> portInformation)
Details of a single portInformation item include the PortNumber (an integer used as an
identifier) and the PortType (refers to either an enum value of
Managementutility,Clientutility, or null)
|
HsmPartition.Builder |
HsmPartition.Builder.timeCreated(Date timeCreated)
The date and time a HSMPartition was created, expressed in RFC
3339 timestamp format.
|
HsmPartition.Builder |
HsmPartition.Builder.timeUpdated(Date timeUpdated)
The date and time a HSMPartition was updated, expressed in RFC
3339 timestamp format.
|
HsmPartition.Builder |
HsmPartition.toBuilder() |
Copyright © 2016–2024. All rights reserved.