Uses of Class
com.oracle.bmc.datacc.model.InfoVmNetworkDetails
-
Packages that use InfoVmNetworkDetails Package Description com.oracle.bmc.datacc.model -
-
Uses of InfoVmNetworkDetails in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return InfoVmNetworkDetails Modifier and Type Method Description InfoVmNetworkDetailsInfoVmNetworkDetails.Builder. build()Methods in com.oracle.bmc.datacc.model that return types with arguments of type InfoVmNetworkDetails Modifier and Type Method Description List<InfoVmNetworkDetails>GenerateRecommendedVmClusterNetworkDetails. getVmNetworks()Details of the client and backup networks.Methods in com.oracle.bmc.datacc.model with parameters of type InfoVmNetworkDetails Modifier and Type Method Description InfoVmNetworkDetails.BuilderInfoVmNetworkDetails.Builder. copy(InfoVmNetworkDetails model)Method parameters in com.oracle.bmc.datacc.model with type arguments of type InfoVmNetworkDetails Modifier and Type Method Description GenerateRecommendedVmClusterNetworkDetails.BuilderGenerateRecommendedVmClusterNetworkDetails.Builder. vmNetworks(List<InfoVmNetworkDetails> vmNetworks)Details of the client and backup networks.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type InfoVmNetworkDetails Constructor Description GenerateRecommendedVmClusterNetworkDetails(String infrastructureId, String compartmentId, String displayName, Integer nodeCount, Integer listenerPort, Integer listenerPortSsl, List<InfoVmNetworkDetails> vmNetworks, List<String> dnsServers, List<String> ntpServers, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-