Class: Ansible::Ruby::Modules::Dimensiondata_network

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

Overview

Create, update, and delete MCP 1.0 & 2.0 networks

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionObject?

Returns Additional description of the network domain.

Returns:

  • (Object, nil)

    Additional description of the network domain.



16
# File 'lib/ansible/ruby/modules/generated/cloud/dimensiondata/dimensiondata_network.rb', line 16

attribute :description

#nameString

Returns The name of the network domain to create.

Returns:

  • (String)

    The name of the network domain to create.



12
# File 'lib/ansible/ruby/modules/generated/cloud/dimensiondata/dimensiondata_network.rb', line 12

attribute :name

#service_plan:ESSENTIALS, ...

Returns The service plan, either “ESSENTIALS” or “ADVANCED”.,MCP 2.0 Only.

Returns:

  • (:ESSENTIALS, :ADVANCED, nil)

    The service plan, either “ESSENTIALS” or “ADVANCED”.,MCP 2.0 Only.



19
# File 'lib/ansible/ruby/modules/generated/cloud/dimensiondata/dimensiondata_network.rb', line 19

attribute :service_plan

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



23
# File 'lib/ansible/ruby/modules/generated/cloud/dimensiondata/dimensiondata_network.rb', line 23

attribute :state