Commit 56e18cce authored by AyeshaAyubG's avatar AyeshaAyubG
Browse files

update MEC011 app-support with minor changes

parent dd0af146
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# DnsRuleIpAddressType
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
# DnsRuleState
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+9 −0
Original line number Diff line number Diff line
# SubscriptionLinkListLinksSubscriptions
# MecAppSuptApiSubscriptionLinkList
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | [**URI**](URI.md) | URI referring to a resource | [default to null]
**subscriptionType** | [**String**](string.md) | Type of the subscription. The values are as defined in the \"subscriptionType\" attribute for each different Mp1 event subscription data type. | [default to null]
**\_links** | [**MecAppSuptApiSubscriptionLinkList.Links**](MecAppSuptApiSubscriptionLinkList.Links.md) |  | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+10 −0
Original line number Diff line number Diff line
# MecAppSuptApiSubscriptionLinkListLinks
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**self** | [**LinkType**](LinkType.md) |  | [default to null]
**subscriptions** | [**List**](MecAppSuptApiSubscriptionLinkList.Subscription.md) | The MEC application instance's subscriptions | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+10 −0
Original line number Diff line number Diff line
# MecAppSuptApiSubscriptionLinkListSubscription
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | [**String**](string.md) | URI referring to a resource | [default to null]
**rel** | [**String**](string.md) | The values shall be set to AppTerminationNotificationSubscription. | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Loading