Uses of Class
com.oracle.bmc.cloudbridge.model.InstanceNetworkInterfaceAttachment
-
Packages that use InstanceNetworkInterfaceAttachment Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of InstanceNetworkInterfaceAttachment in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return InstanceNetworkInterfaceAttachment Modifier and Type Method Description InstanceNetworkInterfaceAttachment
InstanceNetworkInterfaceAttachment.Builder. build()
InstanceNetworkInterfaceAttachment
InstanceNetworkInterface. getAttachment()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type InstanceNetworkInterfaceAttachment Modifier and Type Method Description InstanceNetworkInterface.Builder
InstanceNetworkInterface.Builder. attachment(InstanceNetworkInterfaceAttachment attachment)
InstanceNetworkInterfaceAttachment.Builder
InstanceNetworkInterfaceAttachment.Builder. copy(InstanceNetworkInterfaceAttachment model)
Constructors in com.oracle.bmc.cloudbridge.model with parameters of type InstanceNetworkInterfaceAttachment Constructor Description InstanceNetworkInterface(InstanceNetworkInterfaceAssociation association, InstanceNetworkInterfaceAttachment attachment, String description, List<GroupIdentifier> securityGroups, String interfaceType, List<String> ipv4Prefixes, List<String> ipv6Addresses, List<String> ipv6Prefixes, String macAddress, String networkInterfaceKey, String ownerKey, List<InstancePrivateIpAddress> privateIpAddresses, Boolean isSourceDestCheck, String status, String subnetKey)
Deprecated.
-