CreateIotFlowRuntimeDetails¶
-
class
oci.iot.models.CreateIotFlowRuntimeDetails(**kwargs)¶ Bases:
objectDetails for creating an IoT flow runtime in an IoT domain.
Attributes
SCALE_HIGHA constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. SCALE_HIGHESTA constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. SCALE_LOWA constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. SCALE_LOWESTA constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. SCALE_MEDIUMA constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. compartment_id[Required] Gets the compartment_id of this CreateIotFlowRuntimeDetails. defined_tagsGets the defined_tags of this CreateIotFlowRuntimeDetails. descriptionGets the description of this CreateIotFlowRuntimeDetails. display_nameGets the display_name of this CreateIotFlowRuntimeDetails. freeform_tagsGets the freeform_tags of this CreateIotFlowRuntimeDetails. iot_domain_id[Required] Gets the iot_domain_id of this CreateIotFlowRuntimeDetails. log_configGets the log_config of this CreateIotFlowRuntimeDetails. network_configGets the network_config of this CreateIotFlowRuntimeDetails. scaleGets the scale of this CreateIotFlowRuntimeDetails. Methods
__init__(**kwargs)Initializes a new CreateIotFlowRuntimeDetails object with values from keyword arguments. -
SCALE_HIGH= 'HIGH'¶ A constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. This constant has a value of “HIGH”
-
SCALE_HIGHEST= 'HIGHEST'¶ A constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. This constant has a value of “HIGHEST”
-
SCALE_LOW= 'LOW'¶ A constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. This constant has a value of “LOW”
-
SCALE_LOWEST= 'LOWEST'¶ A constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. This constant has a value of “LOWEST”
-
SCALE_MEDIUM= 'MEDIUM'¶ A constant which can be used with the scale property of a CreateIotFlowRuntimeDetails. This constant has a value of “MEDIUM”
-
__init__(**kwargs)¶ Initializes a new CreateIotFlowRuntimeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - iot_domain_id (str) – The value to assign to the iot_domain_id property of this CreateIotFlowRuntimeDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateIotFlowRuntimeDetails.
- scale (str) – The value to assign to the scale property of this CreateIotFlowRuntimeDetails. 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 CreateIotFlowRuntimeDetails.
- log_config (oci.iot.models.LogConfigDetails) – The value to assign to the log_config property of this CreateIotFlowRuntimeDetails.
- display_name (str) – The value to assign to the display_name property of this CreateIotFlowRuntimeDetails.
- description (str) – The value to assign to the description property of this CreateIotFlowRuntimeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateIotFlowRuntimeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateIotFlowRuntimeDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this CreateIotFlowRuntimeDetails. The OCID of the compartment corresponding to the resource.
Returns: The compartment_id of this CreateIotFlowRuntimeDetails. Return type: str
Gets the defined_tags of this CreateIotFlowRuntimeDetails. 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 CreateIotFlowRuntimeDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this CreateIotFlowRuntimeDetails. A short description of the resource.
Returns: The description of this CreateIotFlowRuntimeDetails. Return type: str
-
display_name¶ Gets the display_name of this CreateIotFlowRuntimeDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateIotFlowRuntimeDetails. Return type: str
Gets the freeform_tags of this CreateIotFlowRuntimeDetails. 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 CreateIotFlowRuntimeDetails. Return type: dict(str, str)
-
iot_domain_id¶ [Required] Gets the iot_domain_id of this CreateIotFlowRuntimeDetails. The OCID of the IoT domain.
Returns: The iot_domain_id of this CreateIotFlowRuntimeDetails. Return type: str
-
log_config¶ Gets the log_config of this CreateIotFlowRuntimeDetails.
Returns: The log_config of this CreateIotFlowRuntimeDetails. Return type: oci.iot.models.LogConfigDetails
-
network_config¶ Gets the network_config of this CreateIotFlowRuntimeDetails.
Returns: The network_config of this CreateIotFlowRuntimeDetails. Return type: oci.iot.models.NetworkConfigDetails
-
scale¶ Gets the scale of this CreateIotFlowRuntimeDetails. 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 CreateIotFlowRuntimeDetails. Return type: str
-