AssetLinkPrimaryStatus

Enum Provides insight into why an asset is not serving or not serving at full capacity for a particular link level. There could be one status with multiple reasons. For example, a sitelink might be paused by the user, but also limited in serving due to violation of an alcohol policy. In this case, the PrimaryStatus will be returned as PAUSED, since the asset's effective status is determined by its paused state.

Enums
UNSPECIFIED Not specified.
UNKNOWN Used for return value only. Represents value unknown in this version.
ELIGIBLE The asset is eligible to serve.
PAUSED The user-specified asset link status is paused.
REMOVED The user-specified asset link status is removed.
PENDING The asset may serve in the future.
LIMITED The asset is serving in a partial capacity.
NOT_ELIGIBLE The asset is not eligible to serve.