Uses of Class
com.oracle.bmc.batch.model.CreateNetworkDetails
-
Packages that use CreateNetworkDetails Package Description com.oracle.bmc.batch.model -
-
Uses of CreateNetworkDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return CreateNetworkDetails Modifier and Type Method Description CreateNetworkDetailsCreateNetworkDetails.Builder. build()CreateNetworkDetailsCreateBatchContextDetails. getNetwork()Methods in com.oracle.bmc.batch.model with parameters of type CreateNetworkDetails Modifier and Type Method Description CreateNetworkDetails.BuilderCreateNetworkDetails.Builder. copy(CreateNetworkDetails model)CreateBatchContextDetails.BuilderCreateBatchContextDetails.Builder. network(CreateNetworkDetails network)Constructors in com.oracle.bmc.batch.model with parameters of type CreateNetworkDetails Constructor Description CreateBatchContextDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<JobPriorityConfiguration> jobPriorityConfigurations, CreateNetworkDetails network, List<CreateFleetDetails> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.
-