Uses of Class
com.oracle.bmc.database.model.VmNetworkDetails
-
Packages that use VmNetworkDetails Package Description com.oracle.bmc.database.model -
-
Uses of VmNetworkDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmNetworkDetails Modifier and Type Method Description VmNetworkDetails
VmNetworkDetails.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type VmNetworkDetails Modifier and Type Method Description List<VmNetworkDetails>
ResizeVmClusterNetworkDetails. getVmNetworks()
Details of the client and backup networks.List<VmNetworkDetails>
UpdateVmClusterNetworkDetails. getVmNetworks()
Details of the client and backup networks.List<VmNetworkDetails>
VmClusterNetwork. getVmNetworks()
Details of the client and backup networks.List<VmNetworkDetails>
VmClusterNetworkDetails. getVmNetworks()
Details of the client and backup networks.List<VmNetworkDetails>
VmClusterNetworkSummary. getVmNetworks()
Details of the client and backup networks.Methods in com.oracle.bmc.database.model with parameters of type VmNetworkDetails Modifier and Type Method Description VmNetworkDetails.Builder
VmNetworkDetails.Builder. copy(VmNetworkDetails model)
Method parameters in com.oracle.bmc.database.model with type arguments of type VmNetworkDetails Modifier and Type Method Description ResizeVmClusterNetworkDetails.Builder
ResizeVmClusterNetworkDetails.Builder. vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.UpdateVmClusterNetworkDetails.Builder
UpdateVmClusterNetworkDetails.Builder. vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.VmClusterNetwork.Builder
VmClusterNetwork.Builder. vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.VmClusterNetworkDetails.Builder
VmClusterNetworkDetails.Builder. vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.VmClusterNetworkSummary.Builder
VmClusterNetworkSummary.Builder. vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.Constructor parameters in com.oracle.bmc.database.model with type arguments of type VmNetworkDetails Constructor Description ResizeVmClusterNetworkDetails(ResizeVmClusterNetworkDetails.Action action, List<VmNetworkDetails> vmNetworks)
Deprecated.
-