Uses of Class
com.oracle.bmc.cloudbridge.model.InstanceNetworkInterface
-
Packages that use InstanceNetworkInterface Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of InstanceNetworkInterface in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return InstanceNetworkInterface Modifier and Type Method Description InstanceNetworkInterface
InstanceNetworkInterface.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type InstanceNetworkInterface Modifier and Type Method Description List<InstanceNetworkInterface>
AwsEc2Properties. getNetworkInterfaces()
The network interfaces for the instance.Methods in com.oracle.bmc.cloudbridge.model with parameters of type InstanceNetworkInterface Modifier and Type Method Description InstanceNetworkInterface.Builder
InstanceNetworkInterface.Builder. copy(InstanceNetworkInterface model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type InstanceNetworkInterface Modifier and Type Method Description AwsEc2Properties.Builder
AwsEc2Properties.Builder. networkInterfaces(List<InstanceNetworkInterface> networkInterfaces)
The network interfaces for the instance.
-