Class: Ansible::Ruby::Modules::Azure_rm_acs
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_acs
- 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
-
#agent_pool_profiles ⇒ Array<Hash>, Hash
The agent pool profile suboptions.
-
#diagnostics_profile ⇒ Symbol
Should VM Diagnostics be enabled for the Container Service VM’s.
-
#linux_profile ⇒ Array<Hash>, Hash
The linux profile suboptions.
-
#location ⇒ String?
Valid azure location.
-
#master_profile ⇒ Array<Hash>, Hash
Master profile suboptions.
-
#name ⇒ String
Name of the Container Services instance.
-
#orchestration_platform ⇒ :DCOS, ...
Specifies the Container Orchestration Platform to use.
-
#resource_group ⇒ String
Name of a resource group where the Container Services exists or will be created.
-
#service_principal ⇒ Array<Hash>, ...
The service principal suboptions.
-
#state ⇒ :absent, ...
Assert the state of the ACS.
Methods inherited from Base
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_profiles ⇒ Array<Hash>, Hash
Returns 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_profile ⇒ Symbol
Returns 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_profile ⇒ Array<Hash>, Hash
Returns The linux profile suboptions.
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_acs.rb', line 36 attribute :linux_profile |
#location ⇒ String?
Returns 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_profile ⇒ Array<Hash>, Hash
Returns Master profile suboptions.
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_acs.rb', line 32 attribute :master_profile |
#name ⇒ String
Returns 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.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_acs.rb', line 28 attribute :orchestration_platform |
#resource_group ⇒ String
Returns 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_principal ⇒ Array<Hash>, ...
Returns 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.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_acs.rb', line 20 attribute :state |