DataONTAP.Controller.VfilerData ONTAP vFiler

DataONTAP.Controller.Vfiler (ClassType)

Data ONTAP MultiStore virtual filer.

Knowledge Base article:

Summary

DataONTAP.Controller.Vfiler represents a vFiler object on the Data ONTAP storage system.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde9c8367a-3aaa-1a72-31ea-2f4c5cd89e4d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
DataONTAP.Controller.Vfiler:
uuid  string  vFiler UUID vFiler's Universal Unique Identifier true 256  False     
FQDN  string  FQDN false 256  False     
IPAddress  string  IP Address false 256  False     
ControllerFQDN  string  Controller FQDN false 256  False     
Status  string  Status false 256  False     
TotalVolumes  int  Total Volumes false 256       
TotalVolumeSize  string  Total Volume Size false 256  False     
TotalQtrees  int  Total Qtrees false 256       
TotalLUNs  int  Total LUNs false 256       
TotalLUNSize  string  Total LUN Size false 256  False     
AllowedProtocols  string  Allowed Protocols false 256  False     
NFSService  string  NFS Service false 256  False     
CIFSService  string  CIFS Service false 256  False     
iSCSIService  string  iSCSIService false 256  False     
IPSpace  string  IP Space false 256  False     
TotalVolumeSizeInBytes  decimal  Total Volume Size In Bytes false 38       
TotalLUNSizeInBytes  decimal  Total LUN Size In Bytes false 38       
name  string  vFiler Name false 256  False     
IPAddresses  string  IP Addresses false 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Vfiler" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="uuid" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="FQDN" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IPAddress" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ControllerFQDN" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalVolumes" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalVolumeSize" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalQtrees" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalLUNs" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalLUNSize" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AllowedProtocols" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="NFSService" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="CIFSService" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="iSCSIService" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IPSpace" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalVolumeSizeInBytes" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" MaxLength="38"/>
<Property ID="TotalLUNSizeInBytes" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" MaxLength="38"/>
<Property ID="name" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="IPAddresses" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>