Uses of Class
com.oracle.bmc.cloudbridge.model.Placement
-
Packages that use Placement Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of Placement in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Placement Modifier and Type Method Description Placement
Placement.Builder. build()
Placement
AwsEc2Properties. getPlacement()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type Placement Modifier and Type Method Description Placement.Builder
Placement.Builder. copy(Placement model)
AwsEc2Properties.Builder
AwsEc2Properties.Builder. placement(Placement placement)
Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Placement Constructor 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.
-