AttachedViewDetails

class oci.dns.models.AttachedViewDetails(**kwargs)

Bases: object

Properties for defining an attached view.

Methods

__init__(**kwargs) Initializes a new AttachedViewDetails object with values from keyword arguments.

Attributes

view_id [Required] Gets the view_id of this AttachedViewDetails.
__init__(**kwargs)

Initializes a new AttachedViewDetails 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 AttachedViewDetails.
view_id

[Required] Gets the view_id of this AttachedViewDetails. The OCID of the view.

Returns:The view_id of this AttachedViewDetails.
Return type:str