[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

FeatureFlag

A feature flag.


Properties

string
displayDescription Optional

Localized readable description of this feature.


string
displayName Optional

Localized readable name of this feature.


boolean
enabled Optional

True if the feature is toggled on.


string
id Optional

The id of the feature flag in URN format.


string
name Optional

The unique name of the flag.


string
usage Optional

In what context this flag should be use.

  • ALPHA Indicates that this feature is considered to be an alpha feature and may change in future releases.

JSON Example

{
	"displayDescription": "string",
	"displayName": "string",
	"enabled": false,
	"id": "string",
	"name": "string",
	"usage": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    displayDescription:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    displayName:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    enabled:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: ReadOnly
    name:
        x-vcloud-constraints:
            - constraint: ReadOnly
    usage:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 36.1
Property Of

InlineFeatureFlags1
Parameter To

Update Feature Flag
Returned By

Get Feature Flag
Update Feature Flag
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?