Uses of Class
com.oracle.bmc.cloudbridge.model.InstanceNetworkInterfaceAssociation
-
Packages that use InstanceNetworkInterfaceAssociation Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of InstanceNetworkInterfaceAssociation in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return InstanceNetworkInterfaceAssociation Modifier and Type Method Description InstanceNetworkInterfaceAssociation
InstanceNetworkInterfaceAssociation.Builder. build()
InstanceNetworkInterfaceAssociation
InstanceNetworkInterface. getAssociation()
InstanceNetworkInterfaceAssociation
InstancePrivateIpAddress. getAssociation()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type InstanceNetworkInterfaceAssociation Modifier and Type Method Description InstanceNetworkInterface.Builder
InstanceNetworkInterface.Builder. association(InstanceNetworkInterfaceAssociation association)
InstancePrivateIpAddress.Builder
InstancePrivateIpAddress.Builder. association(InstanceNetworkInterfaceAssociation association)
InstanceNetworkInterfaceAssociation.Builder
InstanceNetworkInterfaceAssociation.Builder. copy(InstanceNetworkInterfaceAssociation model)
Constructors in com.oracle.bmc.cloudbridge.model with parameters of type InstanceNetworkInterfaceAssociation 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.InstancePrivateIpAddress(InstanceNetworkInterfaceAssociation association, Boolean isPrimary, String privateDnsName, String privateIpAddress)
Deprecated.
-