models_v2.oracle_protection_group_sbt_host module¶
- 
class models_v2.oracle_protection_group_sbt_host.OracleProtectionGroupSBTHost(sbt_library_path=None, view_fs_path=None, vip_list=None, vlan_info_list=None)[source]¶
- Bases: - object- Implementation of the ‘Oracle Protection Group SBT Host’ model. - Specifies details about capturing Oracle SBT host info. - Attributes:
- sbt_library_path (string): Specifies the path of sbt library. view_fs_path (string): Specifies the Cohesity view path. vip_list (list of string): Specifies the list of Cohesity primary - VIPs. - vlan_info_list (list of OracleProtectionGroupVlanInfo): Specifies the
- Vlan information for Cohesity cluster. 
 
 - 
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.