6.2

Table Of Contents
Property Type Property Type to Bind Auto-Bind Expose Auto-Bind Consume
Accept Initial Property
Value
String String, Array, Content, and Computed Yes Yes Yes
Content N/A N/A N/A Yes
Array String, Content, and Computed N/A Yes Yes
Computed N/A Yes N/A N/A
Array properties can also bind to a predefined node array property all in a cluster. The all property, in a
regular expression, is a method to collect all of the values for a given property in a clustered node.
For more information about binding properties, see Binding to Other Properties. To understand the Auto-
Bind expose and Auto-Bind consume concepts, see Auto-Binding to Other Properties.
Example of a string property value when binding to different types of properties.
Sample Property Type Property Type to Bind Binding Outcome (A binds to B)
String (property A) String (property B="Hi") A="Hi"
String (property A) Content (property B="http://my.com/content") A="http://my.com/content"
String (property A) Array (property B=["1","2"]) A="["1","2"]"
String (property A) Computed (property B="Hello") A="Hello"
Example of an array property value when binding to different types of properties.
Sample Property Type Property Type to Bind Binding Outcome (A binds to B)
Array (property A) String (property B="Hi") A="Hi"
Array (property A) Content (property B="http://my.com/content") A="http://my.com/content"
Array (property A) Computed (property B="Hello") A="Hello"
Defining Property Values
An application catalog administrator can define properties in the library for services and custom tasks.
To allow for customization of a component script, the default value for a property in the library can be
overridden in a blueprint to accommodate the needs of a specific application in which the service is used.
The property value can be further overridden in the deployment profile to comply with the deployment
environment where the service is deployed.
Note Property values are case-sensitive. A new property value does not take effect if the value is typed
incorrectly.
For example, to deploy an Apache Tomcat server, the application catalog administrator might have
configured the value of the JVM HEAP_SIZE to 512MB in the service. The application architect can
redefine the value to 1024MB for a larger application. The deployer might override the value to 2048MB
when deploying the application in a production deployment environment to handle large loads.
Using Application Services
VMware, Inc. 108