Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
GroupIdentifier |
GroupIdentifier.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<GroupIdentifier> |
InstanceNetworkInterface.getSecurityGroups()
The security groups.
|
List<GroupIdentifier> |
AwsEc2Properties.getSecurityGroups()
The security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
GroupIdentifier.Builder |
GroupIdentifier.Builder.copy(GroupIdentifier model) |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterface.Builder |
InstanceNetworkInterface.Builder.securityGroups(List<GroupIdentifier> securityGroups)
The security groups.
|
AwsEc2Properties.Builder |
AwsEc2Properties.Builder.securityGroups(List<GroupIdentifier> securityGroups)
The security groups for the instance.
|
Constructor and Description |
---|
AwsEc2Properties(String architecture,
String bootMode,
String capacityReservationKey,
Boolean areElasticInferenceAcceleratorsPresent,
Boolean isEnclaveOptions,
Boolean isHibernationOptions,
String imageKey,
String instanceKey,
String instanceLifecycle,
String instanceType,
String ipAddress,
String ipv6Address,
String kernelKey,
Date timeLaunch,
List<String> licenses,
String maintenanceOptions,
String monitoring,
List<InstanceNetworkInterface> networkInterfaces,
Placement placement,
String privateDnsName,
String privateIpAddress,
String rootDeviceName,
String rootDeviceType,
List<GroupIdentifier> securityGroups,
Boolean isSourceDestCheck,
Boolean isSpotInstance,
String sriovNetSupport,
InstanceState state,
String subnetKey,
List<Tag> tags,
String tpmSupport,
String virtualizationType,
String vpcKey)
Deprecated.
|
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.
|
Copyright © 2016–2024. All rights reserved.