OracleRMStack¶
-
class
oci.apm_synthetics.models.
OracleRMStack
(**kwargs)¶ Bases:
oci.apm_synthetics.models.dvp_stack_details.DvpStackDetails
Details of the Oracle Resource Manager stack, which is a subtype of the Dedicated Vantage Point stack.
Attributes
DVP_STACK_TYPE_ORACLE_RM_STACK
str(object=’’) -> str dvp_stack_id
[Required] Gets the dvp_stack_id of this OracleRMStack. dvp_stack_type
[Required] Gets the dvp_stack_type of this DvpStackDetails. dvp_stream_id
[Required] Gets the dvp_stream_id of this OracleRMStack. dvp_version
[Required] Gets the dvp_version of this DvpStackDetails. Methods
__init__
(**kwargs)Initializes a new OracleRMStack 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'¶
-
__init__
(**kwargs)¶ Initializes a new OracleRMStack object with values from keyword arguments. The default value of the
dvp_stack_type
attribute of this class isORACLE_RM_STACK
and it should not be changed. 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 OracleRMStack. Allowed values for this property are: “ORACLE_RM_STACK”
- dvp_version (str) – The value to assign to the dvp_version property of this OracleRMStack.
- dvp_stack_id (str) – The value to assign to the dvp_stack_id property of this OracleRMStack.
- dvp_stream_id (str) – The value to assign to the dvp_stream_id property of this OracleRMStack.
-
dvp_stack_id
¶ [Required] Gets the dvp_stack_id of this OracleRMStack. Stack OCID of the Resource Manager stack for dedicated vantage point.
Returns: The dvp_stack_id of this OracleRMStack. Return type: str
-
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_stream_id
¶ [Required] Gets the dvp_stream_id of this OracleRMStack. Stream OCID of the Resource Manager stack for dedicated vantage point.
Returns: The dvp_stream_id of this OracleRMStack. 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.
-