Uses of Class
com.oracle.bmc.keymanagement.model.EkmsPrivateEndpoint.LifecycleState
-
Packages that use EkmsPrivateEndpoint.LifecycleState Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of EkmsPrivateEndpoint.LifecycleState in com.oracle.bmc.keymanagement
-
Uses of EkmsPrivateEndpoint.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return EkmsPrivateEndpoint.LifecycleState Modifier and Type Method Description static EkmsPrivateEndpoint.LifecycleState
EkmsPrivateEndpoint.LifecycleState. create(String key)
EkmsPrivateEndpoint.LifecycleState
EkmsPrivateEndpoint. getLifecycleState()
The current state of the EKMS private endpoint resource.static EkmsPrivateEndpoint.LifecycleState
EkmsPrivateEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EkmsPrivateEndpoint.LifecycleState[]
EkmsPrivateEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type EkmsPrivateEndpoint.LifecycleState Modifier and Type Method Description EkmsPrivateEndpoint.Builder
EkmsPrivateEndpoint.Builder. lifecycleState(EkmsPrivateEndpoint.LifecycleState lifecycleState)
The current state of the EKMS private endpoint resource.Constructors in com.oracle.bmc.keymanagement.model with parameters of type EkmsPrivateEndpoint.LifecycleState Constructor Description EkmsPrivateEndpoint(String id, String compartmentId, String subnetId, String displayName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, EkmsPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, String externalKeyManagerIp, Integer port, String caBundle, String privateEndpointIp)
Deprecated.
-