CreateApmDomainDetails¶
-
class
oci.apm_control_plane.models.
CreateApmDomainDetails
(**kwargs)¶ Bases:
object
The information about the new APM domain.
Methods
__init__
(**kwargs)Initializes a new CreateApmDomainDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateApmDomainDetails. defined_tags
Gets the defined_tags of this CreateApmDomainDetails. description
Gets the description of this CreateApmDomainDetails. display_name
[Required] Gets the display_name of this CreateApmDomainDetails. freeform_tags
Gets the freeform_tags of this CreateApmDomainDetails. is_free_tier
Gets the is_free_tier of this CreateApmDomainDetails. -
__init__
(**kwargs)¶ Initializes a new CreateApmDomainDetails 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 CreateApmDomainDetails.
- description (str) – The value to assign to the description property of this CreateApmDomainDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateApmDomainDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateApmDomainDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateApmDomainDetails.
- is_free_tier (bool) – The value to assign to the is_free_tier property of this CreateApmDomainDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateApmDomainDetails. The OCID of the compartment corresponding to the APM domain.
Returns: The compartment_id of this CreateApmDomainDetails. Return type: str
Gets the defined_tags of this CreateApmDomainDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateApmDomainDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateApmDomainDetails. Description of the APM domain.
Returns: The description of this CreateApmDomainDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateApmDomainDetails. Display name of the APM domain.
Returns: The display_name of this CreateApmDomainDetails. Return type: str
Gets the freeform_tags of this CreateApmDomainDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateApmDomainDetails. Return type: dict(str, str)
-
is_free_tier
¶ Gets the is_free_tier of this CreateApmDomainDetails. Indicates whether this is an “Always Free” resource. The default value is false.
Returns: The is_free_tier of this CreateApmDomainDetails. Return type: bool
-