{
  "$id": "ALIYUN::ECS::NetworkInterface",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::ECS::NetworkInterface"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "ResourceGroupId": {
          "type": "string"
        },
        "SecurityGroupId": {
          "type": "string"
        },
        "VSwitchId": {
          "type": "string"
        },
        "NetworkInterfaceName": {
          "type": "string"
        },
        "PrimaryIpAddress": {
          "type": "string"
        }
      },
      "required": [
        "SecurityGroupId",
        "VSwitchId"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ECS::NetworkInterface"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ECS::NetworkInterface"
  },
  "insertText": "${1:NetworkInterface}:\n  Type: ALIYUN::ECS::NetworkInterface\n  Properties:\n    "
}