Class: Ansible::Ruby::Modules::Vmware_vmkernel_ip_config

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

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#ip_addressString

Returns IP address to assign to VMkernel interface.

Returns:

  • (String)

    IP address to assign to VMkernel interface



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vmkernel_ip_config.rb', line 14

attribute :ip_address

#subnet_maskString

Returns Subnet Mask to assign to VMkernel interface.

Returns:

  • (String)

    Subnet Mask to assign to VMkernel interface



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vmkernel_ip_config.rb', line 18

attribute :subnet_mask

#vmk_nameString

Returns VMkernel interface name.

Returns:

  • (String)

    VMkernel interface name



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vmkernel_ip_config.rb', line 10

attribute :vmk_name