Uses of Class
com.oracle.bmc.cloudbridge.model.GroupIdentifier
-
Packages that use GroupIdentifier Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of GroupIdentifier in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return GroupIdentifier Modifier and Type Method Description GroupIdentifier
GroupIdentifier.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type GroupIdentifier Modifier and Type Method Description List<GroupIdentifier>
AwsEc2Properties. getSecurityGroups()
The security groups for the instance.List<GroupIdentifier>
InstanceNetworkInterface. getSecurityGroups()
The security groups.Methods in com.oracle.bmc.cloudbridge.model with parameters of type GroupIdentifier Modifier and Type Method Description GroupIdentifier.Builder
GroupIdentifier.Builder. copy(GroupIdentifier model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type GroupIdentifier Modifier and Type Method Description AwsEc2Properties.Builder
AwsEc2Properties.Builder. securityGroups(List<GroupIdentifier> securityGroups)
The security groups for the instance.InstanceNetworkInterface.Builder
InstanceNetworkInterface.Builder. securityGroups(List<GroupIdentifier> securityGroups)
The security groups.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type GroupIdentifier 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.
-