-
1. Re: Can't the Custom Property and Component Profile be used together?
daphnissov Nov 12, 2019 6:16 AM (in response to MICDROP)You can't use those custom properties with a component profile because component profiles cannot reference custom properties. You're probably going about this in the wrong way to begin with. Rather than setting disk-level custom properties, you should be creating and leveraging storage reservation policies. Read the docs for how those work.
---------------------------------------------------------------------------------------------------------
Was it helpful? Let us know by completing this short survey here.
-
2. Re: Can't the Custom Property and Component Profile be used together?
MICDROP Sep 3, 2019 8:58 AM (in response to daphnissov)So how can I use those two things together?
I'd appreciate it if you could just tell me how to do it.
I used a storage reservation policy (VirtualMachine.DiskN.StorageReservationPolicy)
-
3. Re: Can't the Custom Property and Component Profile be used together?
daphnissov Sep 3, 2019 9:00 AM (in response to MICDROP)To use both together you'll need to apply some backend logic that associates a storage reservation policy with the value of the custom property that represents the image. You can manually do this in vRO with custom code, but I don't do that and instead use the Property Toolkit to apply that dynamically.
-
4. Re: Can't the Custom Property and Component Profile be used together?
MICDROP Sep 3, 2019 9:06 AM (in response to daphnissov)Thank you very much!
I will look for Property Toolkit.
If I ask you again, Please welcome me.