AttachedView¶
-
class
oci.dns.models.
AttachedView
(**kwargs)¶ Bases:
object
Properties of an attached view.
Methods
__init__
(**kwargs)Initializes a new AttachedView object with values from keyword arguments. Attributes
view_id
[Required] Gets the view_id of this AttachedView. -
__init__
(**kwargs)¶ Initializes a new AttachedView object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: view_id (str) – The value to assign to the view_id property of this AttachedView.
-
view_id
¶ [Required] Gets the view_id of this AttachedView. The OCID of the view.
Returns: The view_id of this AttachedView. Return type: str
-