Class: Ansible::Ruby::Modules::Aci_tenant_span_src_group

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb

Overview

Manage SPAN source groups on Cisco ACI fabrics.

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_stateSymbol?

Returns Enable or disable the span sources.,The APIC defaults to C(yes) when unset during creation.

Returns:

  • (Symbol, nil)

    Enable or disable the span sources.,The APIC defaults to C(yes) when unset during creation.



12
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb', line 12

attribute :admin_state

#descriptionString?

Returns The description for Span source group.

Returns:

  • (String, nil)

    The description for Span source group.



16
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb', line 16

attribute :description

#dst_groupString?

Returns The Span destination group to associate with the source group.

Returns:

  • (String, nil)

    The Span destination group to associate with the source group.



20
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb', line 20

attribute :dst_group

#src_groupString?

Returns The name of the Span source group.

Returns:

  • (String, nil)

    The name of the Span source group.



24
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb', line 24

attribute :src_group

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

  • (:absent, :present, :query, nil)

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



28
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb', line 28

attribute :state

#tenantString?

Returns The name of the Tenant.

Returns:

  • (String, nil)

    The name of the Tenant.



32
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_span_src_group.rb', line 32

attribute :tenant