Cloud.vcd.SecurityGroup
Request schema for provisioning Security Group.
{
"constraints": [
{
"tag": "string"
}
],
"description": "string",
"name": "string",
"providerId": "string",
"resourceName": "string",
"rules": [
{
"access": "string",
"destination": "string",
"direction": "string",
"name": "string",
"ports": "string",
"protocol": "string",
"service": "string",
"source": "string"
}
],
"securityGroupType": "string",
"tags": [
{
"key": "string",
"value": "string"
}
]
}
Applies to securityGroupType 'existing'. To allocate the correct security group, blueprint constraints are matched against infrastructure capability tags set by the administrator on security groups. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
Free form description of the security group.
Security group name.
A unique identifier of the resource in the context of the provider.
The actual name of the security group determined after the allocation.
Security group rules.
Type of security group: 'existing' or 'new'.
Applies to securityGroupType 'new'. Enter resources categories by using case-sensitive key names or key-value pair syntax.