RunbookImportDependencyFinderRequiredValue¶
-
class
oci.fleet_apps_management.models.RunbookImportDependencyFinderRequiredValue(**kwargs)¶ Bases:
objectRunbook import required value.
Attributes
EXPECTED_ASSIGNMENT_CONFIG_FILEA constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. EXPECTED_ASSIGNMENT_NON_TF_PACKAGEA constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. EXPECTED_ASSIGNMENT_NULLA constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. EXPECTED_ASSIGNMENT_TF_PACKAGEA constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. RENDERING_COMPONENT_INPUT_TEXTA constant which can be used with the rendering_component property of a RunbookImportDependencyFinderRequiredValue. RENDERING_COMPONENT_MULTI_CHOICEA constant which can be used with the rendering_component property of a RunbookImportDependencyFinderRequiredValue. RENDERING_COMPONENT_SINGLE_CHOICEA constant which can be used with the rendering_component property of a RunbookImportDependencyFinderRequiredValue. expected_assignmentGets the expected_assignment of this RunbookImportDependencyFinderRequiredValue. field[Required] Gets the field of this RunbookImportDependencyFinderRequiredValue. labelGets the label of this RunbookImportDependencyFinderRequiredValue. placeholder_assignmentGets the placeholder_assignment of this RunbookImportDependencyFinderRequiredValue. rendering_componentGets the rendering_component of this RunbookImportDependencyFinderRequiredValue. step_nameGets the step_name of this RunbookImportDependencyFinderRequiredValue. Methods
__init__(**kwargs)Initializes a new RunbookImportDependencyFinderRequiredValue object with values from keyword arguments. -
EXPECTED_ASSIGNMENT_CONFIG_FILE= 'CONFIG_FILE'¶ A constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “CONFIG_FILE”
-
EXPECTED_ASSIGNMENT_NON_TF_PACKAGE= 'NON_TF_PACKAGE'¶ A constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “NON_TF_PACKAGE”
-
EXPECTED_ASSIGNMENT_NULL= 'NULL'¶ A constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “NULL”
-
EXPECTED_ASSIGNMENT_TF_PACKAGE= 'TF_PACKAGE'¶ A constant which can be used with the expected_assignment property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “TF_PACKAGE”
-
RENDERING_COMPONENT_INPUT_TEXT= 'INPUT_TEXT'¶ A constant which can be used with the rendering_component property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “INPUT_TEXT”
-
RENDERING_COMPONENT_MULTI_CHOICE= 'MULTI_CHOICE'¶ A constant which can be used with the rendering_component property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “MULTI_CHOICE”
-
RENDERING_COMPONENT_SINGLE_CHOICE= 'SINGLE_CHOICE'¶ A constant which can be used with the rendering_component property of a RunbookImportDependencyFinderRequiredValue. This constant has a value of “SINGLE_CHOICE”
-
__init__(**kwargs)¶ Initializes a new RunbookImportDependencyFinderRequiredValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - rendering_component (str) – The value to assign to the rendering_component property of this RunbookImportDependencyFinderRequiredValue. Allowed values for this property are: “SINGLE_CHOICE”, “MULTI_CHOICE”, “INPUT_TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- label (str) – The value to assign to the label property of this RunbookImportDependencyFinderRequiredValue.
- step_name (str) – The value to assign to the step_name property of this RunbookImportDependencyFinderRequiredValue.
- placeholder_assignment (str) – The value to assign to the placeholder_assignment property of this RunbookImportDependencyFinderRequiredValue.
- expected_assignment (str) – The value to assign to the expected_assignment property of this RunbookImportDependencyFinderRequiredValue. Allowed values for this property are: “TF_PACKAGE”, “NON_TF_PACKAGE”, “CONFIG_FILE”, “NULL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- field (str) – The value to assign to the field property of this RunbookImportDependencyFinderRequiredValue.
-
expected_assignment¶ Gets the expected_assignment of this RunbookImportDependencyFinderRequiredValue. Expected assignment.
Allowed values for this property are: “TF_PACKAGE”, “NON_TF_PACKAGE”, “CONFIG_FILE”, “NULL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The expected_assignment of this RunbookImportDependencyFinderRequiredValue. Return type: str
-
field¶ [Required] Gets the field of this RunbookImportDependencyFinderRequiredValue. Field for required value.
Returns: The field of this RunbookImportDependencyFinderRequiredValue. Return type: str
-
label¶ Gets the label of this RunbookImportDependencyFinderRequiredValue. Label for required value.
Returns: The label of this RunbookImportDependencyFinderRequiredValue. Return type: str
-
placeholder_assignment¶ Gets the placeholder_assignment of this RunbookImportDependencyFinderRequiredValue. Placeholder assignment for required value.
Returns: The placeholder_assignment of this RunbookImportDependencyFinderRequiredValue. Return type: str
-
rendering_component¶ Gets the rendering_component of this RunbookImportDependencyFinderRequiredValue. Rendering component value for required value.
Allowed values for this property are: “SINGLE_CHOICE”, “MULTI_CHOICE”, “INPUT_TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The rendering_component of this RunbookImportDependencyFinderRequiredValue. Return type: str
-
step_name¶ Gets the step_name of this RunbookImportDependencyFinderRequiredValue. Step name for required value.
Returns: The step_name of this RunbookImportDependencyFinderRequiredValue. Return type: str
-