VMware Cloud Community
Sunshine_S
Enthusiast
Enthusiast

Which keys can be used to restrict custom Resource Actions?

I'm using vRA 8.10.1.

I need to restrict a custom resource action (Day 2 operation) in Cloud Assembly. I'm using the "Requires condition" option for this.

The condition needs to be specified as "key, operator and value".

I know we can use the keys ${properties.xxx} and ${storage.xxx}

We can also use advanced editor and specify the condition as:

matchExpression:
    - and:
        - key: properties.powerState
          operator: in
          value: OFF, SUSPEND

I want to know what other "keys" can be specified here.

Can we use a custom property?

Can we use an input entered by user during the request?

Labels (4)
0 Kudos
0 Replies