Class: Ansible::Ruby::Modules::Azure_rm_acs

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

Overview

Create, update and delete an Azure Container Service Instance.

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

#agent_pool_profilesArray<Hash>, Hash

Returns The agent pool profile suboptions.

Returns:

  • (Array<Hash>, Hash)

    The agent pool profile suboptions.



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

attribute :agent_pool_profiles

#diagnostics_profileSymbol

Returns Should VM Diagnostics be enabled for the Container Service VM’s.

Returns:

  • (Symbol)

    Should VM Diagnostics be enabled for the Container Service VM’s.



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

attribute :diagnostics_profile

#linux_profileArray<Hash>, Hash

Returns The linux profile suboptions.

Returns:

  • (Array<Hash>, Hash)

    The linux profile suboptions.



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

attribute :linux_profile

#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_acs.rb', line 24

attribute :location

#master_profileArray<Hash>, Hash

Returns Master profile suboptions.

Returns:

  • (Array<Hash>, Hash)

    Master profile suboptions.



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

attribute :master_profile

#nameString

Returns Name of the Container Services instance.

Returns:

  • (String)

    Name of the Container Services instance.



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

attribute :name

#orchestration_platform:DCOS, ...

Returns Specifies the Container Orchestration Platform to use. Currently can be either DCOS, Kubernetes or Swarm.

Returns:

  • (:DCOS, :Kubernetes, :Swarm)

    Specifies the Container Orchestration Platform to use. Currently can be either DCOS, Kubernetes or Swarm.



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

attribute :orchestration_platform

#resource_groupString

Returns Name of a resource group where the Container Services exists or will be created.

Returns:

  • (String)

    Name of a resource group where the Container Services exists or will be created.



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

attribute :resource_group

#service_principalArray<Hash>, ...

Returns The service principal suboptions.

Returns:

  • (Array<Hash>, Hash, nil)

    The service principal suboptions.



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

attribute :service_principal

#state:absent, ...

Returns Assert the state of the ACS. Use ‘present’ to create or update an ACS and ‘absent’ to delete it.

Returns:

  • (:absent, :present, nil)

    Assert the state of the ACS. Use ‘present’ to create or update an ACS and ‘absent’ to delete it.



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

attribute :state