Class: Ansible::Ruby::Modules::Azure_rm_virtualmachine_extension

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

Overview

Create, update and delete Azure Virtual Machine Extension

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

#auto_upgrade_minor_versionSymbol?

Returns Whether the extension handler should be automatically upgraded across minor versions.

Returns:

  • (Symbol, nil)

    Whether the extension handler should be automatically upgraded across minor versions.



51
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 51

attribute :auto_upgrade_minor_version

#locationString?

Returns Valid azure location. Defaults to location of the resource group.

Returns:

  • (String, nil)

    Valid azure location. Defaults to location of the resource group.



24
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 24

attribute :location

#nameString

Returns Name of the vm extension.

Returns:

  • (String)

    Name of the vm extension



16
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 16

attribute :name

#protected_settingsObject?

Returns Json formatted protected settings for the extension.

Returns:

  • (Object, nil)

    Json formatted protected settings for the extension.



48
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 48

attribute :protected_settings

#publisherString?

Returns The name of the extension handler publisher.

Returns:

  • (String, nil)

    The name of the extension handler publisher.



32
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 32

attribute :publisher

#resource_groupString

Returns Name of a resource group where the vm extension exists or will be created.

Returns:

  • (String)

    Name of a resource group where the vm extension exists or will be created.



12
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 12

attribute :resource_group

#settingsHash?

Returns Json formatted public settings for the extension.

Returns:

  • (Hash, nil)

    Json formatted public settings for the extension.



44
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 44

attribute :settings

#state:absent, ...

Returns Assert the state of the vm extension. Use ‘present’ to create or update a vm extension and ‘absent’ to delete a vm extension.

Returns:

  • (:absent, :present, nil)

    Assert the state of the vm extension. Use ‘present’ to create or update a vm extension and ‘absent’ to delete a vm extension.



20
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 20

attribute :state

#type_handler_versionFloat?

Returns The type version of the extension handler.

Returns:

  • (Float, nil)

    The type version of the extension handler.



40
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 40

attribute :type_handler_version

#virtual_machine_extension_typeString?

Returns The type of the extension handler.

Returns:

  • (String, nil)

    The type of the extension handler.



36
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 36

attribute :virtual_machine_extension_type

#virtual_machine_nameString?

Returns The name of the virtual machine where the extension should be create or updated.

Returns:

  • (String, nil)

    The name of the virtual machine where the extension should be create or updated.



28
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachine_extension.rb', line 28

attribute :virtual_machine_name