Uses of Class
com.oracle.bmc.core.model.DrgAttachmentNetworkCreateDetails.Type
-
Packages that use DrgAttachmentNetworkCreateDetails.Type Package Description com.oracle.bmc.core.model -
-
Uses of DrgAttachmentNetworkCreateDetails.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgAttachmentNetworkCreateDetails.Type Modifier and Type Method Description static DrgAttachmentNetworkCreateDetails.Type
DrgAttachmentNetworkCreateDetails.Type. create(String key)
static DrgAttachmentNetworkCreateDetails.Type
DrgAttachmentNetworkCreateDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrgAttachmentNetworkCreateDetails.Type[]
DrgAttachmentNetworkCreateDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-