models.oracle_sbt_host_params module

class models.oracle_sbt_host_params.OracleSbtHostParams(sbt_library_path=None, view_fs_path=None, vip_vec=None, vlan_info_vec=None)[source]

Bases: object

Implementation of the ‘OracleSbtHostParams’ model.

TODO: Type model description here.

Attributes:
sbt_library_path (string): The path of sbt library, This is set only

when backup type is kSbt.

view_fs_path (string): Cohesity view path. vip_vec (list of string): Vector of Cohesity primary VIPs. vlan_info_vec (list of OracleVlanInfo): 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.