Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
PortInformation |
PortInformation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PortInformation> |
HsmPartition.getPortInformation()
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)
|
List<PortInformation> |
HsmPartitionSummary.getPortInformation()
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)
|
Modifier and Type | Method and Description |
---|---|
PortInformation.Builder |
PortInformation.Builder.copy(PortInformation model) |
Modifier and Type | Method and Description |
---|---|
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)
|
HsmPartitionSummary.Builder |
HsmPartitionSummary.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)
|
Constructor and Description |
---|
HsmPartition(String id,
String compartmentId,
List<PortInformation> portInformation,
Date timeCreated,
Date timeUpdated,
HsmPartition.LifecycleState lifecycleState)
Deprecated.
|
HsmPartitionSummary(String id,
String hsmClusterId,
HsmPartition.LifecycleState lifecycleState,
String compartmentId,
List<PortInformation> portInformation,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.