Module netapp_ontap.models.cifs_target

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class CifsTargetSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the CifsTarget object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.schema.BaseSchema
  • marshmallow.base.SchemaABC

Class variables

var home_directory

Specify if the destination share is a home directory.

var locality

Specifies whether the CIFS symbolic link is a local link or wide link. The following values are supported:

  • local - Local symbolic link maps only to the same CIFS share.
  • widelink - Wide symbolic link maps to any CIFS share on the network.

Valid choices:

  • local
  • widelink
var opts
var path

Specifies the CIFS path on the destination to which the symbolic link maps. The final path is generated by concatenating the CIFS server name, the share name, the cifs-path and the remaining path in the symbolic link left after the prefix match. This value is specified by using a UNIX-style path name. The trailing forward slash is required for the full path name to be properly interpreted.

Example: /dir1/dir2/

var server

Specifies the destination CIFS server where the UNIX symbolic link is pointing. This field is mandatory if the locality of the symbolic link is 'widelink'. You can specify the value in any of the following formats:

  • DNS name of the CIFS server.
  • IP address of the CIFS server.
  • NetBIOS name of the CIFS server.

Example: ENGCIFS

var share

Specifies the CIFS share name on the destination CIFS server to which the UNIX symbolic link is pointing.

Example: ENG_SHARE

Instance variables

var patchable_fields

Only fields in this list will be considered when patching a resource

var postable_fields

Only fields in this list will be considered when posting a resource