CreateOnPremiseVantagePointDetails¶
-
class
oci.apm_synthetics.models.
CreateOnPremiseVantagePointDetails
(**kwargs)¶ Bases:
object
Details of the request body used to create a new On-premise vantage point.
Attributes
TYPE_ON_PREMISE_DOCKER_VANTAGE_POINT
A constant which can be used with the type property of a CreateOnPremiseVantagePointDetails. defined_tags
Gets the defined_tags of this CreateOnPremiseVantagePointDetails. description
Gets the description of this CreateOnPremiseVantagePointDetails. freeform_tags
Gets the freeform_tags of this CreateOnPremiseVantagePointDetails. name
[Required] Gets the name of this CreateOnPremiseVantagePointDetails. type
Gets the type of this CreateOnPremiseVantagePointDetails. Methods
__init__
(**kwargs)Initializes a new CreateOnPremiseVantagePointDetails object with values from keyword arguments. -
TYPE_ON_PREMISE_DOCKER_VANTAGE_POINT
= 'ON_PREMISE_DOCKER_VANTAGE_POINT'¶ A constant which can be used with the type property of a CreateOnPremiseVantagePointDetails. This constant has a value of “ON_PREMISE_DOCKER_VANTAGE_POINT”
-
__init__
(**kwargs)¶ Initializes a new CreateOnPremiseVantagePointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CreateOnPremiseVantagePointDetails.
- type (str) – The value to assign to the type property of this CreateOnPremiseVantagePointDetails. Allowed values for this property are: “ON_PREMISE_DOCKER_VANTAGE_POINT”
- description (str) – The value to assign to the description property of this CreateOnPremiseVantagePointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOnPremiseVantagePointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOnPremiseVantagePointDetails.
Gets the defined_tags of this CreateOnPremiseVantagePointDetails. 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 CreateOnPremiseVantagePointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateOnPremiseVantagePointDetails. A short description about the On-premise vantage point.
Returns: The description of this CreateOnPremiseVantagePointDetails. Return type: str
Gets the freeform_tags of this CreateOnPremiseVantagePointDetails. 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 CreateOnPremiseVantagePointDetails. Return type: dict(str, str)
-
name
¶ [Required] Gets the name of this CreateOnPremiseVantagePointDetails. Unique On-premise vantage point name that cannot be edited. The name should not contain any confidential information.
Returns: The name of this CreateOnPremiseVantagePointDetails. Return type: str
-
type
¶ Gets the type of this CreateOnPremiseVantagePointDetails. Type of On-premise vantage point.
Allowed values for this property are: “ON_PREMISE_DOCKER_VANTAGE_POINT”
Returns: The type of this CreateOnPremiseVantagePointDetails. Return type: str
-