DvpStackDetails

class oci.apm_synthetics.models.DvpStackDetails(**kwargs)

Bases: object

Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.

Attributes

DVP_STACK_TYPE_ORACLE_RM_STACK A constant which can be used with the dvp_stack_type property of a DvpStackDetails.
dvp_stack_type [Required] Gets the dvp_stack_type of this DvpStackDetails.
dvp_version [Required] Gets the dvp_version of this DvpStackDetails.

Methods

__init__(**kwargs) Initializes a new DvpStackDetails 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.
DVP_STACK_TYPE_ORACLE_RM_STACK = 'ORACLE_RM_STACK'

A constant which can be used with the dvp_stack_type property of a DvpStackDetails. This constant has a value of “ORACLE_RM_STACK”

__init__(**kwargs)

Initializes a new DvpStackDetails 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:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • dvp_stack_type (str) – The value to assign to the dvp_stack_type property of this DvpStackDetails. Allowed values for this property are: “ORACLE_RM_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • dvp_version (str) – The value to assign to the dvp_version property of this DvpStackDetails.
dvp_stack_type

[Required] Gets the dvp_stack_type of this DvpStackDetails. Type of stack.

Allowed values for this property are: “ORACLE_RM_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The dvp_stack_type of this DvpStackDetails.
Return type:str
dvp_version

[Required] Gets the dvp_version of this DvpStackDetails. Version of the dedicated vantage point.

Returns:The dvp_version of this DvpStackDetails.
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.