Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.9 KB

NimbleCreateInitiatorInput.md

File metadata and controls

21 lines (16 loc) · 2.9 KB

NimbleCreateInitiatorInput

Create Nimble initiator input.

Properties

Name Type Description Notes
access_protocol str Access protocol used by the initiator. Possible values: 'iscsi', 'fc'.
initiator_group_id str Identifier of the initiator group that this initiator is assigned to. A 42 digit hexadecimal number.
alias str, none_type Alias of the Fibre Channel initiator. Maximum alias length is 32 characters. Each initiator alias must have an associated WWPN specified using the 'wwpn' attribute.You can choose not to enter the WWPN for an initiator when using previously saved initiator alias.String of up to 32 alphanumeric characters, or one of $^-_.: cannot begin with non-alphanumeric character.`Filter, Sort` [optional]
chapuser_id str, none_type Identifier for the CHAP user. [optional]
ip_address str, none_type IP address of the iSCSI initiator. Each initiator IP address must have an associated name specified using 'name' attribute.You can choose not to enter the name for an initiator if you prefer not to authenticate using both name and IP address, in this case the IQN name will be returned as ''. Alphanumeric, hyphenated, colon or period separated string of up to 255 characters or '' [optional]
iqn str, none_type IQN name of the iSCSI initiator. Each initiator IQN name must have an associated IP address specified using the 'ip_address' attribute.You can choose not to enter the IP address for an initiator if you prefer not to authenticate using both name and IP address,in this case the IP address will be returned as '*'. [optional]
label str, none_type Unique Identifier of the iSCSI initiator. Label is required when creating iSCSI initiator. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. [optional]
override_existing_alias bool, none_type Forcibly add Fibre Channel initiator to initiator group by updating or removing conflicting Fibre Channel initiator aliases. [optional]
wwpn str, none_type WWPN (World Wide Port Name) of the Fibre Channel initiator. WWPN is required when creating a Fibre Channel initiator. Each initiator WWPN can have an associated alias specified using the 'alias' attribute. You can choose not to enter the alias for an initiator if you prefer not to assign an initiator alias. Eight bytes expressed in hex separated by colons. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]