Class: Ansible::Ruby::Modules::Azure_rm_publicipaddress
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_publicipaddress
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb
Overview
Create, update and delete a Public IP address. Allows setting and updating the address allocation method and domain name label. Use the azure_rm_networkinterface module to associate a Public IP with a network interface.
Instance Method Summary collapse
-
#allocation_method ⇒ :Dynamic, ...
Control whether the assigned Public IP remains permanently assigned to the object.
-
#domain_name ⇒ String?
The customizable portion of the FQDN assigned to public IP address.
-
#location ⇒ Object?
Valid azure location.
-
#name ⇒ String
Name of the Public IP.
-
#resource_group ⇒ String
Name of resource group with which the Public IP is associated.
-
#sku ⇒ :Basic, ...
The public IP address SKU.
-
#state ⇒ :absent, ...
Assert the state of the Public IP.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#allocation_method ⇒ :Dynamic, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 16 attribute :allocation_method |
#domain_name ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 20 attribute :domain_name |
#location ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 32 attribute :location |
#name ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 24 attribute :name |
#resource_group ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 12 attribute :resource_group |
#sku ⇒ :Basic, ...
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 35 attribute :sku |
#state ⇒ :absent, ...
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_publicipaddress.rb', line 28 attribute :state |