Class: Ansible::Ruby::Modules::Vmware_target_canonical_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vmware_target_canonical_facts.rb

Overview

This module can be used to gather facts about canonical (NAA) from an ESXi host based on SCSI target ID.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#cluster_nameString?

Returns Name of the cluster.,Facts about all SCSI devices for all host system in the given cluster is returned.,This parameter is required, if C(esxi_hostname) is not provided.

Returns:

  • (String, nil)

    Name of the cluster.,Facts about all SCSI devices for all host system in the given cluster is returned.,This parameter is required, if C(esxi_hostname) is not provided.



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_target_canonical_facts.rb', line 16

attribute :cluster_name

#esxi_hostnameString?

Returns Name of the ESXi host system.,Facts about all SCSI devices for the given ESXi host system is returned.,This parameter is required, if C(cluster_name) is not provided.

Returns:

  • (String, nil)

    Name of the ESXi host system.,Facts about all SCSI devices for the given ESXi host system is returned.,This parameter is required, if C(cluster_name) is not provided.



20
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_target_canonical_facts.rb', line 20

attribute :esxi_hostname

#target_idInteger?

Returns The target id based on order of scsi device.,version 2.6 onwards, this parameter is optional.

Returns:

  • (Integer, nil)

    The target id based on order of scsi device.,version 2.6 onwards, this parameter is optional.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_target_canonical_facts.rb', line 12

attribute :target_id