UpdateDedicatedVantagePointDetails¶
-
class
oci.apm_synthetics.models.
UpdateDedicatedVantagePointDetails
(**kwargs)¶ Bases:
object
Details of the request body used to update a dedicated vantage point.
Attributes
STATUS_DISABLED
A constant which can be used with the status property of a UpdateDedicatedVantagePointDetails. STATUS_ENABLED
A constant which can be used with the status property of a UpdateDedicatedVantagePointDetails. defined_tags
Gets the defined_tags of this UpdateDedicatedVantagePointDetails. dvp_stack_details
Gets the dvp_stack_details of this UpdateDedicatedVantagePointDetails. freeform_tags
Gets the freeform_tags of this UpdateDedicatedVantagePointDetails. region
Gets the region of this UpdateDedicatedVantagePointDetails. status
Gets the status of this UpdateDedicatedVantagePointDetails. Methods
__init__
(**kwargs)Initializes a new UpdateDedicatedVantagePointDetails object with values from keyword arguments. -
STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the status property of a UpdateDedicatedVantagePointDetails. This constant has a value of “DISABLED”
-
STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the status property of a UpdateDedicatedVantagePointDetails. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new UpdateDedicatedVantagePointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status (str) – The value to assign to the status property of this UpdateDedicatedVantagePointDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- dvp_stack_details (oci.apm_synthetics.models.DvpStackDetails) – The value to assign to the dvp_stack_details property of this UpdateDedicatedVantagePointDetails.
- region (str) – The value to assign to the region property of this UpdateDedicatedVantagePointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDedicatedVantagePointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDedicatedVantagePointDetails.
Gets the defined_tags of this UpdateDedicatedVantagePointDetails. 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 UpdateDedicatedVantagePointDetails. Return type: dict(str, dict(str, object))
-
dvp_stack_details
¶ Gets the dvp_stack_details of this UpdateDedicatedVantagePointDetails.
Returns: The dvp_stack_details of this UpdateDedicatedVantagePointDetails. Return type: oci.apm_synthetics.models.DvpStackDetails
Gets the freeform_tags of this UpdateDedicatedVantagePointDetails. 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 UpdateDedicatedVantagePointDetails. Return type: dict(str, str)
-
region
¶ Gets the region of this UpdateDedicatedVantagePointDetails. Name of the region.
Returns: The region of this UpdateDedicatedVantagePointDetails. Return type: str
-
status
¶ Gets the status of this UpdateDedicatedVantagePointDetails. Status of the dedicated vantage point.
Allowed values for this property are: “ENABLED”, “DISABLED”
Returns: The status of this UpdateDedicatedVantagePointDetails. Return type: str
-