ConfigCategoryDetails¶
-
class
oci.fleet_apps_management.models.ConfigCategoryDetails(**kwargs)¶ Bases:
objectConfig Category Details.
Attributes
CONFIG_CATEGORY_CREDENTIALA constant which can be used with the config_category property of a ConfigCategoryDetails. CONFIG_CATEGORY_ENVIRONMENTA constant which can be used with the config_category property of a ConfigCategoryDetails. CONFIG_CATEGORY_LIFECYCLE_OPERATIONA constant which can be used with the config_category property of a ConfigCategoryDetails. CONFIG_CATEGORY_PATCH_TYPEA constant which can be used with the config_category property of a ConfigCategoryDetails. CONFIG_CATEGORY_PRODUCTA constant which can be used with the config_category property of a ConfigCategoryDetails. CONFIG_CATEGORY_PRODUCT_STACKA constant which can be used with the config_category property of a ConfigCategoryDetails. CONFIG_CATEGORY_SELF_HOSTED_INSTANCEA constant which can be used with the config_category property of a ConfigCategoryDetails. config_category[Required] Gets the config_category of this ConfigCategoryDetails. Methods
__init__(**kwargs)Initializes a new ConfigCategoryDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
CONFIG_CATEGORY_CREDENTIAL= 'CREDENTIAL'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “CREDENTIAL”
-
CONFIG_CATEGORY_ENVIRONMENT= 'ENVIRONMENT'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “ENVIRONMENT”
-
CONFIG_CATEGORY_LIFECYCLE_OPERATION= 'LIFECYCLE_OPERATION'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “LIFECYCLE_OPERATION”
-
CONFIG_CATEGORY_PATCH_TYPE= 'PATCH_TYPE'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “PATCH_TYPE”
-
CONFIG_CATEGORY_PRODUCT= 'PRODUCT'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “PRODUCT”
-
CONFIG_CATEGORY_PRODUCT_STACK= 'PRODUCT_STACK'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “PRODUCT_STACK”
-
CONFIG_CATEGORY_SELF_HOSTED_INSTANCE= 'SELF_HOSTED_INSTANCE'¶ A constant which can be used with the config_category property of a ConfigCategoryDetails. This constant has a value of “SELF_HOSTED_INSTANCE”
-
__init__(**kwargs)¶ Initializes a new ConfigCategoryDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
ProductStackConfigCategoryDetailsEnvironmentConfigCategoryDetailsCredentialConfigCategoryDetailsPatchTypeConfigCategoryDetailsLifecycleOperationConfigCategoryDetailsProductConfigCategoryDetailsSelfHostedInstanceConfigCategoryDetails
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: config_category (str) – The value to assign to the config_category property of this ConfigCategoryDetails. Allowed values for this property are: “PRODUCT”, “PRODUCT_STACK”, “ENVIRONMENT”, “PATCH_TYPE”, “CREDENTIAL”, “SELF_HOSTED_INSTANCE”, “LIFECYCLE_OPERATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
config_category¶ [Required] Gets the config_category of this ConfigCategoryDetails. Category of configuration
Allowed values for this property are: “PRODUCT”, “PRODUCT_STACK”, “ENVIRONMENT”, “PATCH_TYPE”, “CREDENTIAL”, “SELF_HOSTED_INSTANCE”, “LIFECYCLE_OPERATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The config_category of this ConfigCategoryDetails. Return type: str
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-