Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterfaceAssociation.Builder.build() |
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterface.getAssociation() |
InstanceNetworkInterfaceAssociation |
InstancePrivateIpAddress.getAssociation() |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterface.Builder |
InstanceNetworkInterface.Builder.association(InstanceNetworkInterfaceAssociation association) |
InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.Builder.association(InstanceNetworkInterfaceAssociation association) |
InstanceNetworkInterfaceAssociation.Builder |
InstanceNetworkInterfaceAssociation.Builder.copy(InstanceNetworkInterfaceAssociation model) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.