models_v2.oracle_protection_group_vlan_info module

class models_v2.oracle_protection_group_vlan_info.OracleProtectionGroupVlanInfo(ip_list=None, gateway=None, id=None, subnet_ip=None)[source]

Bases: object

Implementation of the ‘Oracle Protection Group vlan info’ model.

Specifies details about capturing Cohesity cluster VLAN info for Oracle workflow.

Attributes:

ip_list (list of string): Specifies the list of Ips in this VLAN. gateway (string): Specifies the gateway of this VLAN. id (int): Specifies the Id of this VLAN. subnet_ip (string): Specifies the subnet Ip for this VLAN.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.