Uses of Class
com.oracle.bmc.ocvp.model.ManagementApplianceConnectionType
-
Packages that use ManagementApplianceConnectionType Package Description com.oracle.bmc.ocvp.model -
-
Uses of ManagementApplianceConnectionType in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ManagementApplianceConnectionType Modifier and Type Method Description static ManagementApplianceConnectionTypeManagementApplianceConnectionType. create(String key)ManagementApplianceConnectionTypeManagementApplianceConnection. getType()Type of connection.static ManagementApplianceConnectionTypeManagementApplianceConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementApplianceConnectionType[]ManagementApplianceConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceConnectionType Modifier and Type Method Description ManagementApplianceConnection.BuilderManagementApplianceConnection.Builder. type(ManagementApplianceConnectionType type)Type of connection.Constructors in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceConnectionType Constructor Description ManagementApplianceConnection(ManagementApplianceConnectionType type, String credentialsSecretId)Deprecated.
-