Skip to content

Commit

Permalink
feat: adding is_space_enforcement_logical, is_space_reporting_logical…
Browse files Browse the repository at this point in the history
… in volume, svm object
  • Loading branch information
Hardikl authored and cgrinds committed Nov 18, 2024
1 parent 600e445 commit d6443e0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/rest/9.10.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ object: svm
counters:
- ^^vserver => svm
- ^anti_ransomware_default_volume_state => anti_ransomware_state
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^operational_state => state
- ^type => type
- ^uuid => uuid
Expand Down Expand Up @@ -73,6 +75,8 @@ export_options:
- fpolicy_enabled
- fpolicy_name
- insecured
- is_space_enforcement_logical
- is_space_reporting_logical
- iscsi_authentication_type
- iscsi_service_enabled
- ldap_session_security
Expand Down
4 changes: 4 additions & 0 deletions conf/rest/9.12.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ counters:
- ^clone_volume => is_flexclone
- ^is_encrypted => isEncrypted
- ^is_sis_volume => is_sis_volume
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^junction_path => junction_path
- ^nodes => node
- ^snaplock_type => snaplock_type
Expand Down Expand Up @@ -133,6 +135,8 @@ export_options:
- isEncrypted
- isHardwareEncrypted
- is_sis_volume
- is_space_enforcement_logical
- is_space_reporting_logical
- junction_path
- root_volume
- snaplock_type
Expand Down
4 changes: 4 additions & 0 deletions conf/rest/9.14.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ counters:
- ^clone_volume => is_flexclone
- ^is_encrypted => isEncrypted
- ^is_sis_volume => is_sis_volume
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^junction_path => junction_path
- ^nodes => node
- ^snaplock_type => snaplock_type
Expand Down Expand Up @@ -138,6 +140,8 @@ export_options:
- isHardwareEncrypted
- isProtected
- is_sis_volume
- is_space_enforcement_logical
- is_space_reporting_logical
- junction_path
- root_volume
- snaplock_type
Expand Down
4 changes: 4 additions & 0 deletions conf/rest/9.9.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ object: svm

counters:
- ^^vserver => svm
- ^is_space_enforcement_logical => is_space_enforcement_logical
- ^is_space_reporting_logical => is_space_reporting_logical
- ^operational_state => state
- ^type => type

Expand Down Expand Up @@ -65,6 +67,8 @@ export_options:
- fpolicy_enabled
- fpolicy_name
- insecured
- is_space_enforcement_logical
- is_space_reporting_logical
- iscsi_authentication_type
- iscsi_service_enabled
- ldap_session_security
Expand Down
4 changes: 4 additions & 0 deletions conf/zapi/cdot/9.8.0/svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ counters:
vserver-info:
- ^^uuid => uuid
- ^anti-ransomware-default-volume-state => anti_ransomware_state
- ^is-space-enforcement-logical => is_space_enforcement_logical
- ^is-space-reporting-logical => is_space_reporting_logical
- ^state => state
- ^vserver-name => svm
- ^vserver-type => type
Expand Down Expand Up @@ -44,6 +46,8 @@ export_options:
- fpolicy_enabled
- fpolicy_name
- insecured
- is_space_enforcement_logical
- is_space_reporting_logical
- iscsi_authentication_type
- iscsi_service_enabled
- ldap_session_security
Expand Down
4 changes: 4 additions & 0 deletions conf/zapi/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ counters:
- volume-snapshot-autodelete-attributes:
- ^is-autodelete-enabled => snapshot_autodelete
- volume-space-attributes:
- ^is-space-enforcement-logical => is_space_enforcement_logical
- ^is-space-reporting-logical => is_space_reporting_logical
- expected-available
- filesystem-size => filesystem_size
- logical-available
Expand Down Expand Up @@ -127,6 +129,8 @@ export_options:
- isHardwareEncrypted
- isProtected
- is_sis_volume
- is_space_enforcement_logical
- is_space_reporting_logical
- junction_path
- node_root
- root_volume
Expand Down

0 comments on commit d6443e0

Please sign in to comment.