Uses of Class
com.oracle.bmc.dns.model.TsigKeySummary.LifecycleState
-
Packages that use TsigKeySummary.LifecycleState Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of TsigKeySummary.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return TsigKeySummary.LifecycleState Modifier and Type Method Description static TsigKeySummary.LifecycleState
TsigKeySummary.LifecycleState. create(String key)
TsigKeySummary.LifecycleState
TsigKeySummary. getLifecycleState()
The current state of the resource.static TsigKeySummary.LifecycleState
TsigKeySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TsigKeySummary.LifecycleState[]
TsigKeySummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type TsigKeySummary.LifecycleState Modifier and Type Method Description TsigKeySummary.Builder
TsigKeySummary.Builder. lifecycleState(TsigKeySummary.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type TsigKeySummary.LifecycleState Constructor Description TsigKeySummary(String algorithm, String name, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String id, String self, Date timeCreated, TsigKeySummary.LifecycleState lifecycleState)
Deprecated. -
Uses of TsigKeySummary.LifecycleState in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return TsigKeySummary.LifecycleState Modifier and Type Method Description TsigKeySummary.LifecycleState
ListTsigKeysRequest. getLifecycleState()
The state of a resource.Methods in com.oracle.bmc.dns.requests with parameters of type TsigKeySummary.LifecycleState Modifier and Type Method Description ListTsigKeysRequest.Builder
ListTsigKeysRequest.Builder. lifecycleState(TsigKeySummary.LifecycleState lifecycleState)
The state of a resource.
-