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