Uses of Class
com.oracle.bmc.batch.model.Network
-
Packages that use Network Package Description com.oracle.bmc.batch.model -
-
Uses of Network in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return Network Modifier and Type Method Description NetworkNetwork.Builder. build()NetworkBatchContext. getNetwork()Methods in com.oracle.bmc.batch.model with parameters of type Network Modifier and Type Method Description Network.BuilderNetwork.Builder. copy(Network model)BatchContext.BuilderBatchContext.Builder. network(Network network)Constructors in com.oracle.bmc.batch.model with parameters of type Network Constructor Description BatchContext(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, BatchContext.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<JobPriorityConfiguration> jobPriorityConfigurations, Network network, List<Fleet> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.
-