Class: Ansible::Ruby::Modules::Na_ontap_vserver_peer

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb

Overview

Create/Delete vserver peer

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

#applications:snapmirror, ...

Returns List of applications which can make use of the peering relationship.

Returns:

  • (:snapmirror, :file_copy, :lun_copy, nil)

    List of applications which can make use of the peering relationship.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 20

attribute :applications

#dest_hostnameString?

Returns Destination hostname or IP address.,Required for creating the vserver peer relationship.

Returns:

  • (String, nil)

    Destination hostname or IP address.,Required for creating the vserver peer relationship



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 32

attribute :dest_hostname

#dest_passwordObject?

Returns Destination password.,Optional if this is same as source password.

Returns:

  • (Object, nil)

    Destination password.,Optional if this is same as source password.



39
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 39

attribute :dest_password

#dest_usernameObject?

Returns Destination username.,Optional if this is same as source username.

Returns:

  • (Object, nil)

    Destination username.,Optional if this is same as source username.



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 36

attribute :dest_username

#peer_clusterString?

Returns Specifies name of the peer Cluster.,If peer Cluster is not given, it considers local Cluster.

Returns:

  • (String, nil)

    Specifies name of the peer Cluster.,If peer Cluster is not given, it considers local Cluster.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 28

attribute :peer_cluster

#peer_vserverString?

Returns Specifies name of the peer Vserver in the relationship.

Returns:

  • (String, nil)

    Specifies name of the peer Vserver in the relationship.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 24

attribute :peer_vserver

#state:present, ...

Returns Whether the specified vserver peer should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified vserver peer should exist or not.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 12

attribute :state

#vserverString?

Returns Specifies name of the source Vserver in the relationship.

Returns:

  • (String, nil)

    Specifies name of the source Vserver in the relationship.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_vserver_peer.rb', line 16

attribute :vserver