Module netapp_ontap.models.fc_login_initiator

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

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

The fields of the FcLoginInitiator object

Ancestors

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

Class variables

var aliases

The logged in initiator world wide port name (WWPN) aliases.

var opts
var port_address

The port address of the initiator's FC port.
Each port in an FC switched fabric has its own unique port address for routing purposes. The port address is assigned by a switch in the fabric when that port logs in to the fabric. This property refers to the address given by a switch to the initiator port.
This is useful for obtaining statistics and diagnostic information from FC switches.
This is a hexadecimal encoded numeric value.

Example: 5060A

var wwnn

The logged in initiator world wide node name (WWNN).

Example: 2f:a0:00:a0:98:0b:56:13

var wwpn

The logged in initiator WWPN.

Example: 2f:a0:00:a0:98:0b:56:13

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