CreateDedicatedVantagePointDetails¶
-
class
oci.apm_synthetics.models.
CreateDedicatedVantagePointDetails
(**kwargs)¶ Bases:
object
Details of the request body used to create a new dedicated vantage point.
Attributes
STATUS_DISABLED
A constant which can be used with the status property of a CreateDedicatedVantagePointDetails. STATUS_ENABLED
A constant which can be used with the status property of a CreateDedicatedVantagePointDetails. defined_tags
Gets the defined_tags of this CreateDedicatedVantagePointDetails. display_name
[Required] Gets the display_name of this CreateDedicatedVantagePointDetails. dvp_stack_details
[Required] Gets the dvp_stack_details of this CreateDedicatedVantagePointDetails. freeform_tags
Gets the freeform_tags of this CreateDedicatedVantagePointDetails. region
[Required] Gets the region of this CreateDedicatedVantagePointDetails. status
Gets the status of this CreateDedicatedVantagePointDetails. Methods
__init__
(**kwargs)Initializes a new CreateDedicatedVantagePointDetails object with values from keyword arguments. -
STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the status property of a CreateDedicatedVantagePointDetails. This constant has a value of “DISABLED”
-
STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the status property of a CreateDedicatedVantagePointDetails. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new CreateDedicatedVantagePointDetails 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 CreateDedicatedVantagePointDetails.
- dvp_stack_details (oci.apm_synthetics.models.DvpStackDetails) – The value to assign to the dvp_stack_details property of this CreateDedicatedVantagePointDetails.
- region (str) – The value to assign to the region property of this CreateDedicatedVantagePointDetails.
- status (str) – The value to assign to the status property of this CreateDedicatedVantagePointDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDedicatedVantagePointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDedicatedVantagePointDetails.
Gets the defined_tags of this CreateDedicatedVantagePointDetails. 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 CreateDedicatedVantagePointDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateDedicatedVantagePointDetails. Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
Returns: The display_name of this CreateDedicatedVantagePointDetails. Return type: str
-
dvp_stack_details
¶ [Required] Gets the dvp_stack_details of this CreateDedicatedVantagePointDetails.
Returns: The dvp_stack_details of this CreateDedicatedVantagePointDetails. Return type: oci.apm_synthetics.models.DvpStackDetails
Gets the freeform_tags of this CreateDedicatedVantagePointDetails. 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 CreateDedicatedVantagePointDetails. Return type: dict(str, str)
-
region
¶ [Required] Gets the region of this CreateDedicatedVantagePointDetails. Name of the region.
Returns: The region of this CreateDedicatedVantagePointDetails. Return type: str
-
status
¶ Gets the status of this CreateDedicatedVantagePointDetails. Status of the dedicated vantage point.
Allowed values for this property are: “ENABLED”, “DISABLED”
Returns: The status of this CreateDedicatedVantagePointDetails. Return type: str
-