Class: Ansible::Ruby::Modules::Aci_contract
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_contract
- Defined in:
- lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb
Overview
Manage Contract resources on Cisco ACI fabrics.
Instance Method Summary collapse
-
#contract ⇒ String
The name of the contract.
-
#description ⇒ String?
Description for the contract.
-
#dscp ⇒ :AF11, ...
The target Differentiated Service (DSCP) value.,The APIC defaults to C(unspecified) when unset during creation.
-
#priority ⇒ :level1, ...
The desired QoS class to be used.,The APIC defaults to C(unspecified) when unset during creation.
-
#scope ⇒ :"application-profile", ...
The scope of a service contract.,The APIC defaults to C(context) when unset during creation.
-
#state ⇒ :absent, ...
Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
-
#tenant ⇒ String
The name of the tenant.
Methods inherited from Base
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
#contract ⇒ String
Returns The name of the contract.
12 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 12 attribute :contract |
#description ⇒ String?
Returns Description for the contract.
16 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 16 attribute :description |
#dscp ⇒ :AF11, ...
Returns The target Differentiated Service (DSCP) value.,The APIC defaults to C(unspecified) when unset during creation.
32 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 32 attribute :dscp |
#priority ⇒ :level1, ...
Returns The desired QoS class to be used.,The APIC defaults to C(unspecified) when unset during creation.
28 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 28 attribute :priority |
#scope ⇒ :"application-profile", ...
Returns The scope of a service contract.,The APIC defaults to C(context) when unset during creation.
24 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 24 attribute :scope |
#state ⇒ :absent, ...
Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
36 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 36 attribute :state |
#tenant ⇒ String
Returns The name of the tenant.
20 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_contract.rb', line 20 attribute :tenant |