UpdateIotFlowRuntimeDetails¶
-
class
oci.iot.models.UpdateIotFlowRuntimeDetails(**kwargs)¶ Bases:
objectDetails for updating an IoT flow runtime. This operation supports partial updates. When networkConfig is omitted, the existing network configuration is preserved. When networkConfig is provided, the complete network configuration is replaced. To remove the network configuration, pass networkConfig as null.
Attributes
SCALE_HIGHA constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. SCALE_HIGHESTA constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. SCALE_LOWA constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. SCALE_LOWESTA constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. SCALE_MEDIUMA constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. defined_tagsGets the defined_tags of this UpdateIotFlowRuntimeDetails. descriptionGets the description of this UpdateIotFlowRuntimeDetails. display_nameGets the display_name of this UpdateIotFlowRuntimeDetails. freeform_tagsGets the freeform_tags of this UpdateIotFlowRuntimeDetails. log_configGets the log_config of this UpdateIotFlowRuntimeDetails. network_configGets the network_config of this UpdateIotFlowRuntimeDetails. scaleGets the scale of this UpdateIotFlowRuntimeDetails. Methods
__init__(**kwargs)Initializes a new UpdateIotFlowRuntimeDetails object with values from keyword arguments. -
SCALE_HIGH= 'HIGH'¶ A constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. This constant has a value of “HIGH”
-
SCALE_HIGHEST= 'HIGHEST'¶ A constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. This constant has a value of “HIGHEST”
-
SCALE_LOW= 'LOW'¶ A constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. This constant has a value of “LOW”
-
SCALE_LOWEST= 'LOWEST'¶ A constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. This constant has a value of “LOWEST”
-
SCALE_MEDIUM= 'MEDIUM'¶ A constant which can be used with the scale property of a UpdateIotFlowRuntimeDetails. This constant has a value of “MEDIUM”
-
__init__(**kwargs)¶ Initializes a new UpdateIotFlowRuntimeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateIotFlowRuntimeDetails.
- description (str) – The value to assign to the description property of this UpdateIotFlowRuntimeDetails.
- scale (str) – The value to assign to the scale property of this UpdateIotFlowRuntimeDetails. Allowed values for this property are: “LOWEST”, “LOW”, “MEDIUM”, “HIGH”, “HIGHEST”
- network_config (oci.iot.models.NetworkConfigDetails) – The value to assign to the network_config property of this UpdateIotFlowRuntimeDetails.
- log_config (oci.iot.models.LogConfigDetails) – The value to assign to the log_config property of this UpdateIotFlowRuntimeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateIotFlowRuntimeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateIotFlowRuntimeDetails.
Gets the defined_tags of this UpdateIotFlowRuntimeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateIotFlowRuntimeDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this UpdateIotFlowRuntimeDetails. A short description of the resource.
Returns: The description of this UpdateIotFlowRuntimeDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateIotFlowRuntimeDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateIotFlowRuntimeDetails. Return type: str
Gets the freeform_tags of this UpdateIotFlowRuntimeDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateIotFlowRuntimeDetails. Return type: dict(str, str)
-
log_config¶ Gets the log_config of this UpdateIotFlowRuntimeDetails.
Returns: The log_config of this UpdateIotFlowRuntimeDetails. Return type: oci.iot.models.LogConfigDetails
-
network_config¶ Gets the network_config of this UpdateIotFlowRuntimeDetails.
Returns: The network_config of this UpdateIotFlowRuntimeDetails. Return type: oci.iot.models.NetworkConfigDetails
-
scale¶ Gets the scale of this UpdateIotFlowRuntimeDetails. The scale of the IoT flow runtime. Larger values allocate more CPU and memory for higher throughput and operational headroom. MEDIUM is the default value.
Allowed values for this property are: “LOWEST”, “LOW”, “MEDIUM”, “HIGH”, “HIGHEST”
Returns: The scale of this UpdateIotFlowRuntimeDetails. Return type: str
-