DifDependencyDetails¶
-
class
oci.dif.models.DifDependencyDetails(**kwargs)¶ Bases:
objectDIF Service Dependency Details.
Methods
__init__(**kwargs)Initializes a new DifDependencyDetails object with values from keyword arguments. Attributes
service_instance_id[Required] Gets the service_instance_id of this DifDependencyDetails. service_type[Required] Gets the service_type of this DifDependencyDetails. -
__init__(**kwargs)¶ Initializes a new DifDependencyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service_type (str) – The value to assign to the service_type property of this DifDependencyDetails.
- service_instance_id (str) – The value to assign to the service_instance_id property of this DifDependencyDetails.
-
service_instance_id¶ [Required] Gets the service_instance_id of this DifDependencyDetails. InstanceId of service which is part of the Stack.
Returns: The service_instance_id of this DifDependencyDetails. Return type: str
-
service_type¶ [Required] Gets the service_type of this DifDependencyDetails. Supported service name.
Returns: The service_type of this DifDependencyDetails. Return type: str
-