Class: Ansible::Ruby::Modules::Azure_rm_postgresqlserver

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

Overview

Create, update and delete instance of PostgreSQL Server.

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

#admin_passwordString?

Returns The password of the administrator login.

Returns:

  • (String, nil)

    The password of the administrator login.



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

attribute :admin_password

#admin_usernameString?

Returns The administrator’s login name of a server. Can only be specified when the server is being created (and is required for creation).

Returns:

  • (String, nil)

    The administrator’s login name of a server. Can only be specified when the server is being created (and is required for creation).



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

attribute :admin_username

#create_modeString?

Returns Create mode of SQL Server.

Returns:

  • (String, nil)

    Create mode of SQL Server



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

attribute :create_mode

#enforce_sslSymbol?

Returns Enable SSL enforcement.

Returns:

  • (Symbol, nil)

    Enable SSL enforcement.



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

attribute :enforce_ssl

#locationString?

Returns Resource location. If not set, location from the resource group will be used as default.

Returns:

  • (String, nil)

    Resource location. If not set, location from the resource group will be used as default.



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

attribute :location

#nameString

Returns The name of the server.

Returns:

  • (String)

    The name of the server.



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

attribute :name

#resource_groupString

Returns The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

Returns:

  • (String)

    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.



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

attribute :resource_group

#skuHash?

Returns The SKU (pricing tier) of the server.

Returns:

  • (Hash, nil)

    The SKU (pricing tier) of the server.



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

attribute :sku

#state:present, ...

Returns Assert the state of the PostgreSQL server. Use ‘present’ to create or update a server and ‘absent’ to delete it.

Returns:

  • (:present, :absent, nil)

    Assert the state of the PostgreSQL server. Use ‘present’ to create or update a server and ‘absent’ to delete it.



52
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_postgresqlserver.rb', line 52

attribute :state

#storage_mbInteger?

Returns The maximum storage allowed for a server.

Returns:

  • (Integer, nil)

    The maximum storage allowed for a server.



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

attribute :storage_mb

#version9.5, ...

Returns Server version.

Returns:

  • (9.5, 9.6, nil)

    Server version.



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

attribute :version