vcenter ovf: V Service Provider
Information about a vService provider.
Representation:
{
"auto_bind" : true,
"validation_message" : "string",
"name" : "string",
"description" : "string",
"key" : "string",
"status" : "RED"
}
"auto_bind" : true,
"validation_message" : "string",
"name" : "string",
"description" : "string",
"key" : "string",
"status" : "RED"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
key | string | The key for the vService provider. This is the entity key and ID of the vService provider separated by a colon. Optional. This field is not used for the create operation. It will always be present in the result of the get or list operations. It is not used for the update operation. |
name | string | The name of the vService provider. Optional. This field is not used for the create operation. It will always be present in the result of the get or list operations. It is not used for the update operation. |
description | string | The desciption of the vService provider. Optional. This field is not used for the create operation. It will always be present in the result of the get or list operations. It is not used for the update operation. |
auto_bind | boolean | Whether or not the provider auto bind services. Optional. This field is not used for the create operation. It will always be present in the result of the get or list operations. It is not used for the update operation. |
status | string | Binding status between the provider and the dependency. The state of compatibility between a vService dependency and a vService provider. Value is one of: RED: The dependency on the provider cannot be bound. YELLOW: The dependency on the provider can be bound, but with warnings. GREEN: The dependency on the provider can be bound.Optional. This field is not used for the create operation. It will always be present in the result of the get or list operations. It is not used for the update operation. |
validation_message | string | Binding validation message. Optional. This field is not used for the create operation. It will always be present in the result of the get or list operations. It is not used for the update operation. |